Skip to content

Commit

Permalink
bump version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-rudakov committed Jan 25, 2022
1 parent 5778e02 commit 248dfbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.2.5 / 2022-01-25
* in support of the option `nobackups` added deletion of autosave on the server
* systematized colors for debug messages
* minify JS output

#### 1.2.3 / 2022-01-21
* implemented tracking of attribute changes with `WP Data Store` (without Event Listeners)
* RAW update implemented without `Event Listeners`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zutranslate",
"version": "1.2.3",
"version": "1.2.5",
"testedWP": "5.8.3",
"requiresPHP": ">=7.2.0",
"author": "Dmitry Rudakov",
Expand Down
8 changes: 1 addition & 7 deletions zu-translate.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://github.com/picasso/zu-translate
GitHub Plugin URI: https://github.com/picasso/zu-translate
Description: Enhances "qTranslate-XT" with some features and Gutenberg support (WordPress Block Editor).
Version: 1.2.3
Version: 1.2.5
Author: Dmitry Rudakov
Author URI: https://github.com/picasso
Text Domain: zu-translate
Expand All @@ -16,9 +16,6 @@
// Prohibit direct script loading
defined('ABSPATH') || die('No direct script access allowed!');

// DEBUG-ONLY
// add_action('plugins_loaded', function() {

// Always load Zukit even if we don't use it later ('wp_doing_ajax' or 'wp_doing_cron')
// as other plugins or themes may want to use it
require_once('zukit/load.php');
Expand All @@ -36,6 +33,3 @@
require_once('includes/zutranslate-plugin.php');
zutranslate(__FILE__);
}

// DEBUG-ONLY
// });

0 comments on commit 248dfbc

Please sign in to comment.