Plugin Directory

Changeset 1706370


Ignore:
Timestamp:
08/01/2017 02:00:24 PM (9 years ago)
Author:
graffino
Message:

Removed forgotten development dump in v1.1.2. Sorry about that.

Location:
custom-post-type-maker
Files:
4 edited
6 copied

Legend:

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

    r1706357 r1706370  
    11## Changelog
     2
     3### 1.1.3
     4- Removed forgotten development dump. Sorry about that.
    25
    36### 1.1.2
  • custom-post-type-maker/tags/1.1.3/README.md

    r1706357 r1706370  
    2323
    2424## Changelog
     25
     26### 1.1.3
     27- Removed forgotten development dump. Sorry about that.
    2528
    2629### 1.1.2
  • custom-post-type-maker/tags/1.1.3/custom-post-type-maker.php

    r1706357 r1706370  
    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.2
     6Version: 1.1.3
    77Author: Graffino
    88Author URI: http://www.graffino.com/
     
    2525 * @license     http://www.gnu.org/licenses/gpl-2.0.html GPLv2
    2626 * @package     Custom_Post_Types_Maker
    27  * @version     1.1.2
     27 * @version     1.1.3
    2828 */
    2929
     
    5959        $this->dir = plugins_url( '', __FILE__ );
    6060        $this->path = plugin_dir_path( __FILE__ );
    61         $this->version = '1.1.2';
     61        $this->version = '1.1.3';
    6262
    6363        // actions
     
    339339                            'taxonomies'          => $cptm_post_type['cptm_builtin_taxonomies']
    340340                        );
    341                         var_dump($args); //die();
    342341                        if ( $cptm_post_type['cptm_name'] != 'no_name' )
    343342                            register_post_type( $cptm_post_type['cptm_name'], $args);
  • custom-post-type-maker/tags/1.1.3/readme.txt

    r1706357 r1706370  
    6767== Changelog ==
    6868
     69= 1.1.3
     70- Removed forgotten development dump. Sorry about that.
     71
    6972= 1.1.2 =
    7073- [Bugfix] Make `with_front` available in `register_post` when set to `false` (Credit: @cmerrick). Closes: [#7](https://github.com/Graffino/Custom-Post-Type-Maker/issues/7)
     
    97100== Upgrade Notice ==
    98101
     102= 1.1.3 =
     103- Removed forgotten development dump in v1.1.2. Sorry about that.
     104
    99105= 1.1.1 =
    100106- Important upgrade: this fixes permalink errors after upgrading to v1.1.0 on existing installations.
  • custom-post-type-maker/trunk/CHANGELOG.md

    r1706357 r1706370  
    11## Changelog
     2
     3### 1.1.3
     4- Removed forgotten development dump. Sorry about that.
    25
    36### 1.1.2
  • custom-post-type-maker/trunk/README.md

    r1706357 r1706370  
    2323
    2424## Changelog
     25
     26### 1.1.3
     27- Removed forgotten development dump. Sorry about that.
    2528
    2629### 1.1.2
  • custom-post-type-maker/trunk/custom-post-type-maker.php

    r1706357 r1706370  
    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.2
     6Version: 1.1.3
    77Author: Graffino
    88Author URI: http://www.graffino.com/
     
    2525 * @license     http://www.gnu.org/licenses/gpl-2.0.html GPLv2
    2626 * @package     Custom_Post_Types_Maker
    27  * @version     1.1.2
     27 * @version     1.1.3
    2828 */
    2929
     
    5959        $this->dir = plugins_url( '', __FILE__ );
    6060        $this->path = plugin_dir_path( __FILE__ );
    61         $this->version = '1.1.2';
     61        $this->version = '1.1.3';
    6262
    6363        // actions
     
    339339                            'taxonomies'          => $cptm_post_type['cptm_builtin_taxonomies']
    340340                        );
    341                         var_dump($args); //die();
    342341                        if ( $cptm_post_type['cptm_name'] != 'no_name' )
    343342                            register_post_type( $cptm_post_type['cptm_name'], $args);
  • custom-post-type-maker/trunk/readme.txt

    r1706357 r1706370  
    6767== Changelog ==
    6868
     69= 1.1.3
     70- Removed forgotten development dump. Sorry about that.
     71
    6972= 1.1.2 =
    7073- [Bugfix] Make `with_front` available in `register_post` when set to `false` (Credit: @cmerrick). Closes: [#7](https://github.com/Graffino/Custom-Post-Type-Maker/issues/7)
     
    97100== Upgrade Notice ==
    98101
     102= 1.1.3 =
     103- Removed forgotten development dump in v1.1.2. Sorry about that.
     104
    99105= 1.1.1 =
    100106- Important upgrade: this fixes permalink errors after upgrading to v1.1.0 on existing installations.
Note: See TracChangeset for help on using the changeset viewer.