Changeset 3350481
- Timestamp:
- 08/26/2025 01:48:19 PM (7 months ago)
- Location:
- translatepress-multilingual
- Files:
-
- 10 edited
- 1 copied
-
tags/2.10.1 (copied) (copied from translatepress-multilingual/trunk)
-
tags/2.10.1/class-translate-press.php (modified) (1 diff)
-
tags/2.10.1/includes/class-language-switcher-v2.php (modified) (1 diff)
-
tags/2.10.1/index.php (modified) (1 diff)
-
tags/2.10.1/languages/translatepress-multilingual.pot (modified) (1 diff)
-
tags/2.10.1/readme.txt (modified) (2 diffs)
-
trunk/class-translate-press.php (modified) (1 diff)
-
trunk/includes/class-language-switcher-v2.php (modified) (1 diff)
-
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.10.1/class-translate-press.php
r3350441 r3350481 72 72 define( 'TRP_PLUGIN_BASE', plugin_basename( __DIR__ . '/index.php' ) ); 73 73 define( 'TRP_PLUGIN_SLUG', 'translatepress-multilingual' ); 74 define( 'TRP_PLUGIN_VERSION', '2.10 ' );74 define( 'TRP_PLUGIN_VERSION', '2.10.1' ); 75 75 76 76 wp_cache_add_non_persistent_groups(array('trp')); -
translatepress-multilingual/tags/2.10.1/includes/class-language-switcher-v2.php
r3350441 r3350481 279 279 * @return string 280 280 */ 281 public function render_shortcode( array$atts = [] ): string {281 public function render_shortcode( $atts = [] ): string { 282 282 $atts = shortcode_atts( [ 283 283 'is_editor' => 'false', -
translatepress-multilingual/tags/2.10.1/index.php
r3350441 r3350481 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.10 6 Version: 2.10.1 7 7 Author: Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban 8 8 Author URI: https://cozmoslabs.com/ -
translatepress-multilingual/tags/2.10.1/languages/translatepress-multilingual.pot
r3350441 r3350481 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2025-08-26 1 2:38+0000\n"9 "POT-Creation-Date: 2025-08-26 13:40+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.10.1/readme.txt
r3350441 r3350481 6 6 Tested up to: 6.8.2 7 7 Requires PHP: 7.4 8 Stable tag: 2.10 8 Stable tag: 2.10.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 143 143 144 144 == Changelog == 145 = 2.10.1 = 146 * Fixed an edge case bug with rendering the new language switcher in shortcode 147 145 148 = 2.10 = 146 149 * 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 72 72 define( 'TRP_PLUGIN_BASE', plugin_basename( __DIR__ . '/index.php' ) ); 73 73 define( 'TRP_PLUGIN_SLUG', 'translatepress-multilingual' ); 74 define( 'TRP_PLUGIN_VERSION', '2.10 ' );74 define( 'TRP_PLUGIN_VERSION', '2.10.1' ); 75 75 76 76 wp_cache_add_non_persistent_groups(array('trp')); -
translatepress-multilingual/trunk/includes/class-language-switcher-v2.php
r3350441 r3350481 279 279 * @return string 280 280 */ 281 public function render_shortcode( array$atts = [] ): string {281 public function render_shortcode( $atts = [] ): string { 282 282 $atts = shortcode_atts( [ 283 283 'is_editor' => 'false', -
translatepress-multilingual/trunk/index.php
r3350441 r3350481 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.10 6 Version: 2.10.1 7 7 Author: Cozmoslabs, Razvan Mocanu, Madalin Ungureanu, Cristophor Hurduban 8 8 Author URI: https://cozmoslabs.com/ -
translatepress-multilingual/trunk/languages/translatepress-multilingual.pot
r3350441 r3350481 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2025-08-26 1 2:38+0000\n"9 "POT-Creation-Date: 2025-08-26 13:40+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
r3350441 r3350481 6 6 Tested up to: 6.8.2 7 7 Requires PHP: 7.4 8 Stable tag: 2.10 8 Stable tag: 2.10.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 143 143 144 144 == Changelog == 145 = 2.10.1 = 146 * Fixed an edge case bug with rendering the new language switcher in shortcode 147 145 148 = 2.10 = 146 149 * 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.