Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Oct 1, 2022
1 parent 6908439 commit 708e726
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions alerts-dlx.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: AlertsDLX
* Plugin URI: https://dlxplugins.com/plugins/alertsdlx/
* Description: An alert and notification block inspired by Bootstrap, Material UI, and Chakra UI.
* Version: 1.0.6
* Version: 1.1.0
* Requires at least: 5.9
* Requires PHP: 7.2
* Author: DLX Plugins
Expand All @@ -18,7 +18,7 @@

namespace DLXPlugins\AlertsDLX;

define( 'ALERTS_DLX_VERSION', '1.0.6' );
define( 'ALERTS_DLX_VERSION', '1.1.0' );
define( 'ALERTS_DLX_FILE', __FILE__ );

// Support for site-level autoloading.
Expand Down
16 changes: 7 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: ronalfy
Tags: alerts, notifications, notice, warning, blocks
Requires at least: 5.9
Tested up to: 6.0
Stable tag: 1.0.6
Stable tag: 1.1.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -76,6 +76,10 @@ Yes. The icon picker used allows you to enter an SVG.

== Changelog ==

= 1.1.0 =
* Released 2022-10-01
* Added Darkmode for Chakra and Material alert boxes.

= 1.0.5 =
* Released 2022-09-12
* Fixed "error" alert styles in the block editor/frontend.
Expand All @@ -91,11 +95,5 @@ Yes. The icon picker used allows you to enter an SVG.

== Upgrade Notice ==

= 1.0.6 =
Fixed "error" alerts in the backend/frontend.

= 1.0.1 =
Added transforms to the blocks so that they are interchangeable.

= 1.0.0 =
Initial release.
= 1.1.0 =
Added darkmode to Chakra and Material alert boxes.

0 comments on commit 708e726

Please sign in to comment.