Shortcodes Ultimate - Version 5.9.6

Version Description

Download this release

Release Info

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

Code changes from version 5.9.5 to 5.9.6

Files changed (3) hide show
  1. changelog.txt +7 -0
  2. readme.txt +4 -3
  3. shortcodes-ultimate.php +3 -3
changelog.txt CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  ### 5.9.4
2
 
3
  **Fixes**
1
+ ### 5.9.5
2
+
3
+ Added compatiblity with WordPress 5.6
4
+ Minor improvements
5
+ Fixed readme.txt information
6
+
7
+
8
  ### 5.9.4
9
 
10
  **Fixes**
readme.txt CHANGED
@@ -4,9 +4,9 @@ License: GPLv3
4
  Donate link: https://paypal.me/anovladimir
5
  Tags: shortcode, toggle, columns, button, slider
6
  Requires at least: 4.6
7
- Tested up to: 5.7
8
  Requires PHP: 5.3
9
- Stable tag: 5.9.5
10
 
11
  A comprehensive collection of visual components for your site
12
 
@@ -146,10 +146,11 @@ First, visit the [Help Center](https://getshortcodes.com/support/). If you get s
146
  ## Changelog
147
 
148
 
149
- ### 5.9.5
150
 
151
  Added compatiblity with WordPress 5.6
152
  Minor improvements
 
153
 
154
  ---
155
  [Version history →](https://plugins.trac.wordpress.org/browser/shortcodes-ultimate/trunk/changelog.txt)
4
  Donate link: https://paypal.me/anovladimir
5
  Tags: shortcode, toggle, columns, button, slider
6
  Requires at least: 4.6
7
+ Tested up to: 5.6
8
  Requires PHP: 5.3
9
+ Stable tag: 5.9.6
10
 
11
  A comprehensive collection of visual components for your site
12
 
146
  ## Changelog
147
 
148
 
149
+ ### 5.9.6
150
 
151
  Added compatiblity with WordPress 5.6
152
  Minor improvements
153
+ Fixed readme.txt information
154
 
155
  ---
156
  [Version history →](https://plugins.trac.wordpress.org/browser/shortcodes-ultimate/trunk/changelog.txt)
shortcodes-ultimate.php CHANGED
@@ -2,13 +2,13 @@
2
  /**
3
  * Plugin Name: Shortcodes Ultimate
4
  * Plugin URI: https://getshortcodes.com/
5
- * Version: 5.9.5
6
  * Author: Vladimir Anokhin
7
  * Author URI: https://getshortcodes.com/
8
  * Description: A comprehensive collection of visual components for WordPress
9
  * Text Domain: shortcodes-ultimate
10
  * License: GPLv3
11
- * Requires at least: 5.3
12
  * Requires PHP: 5.4
13
  */
14
 
@@ -16,7 +16,7 @@
16
  * Define plugin constants.
17
  */
18
  define( 'SU_PLUGIN_FILE', __FILE__ );
19
- define( 'SU_PLUGIN_VERSION', '5.9.5' );
20
 
21
  /**
22
  * Load dependencies.
2
  /**
3
  * Plugin Name: Shortcodes Ultimate
4
  * Plugin URI: https://getshortcodes.com/
5
+ * Version: 5.9.6
6
  * Author: Vladimir Anokhin
7
  * Author URI: https://getshortcodes.com/
8
  * Description: A comprehensive collection of visual components for WordPress
9
  * Text Domain: shortcodes-ultimate
10
  * License: GPLv3
11
+ * Requires at least: 4.6
12
  * Requires PHP: 5.4
13
  */
14
 
16
  * Define plugin constants.
17
  */
18
  define( 'SU_PLUGIN_FILE', __FILE__ );
19
+ define( 'SU_PLUGIN_VERSION', '5.9.6' );
20
 
21
  /**
22
  * Load dependencies.