diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c1e19..15a8d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. This projec ## [Unreleased] +## [1.4.0] - 2021-03-12 + ### Added - Public notice for logged in admins to clearly show when on a staging environment. (#34) - Notice in the admin bar showing environment for admins. (#34) diff --git a/bm-wp-experience.php b/bm-wp-experience.php index 97cb7df..e066c46 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: 1.3.0 + * Version: 1.4.0 * Author: Bernskiold Media * Author URI: https://www.bernskioldmedia.com * Text Domain: bm-wp-experience @@ -51,7 +51,7 @@ class BM_WP_Experience { * * @var string */ - protected const VERSION = '1.3.0'; + protected const VERSION = '1.4.0'; /** * Database Version diff --git a/package.json b/package.json index fb08e34..8077810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bm-wp-experience", - "version": "1.3.0", + "version": "1.4.0", "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": {