Skip to content

Commit

Permalink
Version prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Feb 5, 2025
1 parent c0e709e commit b110b3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.13.1
* Version: 1.14.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.13.1' );
define( 'TENUP_EXPERIENCE_VERSION', '1.14.0' );
define( 'TENUP_EXPERIENCE_DIR', __DIR__ );
define( 'TENUP_EXPERIENCE_FILE', __FILE__ );

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [1.14.0] - 2025-02-05
* Configure Monitor to use new API.

## [1.13.1] - 2024-12-12
* Fix SSO bug with @10up.com emails

Expand Down
2 changes: 1 addition & 1 deletion includes/classes/SupportMonitor/Monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public function get_packages() {

$_themes = wp_get_themes();
foreach ( $_themes as $key => $theme ) {
$themes[] = [
$packages[] = [
'slug' => $key,
'name' => $theme['Name'],
'status' => $theme['Status'],
Expand Down

0 comments on commit b110b3f

Please sign in to comment.