Plugin Directory

Changeset 3350481


Ignore:
Timestamp:
08/26/2025 01:48:19 PM (7 months ago)
Author:
razvan.mo
Message:

tagging version 2.10.1

Location:
translatepress-multilingual
Files:
10 edited
1 copied

Legend:

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

    r3350441 r3350481  
    7272        define( 'TRP_PLUGIN_BASE', plugin_basename( __DIR__ . '/index.php' ) );
    7373        define( 'TRP_PLUGIN_SLUG', 'translatepress-multilingual' );
    74         define( 'TRP_PLUGIN_VERSION', '2.10' );
     74        define( 'TRP_PLUGIN_VERSION', '2.10.1' );
    7575
    7676        wp_cache_add_non_persistent_groups(array('trp'));
  • translatepress-multilingual/tags/2.10.1/includes/class-language-switcher-v2.php

    r3350441 r3350481  
    279279     * @return string
    280280     */
    281     public function render_shortcode( array $atts = [] ): string {
     281    public function render_shortcode( $atts = [] ): string {
    282282        $atts = shortcode_atts( [
    283283            'is_editor' => 'false',
  • translatepress-multilingual/tags/2.10.1/index.php

    r3350441 r3350481  
    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.10
     6Version: 2.10.1
    77Author: Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban
    88Author URI: https://cozmoslabs.com/
  • translatepress-multilingual/tags/2.10.1/languages/translatepress-multilingual.pot

    r3350441 r3350481  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2025-08-26 12:38+0000\n"
     9"POT-Creation-Date: 2025-08-26 13:40+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.10.1/readme.txt

    r3350441 r3350481  
    66Tested up to: 6.8.2
    77Requires PHP: 7.4
    8 Stable tag: 2.10
     8Stable tag: 2.10.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    143143
    144144== Changelog ==
     145= 2.10.1 =
     146* Fixed an edge case bug with rendering the new language switcher in shortcode
     147
    145148= 2.10 =
    146149* New feature: Language Switcher customization from TranslatePress Settings. Explore pre-made templates, switch colors, flag styles, spacing, layouts & more
  • translatepress-multilingual/trunk/class-translate-press.php

    r3350441 r3350481  
    7272        define( 'TRP_PLUGIN_BASE', plugin_basename( __DIR__ . '/index.php' ) );
    7373        define( 'TRP_PLUGIN_SLUG', 'translatepress-multilingual' );
    74         define( 'TRP_PLUGIN_VERSION', '2.10' );
     74        define( 'TRP_PLUGIN_VERSION', '2.10.1' );
    7575
    7676        wp_cache_add_non_persistent_groups(array('trp'));
  • translatepress-multilingual/trunk/includes/class-language-switcher-v2.php

    r3350441 r3350481  
    279279     * @return string
    280280     */
    281     public function render_shortcode( array $atts = [] ): string {
     281    public function render_shortcode( $atts = [] ): string {
    282282        $atts = shortcode_atts( [
    283283            'is_editor' => 'false',
  • translatepress-multilingual/trunk/index.php

    r3350441 r3350481  
    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.10
     6Version: 2.10.1
    77Author: Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban
    88Author URI: https://cozmoslabs.com/
  • translatepress-multilingual/trunk/languages/translatepress-multilingual.pot

    r3350441 r3350481  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2025-08-26 12:38+0000\n"
     9"POT-Creation-Date: 2025-08-26 13:40+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

    r3350441 r3350481  
    66Tested up to: 6.8.2
    77Requires PHP: 7.4
    8 Stable tag: 2.10
     8Stable tag: 2.10.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    143143
    144144== Changelog ==
     145= 2.10.1 =
     146* Fixed an edge case bug with rendering the new language switcher in shortcode
     147
    145148= 2.10 =
    146149* New feature: Language Switcher customization from TranslatePress Settings. Explore pre-made templates, switch colors, flag styles, spacing, layouts & more
Note: See TracChangeset for help on using the changeset viewer.