Plugin Directory

Changeset 3292495


Ignore:
Timestamp:
05/13/2025 10:55:38 AM (11 months ago)
Author:
razvan.mo
Message:

tagging version 2.9.15

Location:
translatepress-multilingual
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • translatepress-multilingual/tags/2.9.15/class-translate-press.php

    r3292344 r3292495  
    7070        define( 'TRP_PLUGIN_BASE', plugin_basename( __DIR__ . '/index.php' ) );
    7171        define( 'TRP_PLUGIN_SLUG', 'translatepress-multilingual' );
    72         define( 'TRP_PLUGIN_VERSION', '2.9.14' );
     72        define( 'TRP_PLUGIN_VERSION', '2.9.15' );
    7373
    7474        wp_cache_add_non_persistent_groups(array('trp'));
     
    211211
    212212        // 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.
    213214        $trp_all_tp_product_names = array(
    214215            "translatepress-multilingual"  => "TranslatePress AI Free",
     
    222223                if( strpos( $active_plugin, $trp_tp_product_folder.'/' ) === 0 ){
    223224                    $this->tp_product_name[$trp_tp_product_folder] = $trp_tp_product_name;
     225                    break;
    224226                }
    225227            }
    226228        }
     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
    227233        //for the dev version simulate PRO version active
    228234        if( ( defined('TRANSLATE_PRESS') && TRANSLATE_PRESS === 'TranslatePress - Dev' ) ){
  • translatepress-multilingual/tags/2.9.15/index.php

    r3292344 r3292495  
    44Plugin URI: https://translatepress.com/
    55Description: 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.14
     6Version: 2.9.15
    77Author: Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban
    88Author URI: https://cozmoslabs.com/
  • translatepress-multilingual/tags/2.9.15/languages/translatepress-multilingual.pot

    r3292344 r3292495  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"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"
    1010"X-Poedit-Basepath: ..\n"
    1111"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  
    66Tested up to: 6.8.1
    77Requires PHP: 5.6.20
    8 Stable tag: 2.9.14
     8Stable tag: 2.9.15
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    142142
    143143== Changelog ==
     144= 2.9.15 =
     145* Fixed bug introduced in previous version which prevented activating license
     146
    144147= 2.9.14 =
    145148* Fixed deprecated call to uft8_decode starting with PHP 8.2
  • translatepress-multilingual/trunk/class-translate-press.php

    r3292344 r3292495  
    7070        define( 'TRP_PLUGIN_BASE', plugin_basename( __DIR__ . '/index.php' ) );
    7171        define( 'TRP_PLUGIN_SLUG', 'translatepress-multilingual' );
    72         define( 'TRP_PLUGIN_VERSION', '2.9.14' );
     72        define( 'TRP_PLUGIN_VERSION', '2.9.15' );
    7373
    7474        wp_cache_add_non_persistent_groups(array('trp'));
     
    211211
    212212        // 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.
    213214        $trp_all_tp_product_names = array(
    214215            "translatepress-multilingual"  => "TranslatePress AI Free",
     
    222223                if( strpos( $active_plugin, $trp_tp_product_folder.'/' ) === 0 ){
    223224                    $this->tp_product_name[$trp_tp_product_folder] = $trp_tp_product_name;
     225                    break;
    224226                }
    225227            }
    226228        }
     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
    227233        //for the dev version simulate PRO version active
    228234        if( ( defined('TRANSLATE_PRESS') && TRANSLATE_PRESS === 'TranslatePress - Dev' ) ){
  • translatepress-multilingual/trunk/index.php

    r3292344 r3292495  
    44Plugin URI: https://translatepress.com/
    55Description: 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.14
     6Version: 2.9.15
    77Author: Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban
    88Author URI: https://cozmoslabs.com/
  • translatepress-multilingual/trunk/languages/translatepress-multilingual.pot

    r3292344 r3292495  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"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"
    1010"X-Poedit-Basepath: ..\n"
    1111"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  
    66Tested up to: 6.8.1
    77Requires PHP: 5.6.20
    8 Stable tag: 2.9.14
     8Stable tag: 2.9.15
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    142142
    143143== Changelog ==
     144= 2.9.15 =
     145* Fixed bug introduced in previous version which prevented activating license
     146
    144147= 2.9.14 =
    145148* Fixed deprecated call to uft8_decode starting with PHP 8.2
Note: See TracChangeset for help on using the changeset viewer.