Plugin Directory

Changeset 2404133


Ignore:
Timestamp:
10/21/2020 04:55:01 PM (5 years ago)
Author:
graffino
Message:

Update assets

Location:
custom-post-type-maker
Files:
2 added
5 deleted
8 edited
7 copied

Legend:

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

    r2363219 r2404133  
    11# Changelog
     2
     3## 1.1.11
     4
     5- Update assets
    26
    37## 1.1.10
  • custom-post-type-maker/tags/1.1.11/README.md

    r2363219 r2404133  
    11# Custom Post Type Maker
     2
     3![Custom Post Type Maker](https://github.com/Graffino/Custom-Post-Type-Maker/blob/master/assets/banner-1544x500.png)
    24
    35Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way. Originally by [Bakhuys](http://www.bakhuys.com/).
     
    2628
    2729## Changelog
     30
     31## 1.1.11
     32
     33- Update assets.
    2834
    2935## 1.1.10
  • custom-post-type-maker/tags/1.1.11/class-cptm.php

    r2363219 r2404133  
    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.10
     6Version: 1.1.11
    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.9
     34 * @version   1.1.11
    3535 */
    3636
     
    6262        $this->dir     = plugins_url( '', __FILE__ );
    6363        $this->path    = plugin_dir_path( __FILE__ );
    64         $this->version = '1.1.10';
     64        $this->version = '1.1.11';
    6565
    6666        // actions
  • custom-post-type-maker/tags/1.1.11/readme.txt

    r2363219 r2404133  
    44Requires at least: 3.0.0
    55Tested up to: 5.5
    6 Stable tag: 1.1.10
     6Stable tag: 1.1.11
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.1.11 =
     70
     71- Update assets
     72
    6973= 1.1.10 =
    7074
  • custom-post-type-maker/trunk/CHANGELOG.md

    r2363219 r2404133  
    11# Changelog
     2
     3## 1.1.11
     4
     5- Update assets
    26
    37## 1.1.10
  • custom-post-type-maker/trunk/README.md

    r2363219 r2404133  
    11# Custom Post Type Maker
     2
     3![Custom Post Type Maker](https://github.com/Graffino/Custom-Post-Type-Maker/blob/master/assets/banner-1544x500.png)
    24
    35Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way. Originally by [Bakhuys](http://www.bakhuys.com/).
     
    2628
    2729## Changelog
     30
     31## 1.1.11
     32
     33- Update assets.
    2834
    2935## 1.1.10
  • custom-post-type-maker/trunk/class-cptm.php

    r2363219 r2404133  
    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.10
     6Version: 1.1.11
    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.9
     34 * @version   1.1.11
    3535 */
    3636
     
    6262        $this->dir     = plugins_url( '', __FILE__ );
    6363        $this->path    = plugin_dir_path( __FILE__ );
    64         $this->version = '1.1.10';
     64        $this->version = '1.1.11';
    6565
    6666        // actions
  • custom-post-type-maker/trunk/readme.txt

    r2363219 r2404133  
    44Requires at least: 3.0.0
    55Tested up to: 5.5
    6 Stable tag: 1.1.10
     6Stable tag: 1.1.11
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.1.11 =
     70
     71- Update assets
     72
    6973= 1.1.10 =
    7074
Note: See TracChangeset for help on using the changeset viewer.