Plugin Directory

Changeset 2125525


Ignore:
Timestamp:
07/18/2019 10:34:13 PM (7 years ago)
Author:
kkikuchi1220
Message:

Update to 1.8.6

Location:
ultimate-gutenberg/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ultimate-gutenberg/trunk/README.txt

    r2109515 r2125525  
    66Requires at least: 5.0
    77Tested up to: 5.2.2
    8 Stable tag: 1.8.5
     8Stable tag: 1.8.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444== Changelog ==
     45= 1.8.6 =
     46* Add New Blocks
     47
    4548= 1.8.5 =
    4649* Maintenance
     
    131134
    132135== Upgrade Notice ==
     136= 1.8.6 =
     137* Add New Blocks
     138
     139= 1.8.5 =
     140* Maintenance
     141
    133142= 1.8.4 =
    134143* Maintenance
  • ultimate-gutenberg/trunk/includes/class-ultimate-gutenberg-constants.php

    r2109515 r2125525  
    2323class Ultimate_Gutenberg_Constants {
    2424
    25     const PLUGIN_VERSION = '1.8.5';
     25    const PLUGIN_VERSION = '1.8.6';
    2626    //This was not available when using both premium and free.
    2727    const PLUGIN_NAME = 'ultimate-gutenberg';
  • ultimate-gutenberg/trunk/ultimate-gutenberg.php

    r2109515 r2125525  
    1111 * Plugin URI:        https://wplabo.idea-hack.com
    1212 * Description:       Improve defalut Gutenberg Blocks and add tons of beatiful custom blocks.
    13  * Version:           1.8.5
     13 * Version:           1.8.6
    1414 * Author:            WP Labo
    1515 * Author URI:        https://wplabo.idea-hack.com
Note: See TracChangeset for help on using the changeset viewer.