diff --git a/CHANGELOG.md b/CHANGELOG.md index de67e521e7..627e0dd379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] +## [4.0.1] - 2022-03-16 +**This is a security release affecting users running ElasticPress 4.0 with both the WooCommerce and Protected Content Features activated. Please update to the latest version of ElasticPress if the WooCommerce and Protected Content features are activated and you're using ElasticPress 4.0.** + +### Security +- Orders belonging to all users loaded in the My Account WooCommerce page. Props [@tomburtless](https://github.com/tomburtless) and [@oscarssanchez](https://github.com/oscarssanchez) via [#2658](https://github.com/10up/ElasticPress/pull/2658). + ## [4.0.0] - 2022-03-08 **ElasticPress 4.0 contains some important changes. Make sure to read these highlights before upgrading:** @@ -1309,6 +1315,7 @@ This is a bug fix release with some filter additions. - Initial plugin release [Unreleased]: https://github.com/10up/ElasticPress/compare/trunk...develop +[4.0.1]: https://github.com/10up/ElasticPress/compare/4.0.0...4.0.1 [4.0.0]: https://github.com/10up/ElasticPress/compare/3.6.6...4.0.0 [3.6.6]: https://github.com/10up/ElasticPress/compare/3.6.5...3.6.6 [4.0.0-beta.1]: https://github.com/10up/ElasticPress/compare/3.6.5...4.0.0-beta.1 diff --git a/CREDITS.md b/CREDITS.md index 8a2b114b9b..98b3a7c76b 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -170,6 +170,7 @@ Thank you to all the people who have already contributed to this repository via [Dian Fishekqi (@dianfishekqi)](https://github.com/dianfishekqi), [@beazuadmin](https://github.com/beazuadmin), [Jonathan Netek](https://www.linkedin.com/in/jonathan-netek/), +[Tom Burtless (@tomburtless)](https://github.com/tomburtless), and [@qazaqstan2025](https://github.com/qazaqstan2025). diff --git a/elasticpress.php b/elasticpress.php index f1634bf9c7..52794f850d 100644 --- a/elasticpress.php +++ b/elasticpress.php @@ -3,7 +3,7 @@ * Plugin Name: ElasticPress * Plugin URI: https://github.com/10up/ElasticPress * Description: A fast and flexible search and query engine for WordPress. - * Version: 4.0.0 + * Version: 4.0.1 * Requires at least: 5.6 * Requires PHP: 7.0 * Author: 10up @@ -32,7 +32,7 @@ define( 'EP_URL', plugin_dir_url( __FILE__ ) ); define( 'EP_PATH', plugin_dir_path( __FILE__ ) ); define( 'EP_FILE', plugin_basename( __FILE__ ) ); -define( 'EP_VERSION', '4.0.0' ); +define( 'EP_VERSION', '4.0.1' ); /** * PSR-4-ish autoloading diff --git a/package-lock.json b/package-lock.json index 222c782435..e3c3d32da5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elasticpress", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elasticpress", - "version": "4.0.0", + "version": "4.0.1", "license": "GPL-2.0-or-later", "dependencies": { "@10up/component-tooltip": "^2.0.0", diff --git a/package.json b/package.json index 8e90b195a4..4613f0379f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elasticpress", - "version": "4.0.0", + "version": "4.0.1", "license": "GPL-2.0-or-later", "description": "A fast and flexible search and query engine for WordPress.", "devDependencies": { diff --git a/readme.txt b/readme.txt index ba65f98415..4acc1984fe 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: 10up, tlovett1, vhauri, tott, oscarssanchez, cmmarslender Tags: performance, slow, search, elasticsearch, fuzzy, facet, aggregation, searching, autosuggest, suggest, elastic, advanced search, woocommerce, related posts, woocommerce Tested up to: 5.9.1 -Stable tag: 4.0.0 +Stable tag: 4.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -51,6 +51,13 @@ Please refer to [Github](https://github.com/10up/ElasticPress) for detailed usag == Changelog == += 4.0.1 - 2022-03-16 = + +**This is a security release affecting users running ElasticPress 4.0 with both the WooCommerce and Protected Content Features activated. Please update to the latest version of ElasticPress if the WooCommerce and Protected Content features are activated and you're using ElasticPress 4.0.** + +Security: +* Orders belonging to all users loaded in the My Account WooCommerce page. Props [@tomburtless](https://github.com/tomburtless) and [@oscarssanchez](https://github.com/oscarssanchez). + = 4.0.0 - 2022-03-08 = **ElasticPress 4.0 contains some important changes. Make sure to read these highlights before upgrading:**