Plugin Directory

Changeset 3429376


Ignore:
Timestamp:
12/30/2025 03:04:39 AM (3 months ago)
Author:
linguise
Message:

Updating to version 2.2.14

Location:
linguise
Files:
2 added
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • linguise/tags/2.2.14/linguise.php

    r3428799 r3429376  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.2.13
     7 * Version:2.2.14
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/tags/2.2.14/readme.txt

    r3428799 r3429376  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.2.13
     6Stable tag: 2.2.14
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    107107
    108108== Changelog ==
     109= 2.2.14 =
     110- Feature: Translate WPForm notification email
     111
    109112= 2.2.13 =
    110113- Fix: PHP warning related to FragmentHandler
  • linguise/tags/2.2.14/src/constants.php

    r3428799 r3429376  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.13');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.14');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.2.13');
     7    define('LINGUISE_VERSION', '2.2.14');
    88}
  • linguise/tags/2.2.14/src/third-party-loader.php

    r3421512 r3429376  
    7272        'wc/klarna-checkout' => 'WCKlarnaCheckoutIntergration',
    7373        'wc/product-addons' => 'WCProductAddonsIntegration',
    74         'wp-rocket' => 'WPRocketIntegration'
     74        'wp-rocket' => 'WPRocketIntegration',
     75        'wp-forms' => 'WPFormsIntegration',
    7576    ];
    7677
  • linguise/tags/2.2.14/vendor/composer/installed.php

    r3428799 r3429376  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'de6e88a78a21ed742eb8dd0570dff70c7f767e84',
     6        'reference' => 'ef8b39e1f6f2989bb1bf1742911558234c67bece',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => 'de6e88a78a21ed742eb8dd0570dff70c7f767e84',
     34            'reference' => 'ef8b39e1f6f2989bb1bf1742911558234c67bece',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
  • linguise/trunk/linguise.php

    r3428799 r3429376  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.2.13
     7 * Version:2.2.14
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/trunk/readme.txt

    r3428799 r3429376  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.2.13
     6Stable tag: 2.2.14
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    107107
    108108== Changelog ==
     109= 2.2.14 =
     110- Feature: Translate WPForm notification email
     111
    109112= 2.2.13 =
    110113- Fix: PHP warning related to FragmentHandler
  • linguise/trunk/src/constants.php

    r3428799 r3429376  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.13');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.14');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.2.13');
     7    define('LINGUISE_VERSION', '2.2.14');
    88}
  • linguise/trunk/src/third-party-loader.php

    r3421512 r3429376  
    7272        'wc/klarna-checkout' => 'WCKlarnaCheckoutIntergration',
    7373        'wc/product-addons' => 'WCProductAddonsIntegration',
    74         'wp-rocket' => 'WPRocketIntegration'
     74        'wp-rocket' => 'WPRocketIntegration',
     75        'wp-forms' => 'WPFormsIntegration',
    7576    ];
    7677
  • linguise/trunk/vendor/composer/installed.php

    r3428799 r3429376  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'de6e88a78a21ed742eb8dd0570dff70c7f767e84',
     6        'reference' => 'ef8b39e1f6f2989bb1bf1742911558234c67bece',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => 'de6e88a78a21ed742eb8dd0570dff70c7f767e84',
     34            'reference' => 'ef8b39e1f6f2989bb1bf1742911558234c67bece',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.