From bb08ce8a514260a383d1a45342c8b62709c41e60 Mon Sep 17 00:00:00 2001 From: dcooperdalrymple Date: Mon, 24 May 2021 15:05:36 -0500 Subject: [PATCH] Pushed to version 0.1.9. --- assets/js/frontend.js | 2 +- assets/sass/style.scss | 2 +- inc/alert.php | 2 +- inc/display.php | 2 +- ogrealert.php | 4 ++-- readme.txt | 7 ++++++- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/assets/js/frontend.js b/assets/js/frontend.js index 4995927..a0083f5 100644 --- a/assets/js/frontend.js +++ b/assets/js/frontend.js @@ -2,7 +2,7 @@ Plugin Name: OgreAlert Plugin URI: https://plugins.cleverogre.com/plugin/ogrealert/ Description: OgreAlert is a plugin developed by CleverOgre in Pensacola, Florida. -Version: 0.1.7 +Version: 0.1.9 Author: CleverOgre Author URI: https://cleverogre.com/ Icon1x: https://plugins.cleverogre.com/plugin/ogrealert/?asset=icon-sm diff --git a/assets/sass/style.scss b/assets/sass/style.scss index e86d2a8..68e1b25 100644 --- a/assets/sass/style.scss +++ b/assets/sass/style.scss @@ -2,7 +2,7 @@ Plugin Name: OgreAlert Plugin URI: https://plugins.cleverogre.com/plugin/ogrealert/ Description: OgreAlert is a plugin developed by CleverOgre in Pensacola, Florida. -Version: 0.1.8 +Version: 0.1.9 Author: CleverOgre Author URI: https://cleverogre.com/ Icon1x: https://plugins.cleverogre.com/plugin/ogrealert/?asset=icon-sm diff --git a/inc/alert.php b/inc/alert.php index ab10745..e01bd80 100644 --- a/inc/alert.php +++ b/inc/alert.php @@ -2,7 +2,7 @@ /** * @package CleverOgre * @subpackage OgreAlert - * @since OgreAlert 0.1.7 + * @since OgreAlert 0.1.9 */ namespace OgreAlert; diff --git a/inc/display.php b/inc/display.php index 9916a0b..780a9ac 100644 --- a/inc/display.php +++ b/inc/display.php @@ -2,7 +2,7 @@ /** * @package CleverOgre * @subpackage OgreAlert - * @since OgreAlert 0.1.8 + * @since OgreAlert 0.1.9 */ namespace OgreAlert; diff --git a/ogrealert.php b/ogrealert.php index cc069df..cf8cc5f 100644 --- a/ogrealert.php +++ b/ogrealert.php @@ -3,7 +3,7 @@ Plugin Name: OgreAlert Plugin URI: https://plugins.cleverogre.com/plugin/ogrealert/ Description: OgreAlert is a plugin developed by CleverOgre in Pensacola, Florida. -Version: 0.1.8 +Version: 0.1.9 Author: CleverOgre Author URI: https://cleverogre.com/ Icon1x: https://plugins.cleverogre.com/plugin/ogrealert/?asset=icon-sm @@ -45,7 +45,7 @@ class Plugin { // Default Settings \OgreAlert\Settings::set('name', 'OgreAlert'); - \OgreAlert\Settings::set('version', '0.1.8'); + \OgreAlert\Settings::set('version', '0.1.9'); \OgreAlert\Settings::set('capability', 'edit_posts'); \OgreAlert\Settings::set('path', $path); \OgreAlert\Settings::set('dir', self::get_dir(__FILE__)); diff --git a/readme.txt b/readme.txt index 0ca1f55..548ab82 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://cleverogre.com/ Tags: development, warning, modal, dismissable Requires at least: 4.8.0 Tested up to: 5.7.1 -Stable tag: 0.1.8 +Stable tag: 0.1.9 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -62,6 +62,11 @@ By default, the OgreAlert plugin will be able to update without an activated lic == Changelog == += 0.1.9 - 05-24-2021 = +* NEW: Z-index field in OgreAlert settings. +* BUG: Replaced wp_make_content_images_responsive filter with wp_filter_content_tags for WP 5.5.0 compatibility. +* BUG: Renamed display.js to frontend.js to prevent ad blockers. + = 0.1.8 - 05-12-2021 = * DEV: Moved FontAwesome webfonts to separated folder in assets. * DEV: Added plugin packaging makefile.