Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Jul 21, 2024
1 parent 15bd0c0 commit d7f04db
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 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: Create beautiful and impactful alerts and notifications in your content, inspired by Bootstrap, Material, Chakra UI, and Shoelace.
* Version: 1.4.0
* Version: 2.0.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.4.0' );
define( 'ALERTS_DLX_VERSION', '2.0.0' );
define( 'ALERTS_DLX_FILE', __FILE__ );

// Support for site-level autoloading.
Expand Down
25 changes: 20 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: ronalfy
Tags: alerts, notifications, notice, shortcode, blocks
Requires at least: 5.9
Tested up to: 6.5
Stable tag: 1.4.0
Tested up to: 6.6
Stable tag: 2.0.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -21,6 +21,14 @@ https://www.youtube.com/watch?v=7dKpw5uBi5o

> <a href="https://app.instawp.io/launch?t=alerts-dlx&d=v2">Spin up a quick demo here</a>.

Major features:

1. Four alert styles: Material, Bootstrap, Chakra, and Shoelace.
2. Use branded colors, or choose custom for your own styles.
3. Add your own SVG icons, or choose from the ones included.
4. Add dismissble alerts, and have it remember the user's choice.
5. Add an optional title, description, and button.

Quick Links:

* <a href="https://dlxplugins.com/plugins/alertsdlx/">AlertsDLX Home</a>
Expand Down Expand Up @@ -58,7 +66,7 @@ Development happens on GitHub. Please <a href="https://github.com/dlxplugins/ale

== Frequently Asked Questions ==

= Does this work with the Classic Editor? =
= Does this work with the Classic Editor and Page Builders? =

Yes. AlertsDLX works with the Classic Editor <a href="https://docs.dlxplugins.com/v/alertsdlx/shortcode-usage">via its shortcode support</a>.

Expand Down Expand Up @@ -99,6 +107,13 @@ Yes. The icon picker allows you to enter an SVG. For the shortcode, you must sup

== Changelog ==

= 2.0.0 =
* Released 2024-07-21
* New feature: Added a close button and dismissible alerts. You can set an expiration to hide the alert for a certain time after user action.
* New feature: Advanced setting in the blocks to allow for custom inner blocks.
* New feature: Custom colors. Set custom colors for eåçh alert type and variation.
* Block tweaks: The options for showing sections in the block is now near the top and open by default.

= 1.4.0 =
* Released 2024-03-12
* Reworked markup for better style compatibility and less conflicts.
Expand Down Expand Up @@ -150,5 +165,5 @@ Yes. The icon picker allows you to enter an SVG. For the shortcode, you must sup

== Upgrade Notice ==

= 1.4.0 =
Reworked markup for better style compatibility and less conflicts. Testing with WP 6.5.
= 2.0.0 =
Alerts can now be dismissed. You can select custom colors for each alert type. Custom inner blocks are now supported.

0 comments on commit d7f04db

Please sign in to comment.