diff --git a/alerts-dlx.php b/alerts-dlx.php
index 8420365..67fd4e2 100644
--- a/alerts-dlx.php
+++ b/alerts-dlx.php
@@ -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
@@ -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.
diff --git a/readme.txt b/readme.txt
index ebd6ac9..0f203c0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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
@@ -21,6 +21,14 @@ https://www.youtube.com/watch?v=7dKpw5uBi5o
> Spin up a quick demo here.
+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:
* AlertsDLX Home
@@ -58,7 +66,7 @@ Development happens on GitHub. Please via its shortcode support.
@@ -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.
@@ -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.
\ No newline at end of file
+= 2.0.0 =
+Alerts can now be dismissed. You can select custom colors for each alert type. Custom inner blocks are now supported.
\ No newline at end of file