Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 10up-experience.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.1
* Version: 1.18.0
* Author: 10up
* Author URI: https://10up.com
* License: GPLv2 or later
Expand All @@ -19,7 +19,7 @@

use YahnisElsts\PluginUpdateChecker\v5\PucFactory;

define( 'TENUP_EXPERIENCE_VERSION', '1.17.1' );
define( 'TENUP_EXPERIENCE_VERSION', '1.18.0' );
define( 'TENUP_EXPERIENCE_DIR', __DIR__ );
define( 'TENUP_EXPERIENCE_FILE', __FILE__ );
define( 'TENUP_EXPERIENCE_URL', plugin_dir_url( __FILE__ ) );
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased]

## [1.18.0] - 2026-06-10

### Added

- WordPress 6.9+ Block Notes compatibility with disable comments feature.
- New filter `tenup_experience_disable_comments_allowed_types` to allow specific comment types when comments are disabled.
- Allow filtering of the environment labels and their meta data.
- Add hosting provider detection, multisite flag, and user profile URLs to the Support Monitor data.

### Fixed

- Block Notes now work correctly when traditional comments are disabled.
- Comment query filters now properly check comment type before short-circuiting.
- Fix SSO button display in RTL
- Refactor options pages markup to follow WordPress standards
- Removed the `https_ssl_verify` filter from the codebase.

## [1.17.1] - 2026-01-15
* Fix: Duplicate plugins menu item in admin by @ZacharyRener in https://github.com/10up/10up-experience/pull/204
Expand Down
2 changes: 1 addition & 1 deletion dist/css/tenup-pages.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'c553b0877dc085aaae4d');
<?php return array('dependencies' => array(), 'version' => 'bd4878f0b2dc98cf9804');
2 changes: 1 addition & 1 deletion dist/css/tenup-pages.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading