Changeset 2125525
- Timestamp:
- 07/18/2019 10:34:13 PM (7 years ago)
- Location:
- ultimate-gutenberg/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
includes/class-ultimate-gutenberg-constants.php (modified) (1 diff)
-
ultimate-gutenberg.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-gutenberg/trunk/README.txt
r2109515 r2125525 6 6 Requires at least: 5.0 7 7 Tested up to: 5.2.2 8 Stable tag: 1.8. 58 Stable tag: 1.8.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 = 1.8.6 = 46 * Add New Blocks 47 45 48 = 1.8.5 = 46 49 * Maintenance … … 131 134 132 135 == Upgrade Notice == 136 = 1.8.6 = 137 * Add New Blocks 138 139 = 1.8.5 = 140 * Maintenance 141 133 142 = 1.8.4 = 134 143 * Maintenance -
ultimate-gutenberg/trunk/includes/class-ultimate-gutenberg-constants.php
r2109515 r2125525 23 23 class Ultimate_Gutenberg_Constants { 24 24 25 const PLUGIN_VERSION = '1.8. 5';25 const PLUGIN_VERSION = '1.8.6'; 26 26 //This was not available when using both premium and free. 27 27 const PLUGIN_NAME = 'ultimate-gutenberg'; -
ultimate-gutenberg/trunk/ultimate-gutenberg.php
r2109515 r2125525 11 11 * Plugin URI: https://wplabo.idea-hack.com 12 12 * Description: Improve defalut Gutenberg Blocks and add tons of beatiful custom blocks. 13 * Version: 1.8. 513 * Version: 1.8.6 14 14 * Author: WP Labo 15 15 * Author URI: https://wplabo.idea-hack.com
Note: See TracChangeset
for help on using the changeset viewer.