Changeset 3386030
- Timestamp:
- 10/28/2025 05:16:26 PM (4 months ago)
- Location:
- polylang
- Files:
-
- 8 edited
- 1 copied
-
tags/3.7.4 (copied) (copied from polylang/trunk)
-
tags/3.7.4/modules/sync/sync-metas.php (modified) (1 diff)
-
tags/3.7.4/polylang.php (modified) (2 diffs)
-
tags/3.7.4/readme.txt (modified) (3 diffs)
-
tags/3.7.4/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/modules/sync/sync-metas.php (modified) (1 diff)
-
trunk/polylang.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
polylang/tags/3.7.4/modules/sync/sync-metas.php
r3067374 r3386030 135 135 * @param int $to Id of the target 136 136 */ 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 ); 138 138 } 139 139 -
polylang/tags/3.7.4/polylang.php
r3312354 r3386030 11 11 * Plugin URI: https://polylang.pro 12 12 * Description: Adds multilingual capability to WordPress 13 * Version: 3.7. 313 * Version: 3.7.4 14 14 * Requires at least: 6.2 15 15 * Requires PHP: 7.2 … … 53 53 } else { 54 54 // Go on loading the plugin 55 define( 'POLYLANG_VERSION', '3.7. 3' );55 define( 'POLYLANG_VERSION', '3.7.4' ); 56 56 define( 'PLL_MIN_WP_VERSION', '6.2' ); 57 57 define( 'PLL_MIN_PHP_VERSION', '7.2' ); -
polylang/tags/3.7.4/readme.txt
r3312354 r3386030 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 3.7. 38 Stable tag: 3.7.4 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 94 94 * You need [Polylang for WooCommerce](https://polylang.pro/downloads/polylang-for-woocommerce/), premium addon described above, which will make both plugins work together. 95 95 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 96 100 == Screenshots == 97 101 … … 102 106 103 107 == 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. 104 113 105 114 = 3.7.3 (2025-06-16) = -
polylang/tags/3.7.4/vendor/composer/installed.php
r3312354 r3386030 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
polylang/trunk/modules/sync/sync-metas.php
r3067374 r3386030 135 135 * @param int $to Id of the target 136 136 */ 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 ); 138 138 } 139 139 -
polylang/trunk/polylang.php
r3312354 r3386030 11 11 * Plugin URI: https://polylang.pro 12 12 * Description: Adds multilingual capability to WordPress 13 * Version: 3.7. 313 * Version: 3.7.4 14 14 * Requires at least: 6.2 15 15 * Requires PHP: 7.2 … … 53 53 } else { 54 54 // Go on loading the plugin 55 define( 'POLYLANG_VERSION', '3.7. 3' );55 define( 'POLYLANG_VERSION', '3.7.4' ); 56 56 define( 'PLL_MIN_WP_VERSION', '6.2' ); 57 57 define( 'PLL_MIN_PHP_VERSION', '7.2' ); -
polylang/trunk/readme.txt
r3312354 r3386030 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 3.7. 38 Stable tag: 3.7.4 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 94 94 * You need [Polylang for WooCommerce](https://polylang.pro/downloads/polylang-for-woocommerce/), premium addon described above, which will make both plugins work together. 95 95 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 96 100 == Screenshots == 97 101 … … 102 106 103 107 == 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. 104 113 105 114 = 3.7.3 (2025-06-16) = -
polylang/trunk/vendor/composer/installed.php
r3312354 r3386030 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.