Skip to content

Commit

Permalink
v 2.23.3
Browse files Browse the repository at this point in the history
- fixed github actions
  • Loading branch information
Darklg committed Apr 17, 2024
1 parent ac94d82 commit c5ee918
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install -g eslint
run: npm install -g eslint@^8
- name: Run ESLint
run: eslint assets/ --ext .js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
WPU SEO
=======

[![JS workflow](https://github.com/WordPressUtilities/wpuseo/actions/workflows/js.yml/badge.svg 'JS workflow')](https://github.com/WordPressUtilities/wpuseo/actions) [![PHP workflow](https://github.com/WordPressUtilities/wpuseo}/actions/workflows/php.yml/badge.svg 'PHP workflow')](https://github.com/WordPressUtilities/wpuseo/actions)
[![JS workflow](https://github.com/WordPressUtilities/wpuseo/actions/workflows/js.yml/badge.svg 'JS workflow')](https://github.com/WordPressUtilities/wpuseo/actions) [![PHP workflow](https://github.com/WordPressUtilities/wpuseo/actions/workflows/php.yml/badge.svg 'PHP workflow')](https://github.com/WordPressUtilities/wpuseo/actions)

Enhance SEO : Clean title, nice metas.
4 changes: 2 additions & 2 deletions wpuseo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Plugin URI: https://github.com/WordPressUtilities/wpuseo
Update URI: https://github.com/WordPressUtilities/wpuseo
Description: Enhance SEO : Clean title, Nice metas, GDPR friendly Analytics.
Version: 2.23.2
Version: 2.23.3
Author: Darklg
Author URI: https://darklg.me/
Text Domain: wpuseo
Expand All @@ -21,7 +21,7 @@

class WPUSEO {

public $plugin_version = '2.23.2';
public $plugin_version = '2.23.3';
private $active_wp_title = true;
private $active_metas = true;
private $fake_txt_files = array('ads', 'robots');
Expand Down

0 comments on commit c5ee918

Please sign in to comment.