Changeset 3434029
- Timestamp:
- 01/07/2026 03:15:14 AM (3 months ago)
- Location:
- linguise
- Files:
-
- 10 edited
- 1 copied
-
tags/2.2.17 (copied) (copied from linguise/trunk)
-
tags/2.2.17/linguise.php (modified) (1 diff)
-
tags/2.2.17/readme.txt (modified) (2 diffs)
-
tags/2.2.17/src/constants.php (modified) (1 diff)
-
tags/2.2.17/src/thirdparty/wp-forms.php (modified) (1 diff)
-
tags/2.2.17/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/wp-forms.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linguise/tags/2.2.17/linguise.php
r3430418 r3434029 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.1 67 * Version:2.2.17 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/tags/2.2.17/readme.txt
r3430418 r3434029 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.1 66 Stable tag: 2.2.17 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 108 108 109 109 == Changelog == 110 = 2.2.17 = 111 - Fix: Slow loading when Woo + WPForms installed 112 110 113 = 2.2.16 = 111 114 - Fix: WordPress Plugin Directory notices -
linguise/tags/2.2.17/src/constants.php
r3430418 r3434029 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.1 6');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.17'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.1 6');7 define('LINGUISE_VERSION', '2.2.17'); 8 8 } -
linguise/tags/2.2.17/src/thirdparty/wp-forms.php
r3429376 r3434029 48 48 'mode' => 'exact', 49 49 'kind' => 'deny', 50 ],51 [52 'key' => 'css_vars',53 'mode' => 'exact',54 'readOnlyDisallowedFields' => 'deny',55 50 ], 56 51 ]; -
linguise/tags/2.2.17/vendor/composer/installed.php
r3430418 r3434029 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 9b07140fe8edd63e0eee6752376bb308420f476e',6 'reference' => '04d80b3fa292500b3298906fca02611e130c2d14', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 9b07140fe8edd63e0eee6752376bb308420f476e',34 'reference' => '04d80b3fa292500b3298906fca02611e130c2d14', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', -
linguise/trunk/linguise.php
r3430418 r3434029 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.1 67 * Version:2.2.17 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/trunk/readme.txt
r3430418 r3434029 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.1 66 Stable tag: 2.2.17 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 108 108 109 109 == Changelog == 110 = 2.2.17 = 111 - Fix: Slow loading when Woo + WPForms installed 112 110 113 = 2.2.16 = 111 114 - Fix: WordPress Plugin Directory notices -
linguise/trunk/src/constants.php
r3430418 r3434029 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.1 6');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.17'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.1 6');7 define('LINGUISE_VERSION', '2.2.17'); 8 8 } -
linguise/trunk/src/thirdparty/wp-forms.php
r3429376 r3434029 48 48 'mode' => 'exact', 49 49 'kind' => 'deny', 50 ],51 [52 'key' => 'css_vars',53 'mode' => 'exact',54 'readOnlyDisallowedFields' => 'deny',55 50 ], 56 51 ]; -
linguise/trunk/vendor/composer/installed.php
r3430418 r3434029 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 9b07140fe8edd63e0eee6752376bb308420f476e',6 'reference' => '04d80b3fa292500b3298906fca02611e130c2d14', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 9b07140fe8edd63e0eee6752376bb308420f476e',34 'reference' => '04d80b3fa292500b3298906fca02611e130c2d14', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.