TranslatePress – Translate Multilingual sites - Version 1.5.5

Version Description

  • Fixed warnings regarding settings that appeared on fresh installs
Download this release

Release Info

Developer madalin.ungureanu
Plugin Icon 128x128 TranslatePress – Translate Multilingual sites
Version 1.5.5
Comparing to
See all releases

Code changes from version 1.5.4 to 1.5.5

class-translate-press.php CHANGED
@@ -49,7 +49,7 @@ class TRP_Translate_Press{
49
  define( 'TRP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
50
  define( 'TRP_PLUGIN_BASE', plugin_basename( __DIR__ . '/index.php' ) );
51
  define( 'TRP_PLUGIN_SLUG', 'translatepress-multilingual' );
52
- define( 'TRP_PLUGIN_VERSION', '1.5.4' );
53
 
54
  wp_cache_add_non_persistent_groups(array('trp'));
55
 
49
  define( 'TRP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
50
  define( 'TRP_PLUGIN_BASE', plugin_basename( __DIR__ . '/index.php' ) );
51
  define( 'TRP_PLUGIN_SLUG', 'translatepress-multilingual' );
52
+ define( 'TRP_PLUGIN_VERSION', '1.5.5' );
53
 
54
  wp_cache_add_non_persistent_groups(array('trp'));
55
 
includes/class-settings.php CHANGED
@@ -248,7 +248,7 @@ class TRP_Settings{
248
  */
249
  protected function set_options(){
250
  $settings_option = get_option( 'trp_settings', 'not_set' );
251
- $settings_option['advanced_settings'] = get_option('trp_advanced_settings', array() );
252
  // initialize default settings
253
  $default = get_locale();
254
  if ( empty( $default ) ){
248
  */
249
  protected function set_options(){
250
  $settings_option = get_option( 'trp_settings', 'not_set' );
251
+
252
  // initialize default settings
253
  $default = get_locale();
254
  if ( empty( $default ) ){
index.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
3
  Plugin Name: TranslatePress - Multilingual
4
  Plugin URI: https://translatepress.com/
5
- Description: Experience a better way of translating your WordPress site, with full support for WooCommerce and site builders.
6
- Version: 1.5.4
7
  Author: Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban
8
  Author URI: https://cozmoslabs.com/
9
  Text Domain: translatepress-multilingual
2
  /*
3
  Plugin Name: TranslatePress - Multilingual
4
  Plugin URI: https://translatepress.com/
5
+ Description: Experience a better way of translating your WordPress site using a visual front-end translation editor, with full support for WooCommerce and site builders.
6
+ Version: 1.5.5
7
  Author: Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban
8
  Author URI: https://cozmoslabs.com/
9
  Text Domain: translatepress-multilingual
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: translate, translation, multilingual, automatic translation, bilingual, fr
5
  Requires at least: 3.1.0
6
  Tested up to: 5.2.2
7
  Requires PHP: 5.6.20
8
- Stable tag: 1.5.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -142,6 +142,9 @@ For more information please check out [TranslatePress - Multilingual plugin docu
142
 
143
 
144
  == Changelog ==
 
 
 
145
  = 1.5.4 =
146
  * Added Translation Memory feature
147
  * Beaver Builder compatibility
5
  Requires at least: 3.1.0
6
  Tested up to: 5.2.2
7
  Requires PHP: 5.6.20
8
+ Stable tag: 1.5.5
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
142
 
143
 
144
  == Changelog ==
145
+ = 1.5.5 =
146
+ * Fixed warnings regarding settings that appeared on fresh installs
147
+
148
  = 1.5.4 =
149
  * Added Translation Memory feature
150
  * Beaver Builder compatibility