From 735c499e9cc967816f292a844afcab87dc26f274 Mon Sep 17 00:00:00 2001 From: annlickander Date: Fri, 8 Dec 2023 15:49:52 +0000 Subject: [PATCH] Prepare release 3.11.6 --- bm-wp-experience.php | 2 +- package.json | 2 +- src/Plugin.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bm-wp-experience.php b/bm-wp-experience.php index 9f58fef..d2e7518 100644 --- a/bm-wp-experience.php +++ b/bm-wp-experience.php @@ -3,7 +3,7 @@ * Plugin Name: BM WP Experience * Plugin URI: https://www.bernskioldmedia.com * Description: Provides an opinionated WordPress experience with clean-up and tweaks that we at Bernskiold Media have found runs WordPress best. - * Version: 3.11.5 + * Version: 3.11.6 * Author: Bernskiold Media * Author URI: https://www.bernskioldmedia.com * Text Domain: bm-wp-experience diff --git a/package.json b/package.json index 6bdb596..8534325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bm-wp-experience", - "version": "3.11.5", + "version": "3.11.6", "description": "Provides an opinionated WordPress experience with clean-up and tweaks that we at Bernskiold Media have found runs WordPress best.", "main": "assets/scripts/src/index.js", "scripts": { diff --git a/src/Plugin.php b/src/Plugin.php index a087024..348c807 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -8,7 +8,7 @@ class Plugin extends BasePlugin { protected static string $slug = 'bm-wp-experience'; - protected static string $version = '3.11.5'; + protected static string $version = '3.11.6'; protected static string $textdomain = 'bm-wp-experience'; protected static string $plugin_file_path = BM_WP_EXPERIENCE_FILE_PATH;