Changeset 2276739
- Timestamp:
- 04/05/2020 09:18:57 PM (6 years ago)
- Location:
- custom-post-type-maker
- Files:
-
- 3 deleted
- 4 edited
- 7 copied
-
tags/1.1.9 (copied) (copied from custom-post-type-maker/trunk)
-
tags/1.1.9/CHANGELOG.md (copied) (copied from custom-post-type-maker/trunk/CHANGELOG.md) (1 diff)
-
tags/1.1.9/README.md (copied) (copied from custom-post-type-maker/trunk/README.md) (1 diff)
-
tags/1.1.9/class-cptm.php (copied) (copied from custom-post-type-maker/trunk/class-cptm.php) (3 diffs)
-
tags/1.1.9/custom-post-type-maker.php (deleted)
-
tags/1.1.9/lang (copied) (copied from custom-post-type-maker/trunk/lang)
-
tags/1.1.9/lang/.gitkeep (copied) (copied from custom-post-type-maker/trunk/lang/.gitkeep)
-
tags/1.1.9/lang/custom-post-type-maker-fr_FR.mo (deleted)
-
tags/1.1.9/lang/custom-post-type-maker-fr_FR.po (deleted)
-
tags/1.1.9/readme.txt (copied) (copied from custom-post-type-maker/trunk/readme.txt) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/class-cptm.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-post-type-maker/tags/1.1.9/CHANGELOG.md
r2178780 r2276739 1 1 # Changelog 2 3 ## 1.1.9 4 5 - Compatibility with future version of WP 2 6 3 7 ## 1.1.8 -
custom-post-type-maker/tags/1.1.9/README.md
r2178780 r2276739 27 27 ## Changelog 28 28 29 ## 1.1.8 29 ### 1.1.9 30 31 - Compatibility with future version of WP 32 33 ### 1.1.8 30 34 31 35 - 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 4 4 Plugin URI: https://github.com/Graffino/custom-post-type-maker-ui 5 5 Description: Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way. 6 Version: 1.1. 86 Version: 1.1.9 7 7 Author: Graffino 8 8 Author URI: http://www.graffino.com/ … … 32 32 * @license http://www.gnu.org/licenses/gpl-2.0.html GPLv2 33 33 * @package Custom_Post_Types_Maker 34 * @version 1.1. 734 * @version 1.1.9 35 35 */ 36 36 … … 62 62 $this->dir = plugins_url( '', __FILE__ ); 63 63 $this->path = plugin_dir_path( __FILE__ ); 64 $this->version = '1.1. 7';64 $this->version = '1.1.9'; 65 65 66 66 // actions -
custom-post-type-maker/tags/1.1.9/readme.txt
r2178780 r2276739 3 3 Tags: custom, post, type, custom post type, custom post types, maker, make, cpt, post types, taxonomy, taxonomies, tax, custom taxonomies 4 4 Requires at least: 3.0.0 5 Tested up to: 5. 36 Stable tag: 1.1. 85 Tested up to: 5.4 6 Stable tag: 1.1.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 67 67 == Changelog == 68 68 69 = 1.1.9 70 - Compatibility with future version of WP 71 69 72 = 1.1.8 70 73 - 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 1 1 # Changelog 2 3 ## 1.1.9 4 5 - Compatibility with future version of WP 2 6 3 7 ## 1.1.8 -
custom-post-type-maker/trunk/README.md
r2178780 r2276739 27 27 ## Changelog 28 28 29 ## 1.1.8 29 ### 1.1.9 30 31 - Compatibility with future version of WP 32 33 ### 1.1.8 30 34 31 35 - 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 4 4 Plugin URI: https://github.com/Graffino/custom-post-type-maker-ui 5 5 Description: Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way. 6 Version: 1.1. 86 Version: 1.1.9 7 7 Author: Graffino 8 8 Author URI: http://www.graffino.com/ … … 32 32 * @license http://www.gnu.org/licenses/gpl-2.0.html GPLv2 33 33 * @package Custom_Post_Types_Maker 34 * @version 1.1. 734 * @version 1.1.9 35 35 */ 36 36 … … 62 62 $this->dir = plugins_url( '', __FILE__ ); 63 63 $this->path = plugin_dir_path( __FILE__ ); 64 $this->version = '1.1. 7';64 $this->version = '1.1.9'; 65 65 66 66 // actions -
custom-post-type-maker/trunk/readme.txt
r2178780 r2276739 3 3 Tags: custom, post, type, custom post type, custom post types, maker, make, cpt, post types, taxonomy, taxonomies, tax, custom taxonomies 4 4 Requires at least: 3.0.0 5 Tested up to: 5. 36 Stable tag: 1.1. 85 Tested up to: 5.4 6 Stable tag: 1.1.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 67 67 == Changelog == 68 68 69 = 1.1.9 70 - Compatibility with future version of WP 71 69 72 = 1.1.8 70 73 - 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.