diff --git a/10up-experience.php b/10up-experience.php index 6fd3b57..0c90403 100644 --- a/10up-experience.php +++ b/10up-experience.php @@ -3,7 +3,7 @@ * Plugin Name: 10up Experience * Plugin URI: https://github.com/10up/10up-experience * Description: The 10up Experience plugin configures WordPress to better protect and inform clients, aligned to 10up’s best practices. - * Version: 1.14.0 + * Version: 1.15.0 * Author: 10up * Author URI: https://10up.com * License: GPLv2 or later @@ -19,7 +19,7 @@ use YahnisElsts\PluginUpdateChecker\v5\PucFactory; -define( 'TENUP_EXPERIENCE_VERSION', '1.14.0' ); +define( 'TENUP_EXPERIENCE_VERSION', '1.15.0' ); define( 'TENUP_EXPERIENCE_DIR', __DIR__ ); define( 'TENUP_EXPERIENCE_FILE', __FILE__ ); diff --git a/CHANGELOG.md b/CHANGELOG.md index f981f7d..e5cd9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/). +## [1.15.0] - 2025-03-20 +* Check haveibeenpwned API during password reset and account creation. +* Don’t render the plugin update notices on VIP as they’re duplicated. +* Allow defining support monitor constants to override settings. +* Adds environment type indicator to admin bar. +* Fix issue with VIP environment reporting in Monitor. + ## [1.14.0] - 2025-02-05 * Configure Monitor to use new API.