Skip to content

Commit 1d3ef6d

Browse files
authored
Merge pull request #174 from 10up/release/1.15.0
Prepare Release
2 parents 2c12110 + bedc838 commit 1d3ef6d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

10up-experience.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: 10up Experience
44
* Plugin URI: https://github.com/10up/10up-experience
55
* Description: The 10up Experience plugin configures WordPress to better protect and inform clients, aligned to 10up’s best practices.
6-
* Version: 1.14.0
6+
* Version: 1.15.0
77
* Author: 10up
88
* Author URI: https://10up.com
99
* License: GPLv2 or later
@@ -19,7 +19,7 @@
1919

2020
use YahnisElsts\PluginUpdateChecker\v5\PucFactory;
2121

22-
define( 'TENUP_EXPERIENCE_VERSION', '1.14.0' );
22+
define( 'TENUP_EXPERIENCE_VERSION', '1.15.0' );
2323
define( 'TENUP_EXPERIENCE_DIR', __DIR__ );
2424
define( 'TENUP_EXPERIENCE_FILE', __FILE__ );
2525

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).
44

5+
## [1.15.0] - 2025-03-20
6+
* Check haveibeenpwned API during password reset and account creation.
7+
* Don’t render the plugin update notices on VIP as they’re duplicated.
8+
* Allow defining support monitor constants to override settings.
9+
* Adds environment type indicator to admin bar.
10+
* Fix issue with VIP environment reporting in Monitor.
11+
512
## [1.14.0] - 2025-02-05
613
* Configure Monitor to use new API.
714

0 commit comments

Comments
 (0)