Plugin Directory

Changeset 3386030


Ignore:
Timestamp:
10/28/2025 05:16:26 PM (4 months ago)
Author:
Chouby
Message:

Version 3.7.4

Location:
polylang
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • polylang/tags/3.7.4/modules/sync/sync-metas.php

    r3067374 r3386030  
    135135         * @param int    $to    Id of the target
    136136         */
    137         return apply_filters( "pll_translate_{$this->meta_type}_meta", maybe_unserialize( $value ), $key, $lang, $from, $to );
     137        return apply_filters( "pll_translate_{$this->meta_type}_meta", $value, $key, $lang, $from, $to );
    138138    }
    139139
  • polylang/tags/3.7.4/polylang.php

    r3312354 r3386030  
    1111 * Plugin URI:        https://polylang.pro
    1212 * Description:       Adds multilingual capability to WordPress
    13  * Version:           3.7.3
     13 * Version:           3.7.4
    1414 * Requires at least: 6.2
    1515 * Requires PHP:      7.2
     
    5353} else {
    5454    // Go on loading the plugin
    55     define( 'POLYLANG_VERSION', '3.7.3' );
     55    define( 'POLYLANG_VERSION', '3.7.4' );
    5656    define( 'PLL_MIN_WP_VERSION', '6.2' );
    5757    define( 'PLL_MIN_PHP_VERSION', '7.2' );
  • polylang/tags/3.7.4/readme.txt

    r3312354 r3386030  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 3.7.3
     8Stable tag: 3.7.4
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9494* You need [Polylang for WooCommerce](https://polylang.pro/downloads/polylang-for-woocommerce/), premium addon described above, which will make both plugins work together.
    9595
     96= Where do I report security bugs found in this plugin? =
     97
     98* Please report security bugs found in the source code of the Polylang plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/d83984d2-d748-43e3-88e2-6dd3bd2c881d). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
     99
    96100== Screenshots ==
    97101
     
    102106
    103107== Changelog ==
     108
     109= 3.7.4 (2025-10-28) =
     110
     111* Pro: Security: Fix a ReDoS vulnerability reported by Janine Moreira.
     112* Security: Fix deserialization of untrusted data reported by Phat RiO – BlueRock via Patchstack.
    104113
    105114= 3.7.3 (2025-06-16) =
  • polylang/tags/3.7.4/vendor/composer/installed.php

    r3312354 r3386030  
    22    'root' => array(
    33        'name' => 'wpsyntex/polylang',
    4         'pretty_version' => '3.7.x-dev',
    5         'version' => '3.7.9999999.9999999-dev',
    6         'reference' => 'e95bce23e1bd18aa9f20867f67647516f0f0a132',
     4        'pretty_version' => 'dev-3.7.s',
     5        'version' => 'dev-3.7.s',
     6        'reference' => 'deb1e31748b064058a2cfc06ad082cd1e43e21e0',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'wpsyntex/polylang' => array(
    14             'pretty_version' => '3.7.x-dev',
    15             'version' => '3.7.9999999.9999999-dev',
    16             'reference' => 'e95bce23e1bd18aa9f20867f67647516f0f0a132',
     14            'pretty_version' => 'dev-3.7.s',
     15            'version' => 'dev-3.7.s',
     16            'reference' => 'deb1e31748b064058a2cfc06ad082cd1e43e21e0',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • polylang/trunk/modules/sync/sync-metas.php

    r3067374 r3386030  
    135135         * @param int    $to    Id of the target
    136136         */
    137         return apply_filters( "pll_translate_{$this->meta_type}_meta", maybe_unserialize( $value ), $key, $lang, $from, $to );
     137        return apply_filters( "pll_translate_{$this->meta_type}_meta", $value, $key, $lang, $from, $to );
    138138    }
    139139
  • polylang/trunk/polylang.php

    r3312354 r3386030  
    1111 * Plugin URI:        https://polylang.pro
    1212 * Description:       Adds multilingual capability to WordPress
    13  * Version:           3.7.3
     13 * Version:           3.7.4
    1414 * Requires at least: 6.2
    1515 * Requires PHP:      7.2
     
    5353} else {
    5454    // Go on loading the plugin
    55     define( 'POLYLANG_VERSION', '3.7.3' );
     55    define( 'POLYLANG_VERSION', '3.7.4' );
    5656    define( 'PLL_MIN_WP_VERSION', '6.2' );
    5757    define( 'PLL_MIN_PHP_VERSION', '7.2' );
  • polylang/trunk/readme.txt

    r3312354 r3386030  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 3.7.3
     8Stable tag: 3.7.4
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9494* You need [Polylang for WooCommerce](https://polylang.pro/downloads/polylang-for-woocommerce/), premium addon described above, which will make both plugins work together.
    9595
     96= Where do I report security bugs found in this plugin? =
     97
     98* Please report security bugs found in the source code of the Polylang plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/d83984d2-d748-43e3-88e2-6dd3bd2c881d). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
     99
    96100== Screenshots ==
    97101
     
    102106
    103107== Changelog ==
     108
     109= 3.7.4 (2025-10-28) =
     110
     111* Pro: Security: Fix a ReDoS vulnerability reported by Janine Moreira.
     112* Security: Fix deserialization of untrusted data reported by Phat RiO – BlueRock via Patchstack.
    104113
    105114= 3.7.3 (2025-06-16) =
  • polylang/trunk/vendor/composer/installed.php

    r3312354 r3386030  
    22    'root' => array(
    33        'name' => 'wpsyntex/polylang',
    4         'pretty_version' => '3.7.x-dev',
    5         'version' => '3.7.9999999.9999999-dev',
    6         'reference' => 'e95bce23e1bd18aa9f20867f67647516f0f0a132',
     4        'pretty_version' => 'dev-3.7.s',
     5        'version' => 'dev-3.7.s',
     6        'reference' => 'deb1e31748b064058a2cfc06ad082cd1e43e21e0',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'wpsyntex/polylang' => array(
    14             'pretty_version' => '3.7.x-dev',
    15             'version' => '3.7.9999999.9999999-dev',
    16             'reference' => 'e95bce23e1bd18aa9f20867f67647516f0f0a132',
     14            'pretty_version' => 'dev-3.7.s',
     15            'version' => 'dev-3.7.s',
     16            'reference' => 'deb1e31748b064058a2cfc06ad082cd1e43e21e0',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.