Plugin Directory

Changeset 3434029


Ignore:
Timestamp:
01/07/2026 03:15:14 AM (3 months ago)
Author:
linguise
Message:

Updating to version 2.2.17

Location:
linguise
Files:
10 edited
1 copied

Legend:

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

    r3430418 r3434029  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.2.16
     7 * Version:2.2.17
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/tags/2.2.17/readme.txt

    r3430418 r3434029  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.2.16
     6Stable tag: 2.2.17
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    108108
    109109== Changelog ==
     110= 2.2.17 =
     111- Fix: Slow loading when Woo + WPForms installed
     112
    110113= 2.2.16 =
    111114- Fix: WordPress Plugin Directory notices
  • linguise/tags/2.2.17/src/constants.php

    r3430418 r3434029  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.16');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.17');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.2.16');
     7    define('LINGUISE_VERSION', '2.2.17');
    88}
  • linguise/tags/2.2.17/src/thirdparty/wp-forms.php

    r3429376 r3434029  
    4848            'mode' => 'exact',
    4949            'kind' => 'deny',
    50         ],
    51         [
    52             'key' => 'css_vars',
    53             'mode' => 'exact',
    54             'readOnlyDisallowedFields' => 'deny',
    5550        ],
    5651    ];
  • linguise/tags/2.2.17/vendor/composer/installed.php

    r3430418 r3434029  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '9b07140fe8edd63e0eee6752376bb308420f476e',
     6        'reference' => '04d80b3fa292500b3298906fca02611e130c2d14',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => '9b07140fe8edd63e0eee6752376bb308420f476e',
     34            'reference' => '04d80b3fa292500b3298906fca02611e130c2d14',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
  • linguise/trunk/linguise.php

    r3430418 r3434029  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.2.16
     7 * Version:2.2.17
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/trunk/readme.txt

    r3430418 r3434029  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.2.16
     6Stable tag: 2.2.17
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    108108
    109109== Changelog ==
     110= 2.2.17 =
     111- Fix: Slow loading when Woo + WPForms installed
     112
    110113= 2.2.16 =
    111114- Fix: WordPress Plugin Directory notices
  • linguise/trunk/src/constants.php

    r3430418 r3434029  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.16');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.17');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.2.16');
     7    define('LINGUISE_VERSION', '2.2.17');
    88}
  • linguise/trunk/src/thirdparty/wp-forms.php

    r3429376 r3434029  
    4848            'mode' => 'exact',
    4949            'kind' => 'deny',
    50         ],
    51         [
    52             'key' => 'css_vars',
    53             'mode' => 'exact',
    54             'readOnlyDisallowedFields' => 'deny',
    5550        ],
    5651    ];
  • linguise/trunk/vendor/composer/installed.php

    r3430418 r3434029  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '9b07140fe8edd63e0eee6752376bb308420f476e',
     6        'reference' => '04d80b3fa292500b3298906fca02611e130c2d14',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => '9b07140fe8edd63e0eee6752376bb308420f476e',
     34            'reference' => '04d80b3fa292500b3298906fca02611e130c2d14',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.