Skip to content

Commit

Permalink
release 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
herrvigg committed Dec 11, 2018
1 parent aeb9231 commit fab4305
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### 3.5.2
* Add admin notice for WP5.0: "Gutenberg" block editor not supported, install Classic Editor plugin.
* Fix unresolved variables and unused PHP syntax error in dev code.
* Fix deprecated jQuery.ready JS handler, refactor jQuery wrapper/closure functions and standard coding style.

### 3.5.1
* Cleanup: reformat all PHP code with WordPress coding style, remove lots of commented code for better clarity. Breathe again!
* Redesign admin Language Switching Buttons (built-in LSB styles) and 'Copy From' button with new ergonomics.
Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -76,6 +76,11 @@ See [original plugin](https://wordpress.org/plugins/qtranslate-x/).

Check the CHANGELOG.md for the full history.

### 3.5.2
* Add admin notice for WP5.0: "Gutenberg" block editor not supported, install Classic Editor plugin.
* Fix unresolved variables and unused PHP syntax error in dev code.
* Fix deprecated jQuery.ready JS handler, refactor jQuery wrapper/closure functions and standard coding style.

### 3.5.1
* Cleanup: reformat all PHP code with WordPress coding style, remove lots of commented code for better clarity. Breathe again!
* Redesign admin Language Switching Buttons (built-in LSB styles) and 'Copy From' button with new ergonomics.
Expand Down Expand Up @@ -127,4 +132,5 @@ The [legacy issues](https://qtranslatexteam.wordpress.com/known-issues/) should
* support for Gutenberg (!!)
* support for translatable slugs (!)
* support for WooCommerce (revive the add-on!)
* unit/integration tests
* legacy of [desirable features](https://qtranslatexteam.wordpress.com/desirable/).
4 changes: 2 additions & 2 deletions qtranslate.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: qTranslate-XT
* Plugin URI: http://github.com/qtranslate/qtranslate-xt/
* Description: Adds user-friendly and database-friendly multilingual content support.
* Version: 3.5.1
* Version: 3.5.2
* Author: qTranslate Community
* Author URI: http://github.com/qtranslate/
* Tags: multilingual, multi, language, admin, tinymce, Polyglot, bilingual, widget, switcher, professional, human, translation, service, qTranslate, zTranslate, mqTranslate, qTranslate Plus, WPML
Expand Down Expand Up @@ -54,7 +54,7 @@
* Designed as interface for other plugin integration. The documentation is available at
* https://qtranslatexteam.wordpress.com/integration/
*/
define( 'QTX_VERSION', '3.5.1.1' );
define( 'QTX_VERSION', '3.5.2' );

if ( ! defined( 'QTRANSLATE_FILE' ) ) {
define( 'QTRANSLATE_FILE', __FILE__ );
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Expand Up @@ -76,6 +76,11 @@ See [original plugin](https://wordpress.org/plugins/qtranslate-x/).

Check the CHANGELOG.md for the full history.

### 3.5.2
* Add admin notice for WP5.0: "Gutenberg" block editor not supported, install Classic Editor plugin.
* Fix unresolved variables and unused PHP syntax error in dev code.
* Fix deprecated jQuery.ready JS handler, refactor jQuery wrapper/closure functions and standard coding style.

### 3.5.1
* Cleanup: reformat all PHP code with WordPress coding style, remove lots of commented code for better clarity. Breathe again!
* Redesign admin Language Switching Buttons (built-in LSB styles) and 'Copy From' button with new ergonomics.
Expand Down Expand Up @@ -127,4 +132,5 @@ The [legacy issues](https://qtranslatexteam.wordpress.com/known-issues/) should
* support for Gutenberg (!!)
* support for translatable slugs (!)
* support for WooCommerce (revive the add-on!)
* unit/integration tests
* legacy of [desirable features](https://qtranslatexteam.wordpress.com/desirable/).

0 comments on commit fab4305

Please sign in to comment.