Pushed to version 0.1.9.

This commit is contained in:
dcooperdalrymple
2021-05-24 15:05:36 -05:00
parent 0dfafdbf68
commit bb08ce8a51
6 changed files with 12 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
Plugin Name: OgreAlert Plugin Name: OgreAlert
Plugin URI: https://plugins.cleverogre.com/plugin/ogrealert/ Plugin URI: https://plugins.cleverogre.com/plugin/ogrealert/
Description: OgreAlert is a plugin developed by CleverOgre in Pensacola, Florida. Description: OgreAlert is a plugin developed by CleverOgre in Pensacola, Florida.
Version: 0.1.7 Version: 0.1.9
Author: CleverOgre Author: CleverOgre
Author URI: https://cleverogre.com/ Author URI: https://cleverogre.com/
Icon1x: https://plugins.cleverogre.com/plugin/ogrealert/?asset=icon-sm Icon1x: https://plugins.cleverogre.com/plugin/ogrealert/?asset=icon-sm

View File

@@ -2,7 +2,7 @@
Plugin Name: OgreAlert Plugin Name: OgreAlert
Plugin URI: https://plugins.cleverogre.com/plugin/ogrealert/ Plugin URI: https://plugins.cleverogre.com/plugin/ogrealert/
Description: OgreAlert is a plugin developed by CleverOgre in Pensacola, Florida. Description: OgreAlert is a plugin developed by CleverOgre in Pensacola, Florida.
Version: 0.1.8 Version: 0.1.9
Author: CleverOgre Author: CleverOgre
Author URI: https://cleverogre.com/ Author URI: https://cleverogre.com/
Icon1x: https://plugins.cleverogre.com/plugin/ogrealert/?asset=icon-sm Icon1x: https://plugins.cleverogre.com/plugin/ogrealert/?asset=icon-sm

View File

@@ -2,7 +2,7 @@
/** /**
* @package CleverOgre * @package CleverOgre
* @subpackage OgreAlert * @subpackage OgreAlert
* @since OgreAlert 0.1.7 * @since OgreAlert 0.1.9
*/ */
namespace OgreAlert; namespace OgreAlert;

View File

@@ -2,7 +2,7 @@
/** /**
* @package CleverOgre * @package CleverOgre
* @subpackage OgreAlert * @subpackage OgreAlert
* @since OgreAlert 0.1.8 * @since OgreAlert 0.1.9
*/ */
namespace OgreAlert; namespace OgreAlert;

View File

@@ -3,7 +3,7 @@
Plugin Name: OgreAlert Plugin Name: OgreAlert
Plugin URI: https://plugins.cleverogre.com/plugin/ogrealert/ Plugin URI: https://plugins.cleverogre.com/plugin/ogrealert/
Description: OgreAlert is a plugin developed by CleverOgre in Pensacola, Florida. Description: OgreAlert is a plugin developed by CleverOgre in Pensacola, Florida.
Version: 0.1.8 Version: 0.1.9
Author: CleverOgre Author: CleverOgre
Author URI: https://cleverogre.com/ Author URI: https://cleverogre.com/
Icon1x: https://plugins.cleverogre.com/plugin/ogrealert/?asset=icon-sm Icon1x: https://plugins.cleverogre.com/plugin/ogrealert/?asset=icon-sm
@@ -45,7 +45,7 @@ class Plugin {
// Default Settings // Default Settings
\OgreAlert\Settings::set('name', 'OgreAlert'); \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('capability', 'edit_posts');
\OgreAlert\Settings::set('path', $path); \OgreAlert\Settings::set('path', $path);
\OgreAlert\Settings::set('dir', self::get_dir(__FILE__)); \OgreAlert\Settings::set('dir', self::get_dir(__FILE__));

View File

@@ -4,7 +4,7 @@ Donate link: https://cleverogre.com/
Tags: development, warning, modal, dismissable Tags: development, warning, modal, dismissable
Requires at least: 4.8.0 Requires at least: 4.8.0
Tested up to: 5.7.1 Tested up to: 5.7.1
Stable tag: 0.1.8 Stable tag: 0.1.9
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html 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 == == 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 = = 0.1.8 - 05-12-2021 =
* DEV: Moved FontAwesome webfonts to separated folder in assets. * DEV: Moved FontAwesome webfonts to separated folder in assets.
* DEV: Added plugin packaging makefile. * DEV: Added plugin packaging makefile.