Shortcodes Ultimate - Version 5.12.3

Version Description

Download this release

Release Info

Developer gn_themes
Plugin Icon 128x128 Shortcodes Ultimate
Version 5.12.3
Comparing to
See all releases

Code changes from version 5.12.2 to 5.12.3

Files changed (3) hide show
  1. changelog.txt +6 -0
  2. readme.txt +4 -5
  3. shortcodes-ultimate.php +3 -3
changelog.txt CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  ### 5.12.1
2
 
3
  **Security release**
1
+ ### 5.12.2
2
+
3
+ * Fixed issue with Shortcode Generator Presets, introduced in the previous update
4
+ * Tested compatibility with WordPress 6
5
+
6
+
7
  ### 5.12.1
8
 
9
  **Security release**
readme.txt CHANGED
@@ -3,10 +3,10 @@ Contributors: gn_themes
3
  License: GPLv3
4
  Donate link: https://paypal.me/anovladimir
5
  Tags: shortcode, toggle, columns, button, slider
6
- Stable tag: 5.12.2
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
- Tested up to: 6.0
10
 
11
 
12
  A comprehensive collection of visual components for your site
@@ -137,10 +137,9 @@ First, visit the [Help Center](https://getshortcodes.com/support/). If you get s
137
  ## Changelog
138
 
139
 
140
- ### 5.12.2
141
 
142
- * Fixed issue with Shortcode Generator Presets, introduced in the previous update
143
- * Tested compatibility with WordPress 6
144
 
145
 
146
  ---
3
  License: GPLv3
4
  Donate link: https://paypal.me/anovladimir
5
  Tags: shortcode, toggle, columns, button, slider
6
+ Stable tag: 5.12.3
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
+ Tested up to: 6.1
10
 
11
 
12
  A comprehensive collection of visual components for your site
137
  ## Changelog
138
 
139
 
140
+ ### 5.12.3
141
 
142
+ * Tested compatibility with WordPress 6.1
 
143
 
144
 
145
  ---
shortcodes-ultimate.php CHANGED
@@ -7,13 +7,13 @@
7
  * Description: A comprehensive collection of visual components for WordPress
8
  * Text Domain: shortcodes-ultimate
9
  * License: GPLv3
10
- * Version: 5.12.2
11
  * Requires PHP: 5.4
12
  * Requires at least: 4.6
13
- * Tested up to: 6.0
14
  */
15
 
16
  define( 'SU_PLUGIN_FILE', __FILE__ );
17
- define( 'SU_PLUGIN_VERSION', '5.12.2' );
18
 
19
  require_once dirname( __FILE__ ) . '/plugin.php';
7
  * Description: A comprehensive collection of visual components for WordPress
8
  * Text Domain: shortcodes-ultimate
9
  * License: GPLv3
10
+ * Version: 5.12.3
11
  * Requires PHP: 5.4
12
  * Requires at least: 4.6
13
+ * Tested up to: 6.1
14
  */
15
 
16
  define( 'SU_PLUGIN_FILE', __FILE__ );
17
+ define( 'SU_PLUGIN_VERSION', '5.12.3' );
18
 
19
  require_once dirname( __FILE__ ) . '/plugin.php';