Changeset 3292495
- Timestamp:
- 05/13/2025 10:55:38 AM (11 months ago)
- Location:
- translatepress-multilingual
- Files:
-
- 8 edited
- 1 copied
-
tags/2.9.15 (copied) (copied from translatepress-multilingual/trunk)
-
tags/2.9.15/class-translate-press.php (modified) (3 diffs)
-
tags/2.9.15/index.php (modified) (1 diff)
-
tags/2.9.15/languages/translatepress-multilingual.pot (modified) (1 diff)
-
tags/2.9.15/readme.txt (modified) (2 diffs)
-
trunk/class-translate-press.php (modified) (3 diffs)
-
trunk/index.php (modified) (1 diff)
-
trunk/languages/translatepress-multilingual.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
translatepress-multilingual/tags/2.9.15/class-translate-press.php
r3292344 r3292495 70 70 define( 'TRP_PLUGIN_BASE', plugin_basename( __DIR__ . '/index.php' ) ); 71 71 define( 'TRP_PLUGIN_SLUG', 'translatepress-multilingual' ); 72 define( 'TRP_PLUGIN_VERSION', '2.9.1 4' );72 define( 'TRP_PLUGIN_VERSION', '2.9.15' ); 73 73 74 74 wp_cache_add_non_persistent_groups(array('trp')); … … 211 211 212 212 // the names of your product should match the download names in EDD exactly 213 // The order is important because we only match the last one. 213 214 $trp_all_tp_product_names = array( 214 215 "translatepress-multilingual" => "TranslatePress AI Free", … … 222 223 if( strpos( $active_plugin, $trp_tp_product_folder.'/' ) === 0 ){ 223 224 $this->tp_product_name[$trp_tp_product_folder] = $trp_tp_product_name; 225 break; 224 226 } 225 227 } 226 228 } 229 230 // Only define the last found product name. We can only have ONE product name. 231 $this->tp_product_name = array(end( $this->tp_product_name )); 232 227 233 //for the dev version simulate PRO version active 228 234 if( ( defined('TRANSLATE_PRESS') && TRANSLATE_PRESS === 'TranslatePress - Dev' ) ){ -
translatepress-multilingual/tags/2.9.15/index.php
r3292344 r3292495 4 4 Plugin URI: https://translatepress.com/ 5 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: 2.9.1 46 Version: 2.9.15 7 7 Author: Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban 8 8 Author URI: https://cozmoslabs.com/ -
translatepress-multilingual/tags/2.9.15/languages/translatepress-multilingual.pot
r3292344 r3292495 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2025-05-13 07:05+0000\n"9 "POT-Creation-Date: 2025-05-13 10:47+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" -
translatepress-multilingual/tags/2.9.15/readme.txt
r3292344 r3292495 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 5.6.20 8 Stable tag: 2.9.1 48 Stable tag: 2.9.15 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 142 142 143 143 == Changelog == 144 = 2.9.15 = 145 * Fixed bug introduced in previous version which prevented activating license 146 144 147 = 2.9.14 = 145 148 * Fixed deprecated call to uft8_decode starting with PHP 8.2 -
translatepress-multilingual/trunk/class-translate-press.php
r3292344 r3292495 70 70 define( 'TRP_PLUGIN_BASE', plugin_basename( __DIR__ . '/index.php' ) ); 71 71 define( 'TRP_PLUGIN_SLUG', 'translatepress-multilingual' ); 72 define( 'TRP_PLUGIN_VERSION', '2.9.1 4' );72 define( 'TRP_PLUGIN_VERSION', '2.9.15' ); 73 73 74 74 wp_cache_add_non_persistent_groups(array('trp')); … … 211 211 212 212 // the names of your product should match the download names in EDD exactly 213 // The order is important because we only match the last one. 213 214 $trp_all_tp_product_names = array( 214 215 "translatepress-multilingual" => "TranslatePress AI Free", … … 222 223 if( strpos( $active_plugin, $trp_tp_product_folder.'/' ) === 0 ){ 223 224 $this->tp_product_name[$trp_tp_product_folder] = $trp_tp_product_name; 225 break; 224 226 } 225 227 } 226 228 } 229 230 // Only define the last found product name. We can only have ONE product name. 231 $this->tp_product_name = array(end( $this->tp_product_name )); 232 227 233 //for the dev version simulate PRO version active 228 234 if( ( defined('TRANSLATE_PRESS') && TRANSLATE_PRESS === 'TranslatePress - Dev' ) ){ -
translatepress-multilingual/trunk/index.php
r3292344 r3292495 4 4 Plugin URI: https://translatepress.com/ 5 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: 2.9.1 46 Version: 2.9.15 7 7 Author: Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban 8 8 Author URI: https://cozmoslabs.com/ -
translatepress-multilingual/trunk/languages/translatepress-multilingual.pot
r3292344 r3292495 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2025-05-13 07:05+0000\n"9 "POT-Creation-Date: 2025-05-13 10:47+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" -
translatepress-multilingual/trunk/readme.txt
r3292344 r3292495 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 5.6.20 8 Stable tag: 2.9.1 48 Stable tag: 2.9.15 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 142 142 143 143 == Changelog == 144 = 2.9.15 = 145 * Fixed bug introduced in previous version which prevented activating license 146 144 147 = 2.9.14 = 145 148 * Fixed deprecated call to uft8_decode starting with PHP 8.2
Note: See TracChangeset
for help on using the changeset viewer.