Changeset 3429376
- Timestamp:
- 12/30/2025 03:04:39 AM (3 months ago)
- Location:
- linguise
- Files:
-
- 2 added
- 10 edited
- 1 copied
-
tags/2.2.14 (copied) (copied from linguise/trunk)
-
tags/2.2.14/linguise.php (modified) (1 diff)
-
tags/2.2.14/readme.txt (modified) (2 diffs)
-
tags/2.2.14/src/constants.php (modified) (1 diff)
-
tags/2.2.14/src/third-party-loader.php (modified) (1 diff)
-
tags/2.2.14/src/thirdparty/wp-forms.php (added)
-
tags/2.2.14/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/third-party-loader.php (modified) (1 diff)
-
trunk/src/thirdparty/wp-forms.php (added)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linguise/tags/2.2.14/linguise.php
r3428799 r3429376 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.1 37 * Version:2.2.14 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/tags/2.2.14/readme.txt
r3428799 r3429376 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.1 36 Stable tag: 2.2.14 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 107 107 108 108 == Changelog == 109 = 2.2.14 = 110 - Feature: Translate WPForm notification email 111 109 112 = 2.2.13 = 110 113 - Fix: PHP warning related to FragmentHandler -
linguise/tags/2.2.14/src/constants.php
r3428799 r3429376 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.1 3');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.14'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.1 3');7 define('LINGUISE_VERSION', '2.2.14'); 8 8 } -
linguise/tags/2.2.14/src/third-party-loader.php
r3421512 r3429376 72 72 'wc/klarna-checkout' => 'WCKlarnaCheckoutIntergration', 73 73 'wc/product-addons' => 'WCProductAddonsIntegration', 74 'wp-rocket' => 'WPRocketIntegration' 74 'wp-rocket' => 'WPRocketIntegration', 75 'wp-forms' => 'WPFormsIntegration', 75 76 ]; 76 77 -
linguise/tags/2.2.14/vendor/composer/installed.php
r3428799 r3429376 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' de6e88a78a21ed742eb8dd0570dff70c7f767e84',6 'reference' => 'ef8b39e1f6f2989bb1bf1742911558234c67bece', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' de6e88a78a21ed742eb8dd0570dff70c7f767e84',34 'reference' => 'ef8b39e1f6f2989bb1bf1742911558234c67bece', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', -
linguise/trunk/linguise.php
r3428799 r3429376 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.1 37 * Version:2.2.14 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/trunk/readme.txt
r3428799 r3429376 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.1 36 Stable tag: 2.2.14 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 107 107 108 108 == Changelog == 109 = 2.2.14 = 110 - Feature: Translate WPForm notification email 111 109 112 = 2.2.13 = 110 113 - Fix: PHP warning related to FragmentHandler -
linguise/trunk/src/constants.php
r3428799 r3429376 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.1 3');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.14'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.1 3');7 define('LINGUISE_VERSION', '2.2.14'); 8 8 } -
linguise/trunk/src/third-party-loader.php
r3421512 r3429376 72 72 'wc/klarna-checkout' => 'WCKlarnaCheckoutIntergration', 73 73 'wc/product-addons' => 'WCProductAddonsIntegration', 74 'wp-rocket' => 'WPRocketIntegration' 74 'wp-rocket' => 'WPRocketIntegration', 75 'wp-forms' => 'WPFormsIntegration', 75 76 ]; 76 77 -
linguise/trunk/vendor/composer/installed.php
r3428799 r3429376 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' de6e88a78a21ed742eb8dd0570dff70c7f767e84',6 'reference' => 'ef8b39e1f6f2989bb1bf1742911558234c67bece', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' de6e88a78a21ed742eb8dd0570dff70c7f767e84',34 'reference' => 'ef8b39e1f6f2989bb1bf1742911558234c67bece', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.