Plugin Directory

Changeset 2276739


Ignore:
Timestamp:
04/05/2020 09:18:57 PM (6 years ago)
Author:
graffino
Message:

Compatibility with future WP version.

Location:
custom-post-type-maker
Files:
3 deleted
4 edited
7 copied

Legend:

Unmodified
Added
Removed
  • custom-post-type-maker/tags/1.1.9/CHANGELOG.md

    r2178780 r2276739  
    11# Changelog
     2
     3## 1.1.9
     4
     5- Compatibility with future version of WP
    26
    37## 1.1.8
  • custom-post-type-maker/tags/1.1.9/README.md

    r2178780 r2276739  
    2727## Changelog
    2828
    29 ## 1.1.8
     29### 1.1.9
     30
     31- Compatibility with future version of WP
     32
     33### 1.1.8
    3034
    3135- Fixes undefined variable (Thanks @richardshea,@kubik101)[#20](https://github.com/Graffino/Custom-Post-Type-Maker/issues/21), [#20](https://github.com/Graffino/Custom-Post-Type-Maker/issues/21)
  • custom-post-type-maker/tags/1.1.9/class-cptm.php

    r2178780 r2276739  
    44Plugin URI: https://github.com/Graffino/custom-post-type-maker-ui
    55Description: Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way.
    6 Version: 1.1.8
     6Version: 1.1.9
    77Author: Graffino
    88Author URI: http://www.graffino.com/
     
    3232 * @license   http://www.gnu.org/licenses/gpl-2.0.html GPLv2
    3333 * @package   Custom_Post_Types_Maker
    34  * @version   1.1.7
     34 * @version   1.1.9
    3535 */
    3636
     
    6262        $this->dir     = plugins_url( '', __FILE__ );
    6363        $this->path    = plugin_dir_path( __FILE__ );
    64         $this->version = '1.1.7';
     64        $this->version = '1.1.9';
    6565
    6666        // actions
  • custom-post-type-maker/tags/1.1.9/readme.txt

    r2178780 r2276739  
    33Tags: custom, post, type, custom post type, custom post types, maker, make, cpt, post types, taxonomy, taxonomies, tax, custom taxonomies
    44Requires at least: 3.0.0
    5 Tested up to: 5.3
    6 Stable tag: 1.1.8
     5Tested up to: 5.4
     6Stable tag: 1.1.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.1.9
     70- Compatibility with future version of WP
     71
    6972= 1.1.8
    7073- Fixes undefined variable (Thanks @richardshea,@kubik101)[#20](https://github.com/Graffino/Custom-Post-Type-Maker/issues/21), [#20](https://github.com/Graffino/Custom-Post-Type-Maker/issues/21)
  • custom-post-type-maker/trunk/CHANGELOG.md

    r2178780 r2276739  
    11# Changelog
     2
     3## 1.1.9
     4
     5- Compatibility with future version of WP
    26
    37## 1.1.8
  • custom-post-type-maker/trunk/README.md

    r2178780 r2276739  
    2727## Changelog
    2828
    29 ## 1.1.8
     29### 1.1.9
     30
     31- Compatibility with future version of WP
     32
     33### 1.1.8
    3034
    3135- Fixes undefined variable (Thanks @richardshea,@kubik101)[#20](https://github.com/Graffino/Custom-Post-Type-Maker/issues/21), [#20](https://github.com/Graffino/Custom-Post-Type-Maker/issues/21)
  • custom-post-type-maker/trunk/class-cptm.php

    r2178780 r2276739  
    44Plugin URI: https://github.com/Graffino/custom-post-type-maker-ui
    55Description: Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way.
    6 Version: 1.1.8
     6Version: 1.1.9
    77Author: Graffino
    88Author URI: http://www.graffino.com/
     
    3232 * @license   http://www.gnu.org/licenses/gpl-2.0.html GPLv2
    3333 * @package   Custom_Post_Types_Maker
    34  * @version   1.1.7
     34 * @version   1.1.9
    3535 */
    3636
     
    6262        $this->dir     = plugins_url( '', __FILE__ );
    6363        $this->path    = plugin_dir_path( __FILE__ );
    64         $this->version = '1.1.7';
     64        $this->version = '1.1.9';
    6565
    6666        // actions
  • custom-post-type-maker/trunk/readme.txt

    r2178780 r2276739  
    33Tags: custom, post, type, custom post type, custom post types, maker, make, cpt, post types, taxonomy, taxonomies, tax, custom taxonomies
    44Requires at least: 3.0.0
    5 Tested up to: 5.3
    6 Stable tag: 1.1.8
     5Tested up to: 5.4
     6Stable tag: 1.1.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.1.9
     70- Compatibility with future version of WP
     71
    6972= 1.1.8
    7073- Fixes undefined variable (Thanks @richardshea,@kubik101)[#20](https://github.com/Graffino/Custom-Post-Type-Maker/issues/21), [#20](https://github.com/Graffino/Custom-Post-Type-Maker/issues/21)
Note: See TracChangeset for help on using the changeset viewer.