Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Mar 12, 2024
1 parent 8a9b847 commit e9c12c6
Show file tree
Hide file tree
Showing 2 changed files with 12 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.3.6
* Version: 1.4.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.3.6' );
define( 'ALERTS_DLX_VERSION', '1.4.0' );
define( 'ALERTS_DLX_FILE', __FILE__ );

// Support for site-level autoloading.
Expand Down
15 changes: 10 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Contributors: ronalfy
Tags: alerts, notifications, notice, shortcode, blocks
Requires at least: 5.9
Tested up to: 6.4
Stable tag: 1.3.5
Tested up to: 6.5
Stable tag: 1.4.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: /~https://github.com/sponsors/DLXPlugins

Create beautiful and impactful alerts, callouts, and notifications for your site.
Create beautiful and impactful alerts, callouts, and notifications for the block editor.

== Description ==

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

== Changelog ==

= 1.4.0 =
* Released 2024-03-12
* Reworked markup for better style compatibility and less conflicts.
* Testing with WP 6.5.

= 1.3.5 =
* Released 2023-12-09
* Selecting block styles resulted in a JS error. This has been fixed.
Expand Down Expand Up @@ -145,5 +150,5 @@ Yes. The icon picker allows you to enter an SVG. For the shortcode, you must sup

== Upgrade Notice ==

= 1.3.5 =
Selecting block styles resulted in a JS error. This has been fixed.
= 1.4.0 =
Reworked markup for better style compatibility and less conflicts. Testing with WP 6.5.

0 comments on commit e9c12c6

Please sign in to comment.