Plugin Directory

Changeset 2363219


Ignore:
Timestamp:
08/17/2020 03:12:07 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.10/CHANGELOG.md

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

    r2276739 r2363219  
    2626
    2727## Changelog
     28
     29## 1.1.10
     30
     31- Compatibility with future version of WP
    2832
    2933### 1.1.9
  • custom-post-type-maker/tags/1.1.10/class-cptm.php

    r2276739 r2363219  
    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.9
     6Version: 1.1.10
    77Author: Graffino
    88Author URI: http://www.graffino.com/
     
    6262        $this->dir     = plugins_url( '', __FILE__ );
    6363        $this->path    = plugin_dir_path( __FILE__ );
    64         $this->version = '1.1.9';
     64        $this->version = '1.1.10';
    6565
    6666        // actions
  • custom-post-type-maker/tags/1.1.10/readme.txt

    r2276739 r2363219  
    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.4
    6 Stable tag: 1.1.9
     5Tested up to: 5.5
     6Stable tag: 1.1.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
    69 = 1.1.9
     69= 1.1.10 =
     70
    7071- Compatibility with future version of WP
    7172
    72 = 1.1.8
     73= 1.1.9 =
     74- Compatibility with future version of WP
     75
     76= 1.1.8 =
    7377- 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)
    7478
    75 = 1.1.7
     79= 1.1.7 =
    7680- Makes code compatible with WordPressCore PHP Linter
    7781- Marks plugin compatible with future WordPress versions
    7882
    79 = 1.1.6
     83= 1.1.6 =
    8084- Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16)
    8185
    82 = 1.1.5
     86= 1.1.5 =
    8387- Add ability to show custom post in REST API (Thanks @asithade)[#14](https://github.com/Graffino/Custom-Post-Type-Maker/issues/14).
    8488
    85 = 1.1.4
     89= 1.1.4 =
    8690- Add ability to show custom taxonomy column in post listing.
    8791
    88 = 1.1.3
     92= 1.1.3 =
    8993- Removed forgotten development dump. Sorry about that.
    9094
  • custom-post-type-maker/trunk/CHANGELOG.md

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

    r2276739 r2363219  
    2626
    2727## Changelog
     28
     29## 1.1.10
     30
     31- Compatibility with future version of WP
    2832
    2933### 1.1.9
  • custom-post-type-maker/trunk/class-cptm.php

    r2276739 r2363219  
    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.9
     6Version: 1.1.10
    77Author: Graffino
    88Author URI: http://www.graffino.com/
     
    6262        $this->dir     = plugins_url( '', __FILE__ );
    6363        $this->path    = plugin_dir_path( __FILE__ );
    64         $this->version = '1.1.9';
     64        $this->version = '1.1.10';
    6565
    6666        // actions
  • custom-post-type-maker/trunk/readme.txt

    r2276739 r2363219  
    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.4
    6 Stable tag: 1.1.9
     5Tested up to: 5.5
     6Stable tag: 1.1.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
    69 = 1.1.9
     69= 1.1.10 =
     70
    7071- Compatibility with future version of WP
    7172
    72 = 1.1.8
     73= 1.1.9 =
     74- Compatibility with future version of WP
     75
     76= 1.1.8 =
    7377- 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)
    7478
    75 = 1.1.7
     79= 1.1.7 =
    7680- Makes code compatible with WordPressCore PHP Linter
    7781- Marks plugin compatible with future WordPress versions
    7882
    79 = 1.1.6
     83= 1.1.6 =
    8084- Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16)
    8185
    82 = 1.1.5
     86= 1.1.5 =
    8387- Add ability to show custom post in REST API (Thanks @asithade)[#14](https://github.com/Graffino/Custom-Post-Type-Maker/issues/14).
    8488
    85 = 1.1.4
     89= 1.1.4 =
    8690- Add ability to show custom taxonomy column in post listing.
    8791
    88 = 1.1.3
     92= 1.1.3 =
    8993- Removed forgotten development dump. Sorry about that.
    9094
Note: See TracChangeset for help on using the changeset viewer.