Changeset 3359545
- Timestamp:
- 09/11/2025 04:24:16 AM (7 months ago)
- Location:
- linguise
- Files:
-
- 10 edited
- 1 copied
-
tags/2.1.70 (copied) (copied from linguise/trunk)
-
tags/2.1.70/linguise.php (modified) (1 diff)
-
tags/2.1.70/readme.txt (modified) (2 diffs)
-
tags/2.1.70/src/constants.php (modified) (1 diff)
-
tags/2.1.70/src/thirdparty/ameliabooking.php (modified) (1 diff)
-
tags/2.1.70/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/linguise.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/constants.php (modified) (1 diff)
-
trunk/src/thirdparty/ameliabooking.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linguise/tags/2.1.70/linguise.php
r3358294 r3359545 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.1. 697 * Version:2.1.70 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/tags/2.1.70/readme.txt
r3358294 r3359545 4 4 Requires at least: 4.0 5 5 Tested up to: 6.8 6 Stable tag:2.1. 696 Stable tag:2.1.70 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 104 104 105 105 == Changelog == 106 = 2.1.70 = 107 - Fix: Add missing fragment to be translated for Amelia Booking 108 106 109 = 2.1.69 = 107 110 - Fix: Improper usage of apply_filters for 3rd-party integrations -
linguise/tags/2.1.70/src/constants.php
r3358294 r3359545 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1. 69');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.70'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.1. 69');7 define('LINGUISE_VERSION', '2.1.70'); 8 8 } -
linguise/tags/2.1.70/src/thirdparty/ameliabooking.php
r3306131 r3359545 31 31 'match' => 'var wpAmeliaLabels = (.*?);', 32 32 'replacement' => 'var wpAmeliaLabels = $$JSON_DATA$$;', 33 ], 34 [ 35 'name' => 'amelia-settings', 36 'match' => 'var wpAmeliaSettings = (.*?);', 37 'replacement' => 'var wpAmeliaSettings = $$JSON_DATA$$;', 38 'strict' => true, // Only match if the object is allowed 39 ], 40 ]; 41 42 /** 43 * A collection of fragment keys that we want to translate 44 * 45 * @var array 46 */ 47 protected static $fragment_keys = [ 48 [ 49 'key' => '^customizedData\.sbsNew\.(?!colors)\w+\.(?:options|translations|order)\.\w+\.(?:name|default)', 50 'mode' => 'regex_full', 51 'kind' => 'allow', 52 ], 53 [ 54 'key' => '^weekSchedule\.\d+\.day', 55 'mode' => 'regex_full', 56 'kind' => 'allow', 33 57 ], 34 58 ]; -
linguise/tags/2.1.70/vendor/composer/installed.php
r3358294 r3359545 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 432fbdb498304f76dfa110686dc0cd6c832d0a8a',6 'reference' => 'bcaef746ed96b5330bd8bcc26c7674d16bc86f71', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 432fbdb498304f76dfa110686dc0cd6c832d0a8a',34 'reference' => 'bcaef746ed96b5330bd8bcc26c7674d16bc86f71', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', -
linguise/trunk/linguise.php
r3358294 r3359545 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.1. 697 * Version:2.1.70 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/trunk/readme.txt
r3358294 r3359545 4 4 Requires at least: 4.0 5 5 Tested up to: 6.8 6 Stable tag:2.1. 696 Stable tag:2.1.70 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 104 104 105 105 == Changelog == 106 = 2.1.70 = 107 - Fix: Add missing fragment to be translated for Amelia Booking 108 106 109 = 2.1.69 = 107 110 - Fix: Improper usage of apply_filters for 3rd-party integrations -
linguise/trunk/src/constants.php
r3358294 r3359545 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1. 69');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.70'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.1. 69');7 define('LINGUISE_VERSION', '2.1.70'); 8 8 } -
linguise/trunk/src/thirdparty/ameliabooking.php
r3306131 r3359545 31 31 'match' => 'var wpAmeliaLabels = (.*?);', 32 32 'replacement' => 'var wpAmeliaLabels = $$JSON_DATA$$;', 33 ], 34 [ 35 'name' => 'amelia-settings', 36 'match' => 'var wpAmeliaSettings = (.*?);', 37 'replacement' => 'var wpAmeliaSettings = $$JSON_DATA$$;', 38 'strict' => true, // Only match if the object is allowed 39 ], 40 ]; 41 42 /** 43 * A collection of fragment keys that we want to translate 44 * 45 * @var array 46 */ 47 protected static $fragment_keys = [ 48 [ 49 'key' => '^customizedData\.sbsNew\.(?!colors)\w+\.(?:options|translations|order)\.\w+\.(?:name|default)', 50 'mode' => 'regex_full', 51 'kind' => 'allow', 52 ], 53 [ 54 'key' => '^weekSchedule\.\d+\.day', 55 'mode' => 'regex_full', 56 'kind' => 'allow', 33 57 ], 34 58 ]; -
linguise/trunk/vendor/composer/installed.php
r3358294 r3359545 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 432fbdb498304f76dfa110686dc0cd6c832d0a8a',6 'reference' => 'bcaef746ed96b5330bd8bcc26c7674d16bc86f71', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 432fbdb498304f76dfa110686dc0cd6c832d0a8a',34 'reference' => 'bcaef746ed96b5330bd8bcc26c7674d16bc86f71', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.