Skip to content

Commit

Permalink
v 0.5.2
Browse files Browse the repository at this point in the history
- Fix ESLint warning.
  • Loading branch information
Darklg committed Sep 23, 2023
1 parent 4e1c25b commit 7447c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/back.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ document.addEventListener("DOMContentLoaded", function() {

check_current_hash();

window.addEventListener("hashchange", function(e) {
window.addEventListener("hashchange", function() {
check_current_hash();
});

Expand Down
4 changes: 2 additions & 2 deletions wpu_override_gettext.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://github.com/WordPressUtilities/wpu_override_gettext
Update URI: https://github.com/WordPressUtilities/wpu_override_gettext
Description: Override gettext strings
Version: 0.5.1
Version: 0.5.2
Author: darklg
Author URI: https://darklg.me/
Text Domain: wpu_override_gettext
Expand All @@ -18,7 +18,7 @@
class WPUOverrideGettext {
public $plugin_description;
public $adminpages;
private $plugin_version = '0.5.1';
private $plugin_version = '0.5.2';
private $plugin_settings = array(
'id' => 'wpu_override_gettext',
'name' => 'WPU Override gettext'
Expand Down

0 comments on commit 7447c5a

Please sign in to comment.