We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c4d3e commit 03a0de8Copy full SHA for 03a0de8
shortcodes-ultimate.php
@@ -2,7 +2,7 @@
2
/**
3
* Plugin Name: Shortcodes Ultimate
4
* Plugin URI: http://getshortcodes.com/
5
- * Version: 5.0.0
+ * Version: 5.0.1
6
* Author: Vladimir Anokhin
7
* Author URI: https://vanokhin.com/
8
* Description: A comprehensive collection of visual components for WordPress
@@ -15,7 +15,7 @@
15
* Define plugin constants.
16
*/
17
define( 'SU_PLUGIN_FILE', __FILE__ );
18
-define( 'SU_PLUGIN_VERSION', '5.0.0' );
+define( 'SU_PLUGIN_VERSION', '5.0.1' );
19
define( 'SU_ENABLE_CACHE', false );
20
21
0 commit comments