Changeset 2404133
- Timestamp:
- 10/21/2020 04:55:01 PM (5 years ago)
- Location:
- custom-post-type-maker
- Files:
-
- 2 added
- 5 deleted
- 8 edited
- 7 copied
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/banner.psd (deleted)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/icon.svg (deleted)
-
tags/1.1.11 (copied) (copied from custom-post-type-maker/trunk)
-
tags/1.1.11/CHANGELOG.md (copied) (copied from custom-post-type-maker/trunk/CHANGELOG.md) (1 diff)
-
tags/1.1.11/README.md (copied) (copied from custom-post-type-maker/trunk/README.md) (2 diffs)
-
tags/1.1.11/class-cptm.php (copied) (copied from custom-post-type-maker/trunk/class-cptm.php) (3 diffs)
-
tags/1.1.11/custom-post-type-maker.php (deleted)
-
tags/1.1.11/lang (copied) (copied from custom-post-type-maker/trunk/lang)
-
tags/1.1.11/lang/.gitkeep (copied) (copied from custom-post-type-maker/trunk/lang/.gitkeep)
-
tags/1.1.11/lang/custom-post-type-maker-fr_FR.mo (deleted)
-
tags/1.1.11/lang/custom-post-type-maker-fr_FR.po (deleted)
-
tags/1.1.11/phpcs.xml (added)
-
tags/1.1.11/readme.txt (copied) (copied from custom-post-type-maker/trunk/readme.txt) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.md (modified) (2 diffs)
-
trunk/class-cptm.php (modified) (3 diffs)
-
trunk/phpcs.xml (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-post-type-maker/tags/1.1.11/CHANGELOG.md
r2363219 r2404133 1 1 # Changelog 2 3 ## 1.1.11 4 5 - Update assets 2 6 3 7 ## 1.1.10 -
custom-post-type-maker/tags/1.1.11/README.md
r2363219 r2404133 1 1 # Custom Post Type Maker 2 3  2 4 3 5 Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way. Originally by [Bakhuys](http://www.bakhuys.com/). … … 26 28 27 29 ## Changelog 30 31 ## 1.1.11 32 33 - Update assets. 28 34 29 35 ## 1.1.10 -
custom-post-type-maker/tags/1.1.11/class-cptm.php
r2363219 r2404133 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.1 06 Version: 1.1.11 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. 934 * @version 1.1.11 35 35 */ 36 36 … … 62 62 $this->dir = plugins_url( '', __FILE__ ); 63 63 $this->path = plugin_dir_path( __FILE__ ); 64 $this->version = '1.1.1 0';64 $this->version = '1.1.11'; 65 65 66 66 // actions -
custom-post-type-maker/tags/1.1.11/readme.txt
r2363219 r2404133 4 4 Requires at least: 3.0.0 5 5 Tested up to: 5.5 6 Stable tag: 1.1.1 06 Stable tag: 1.1.11 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.11 = 70 71 - Update assets 72 69 73 = 1.1.10 = 70 74 -
custom-post-type-maker/trunk/CHANGELOG.md
r2363219 r2404133 1 1 # Changelog 2 3 ## 1.1.11 4 5 - Update assets 2 6 3 7 ## 1.1.10 -
custom-post-type-maker/trunk/README.md
r2363219 r2404133 1 1 # Custom Post Type Maker 2 3  2 4 3 5 Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way. Originally by [Bakhuys](http://www.bakhuys.com/). … … 26 28 27 29 ## Changelog 30 31 ## 1.1.11 32 33 - Update assets. 28 34 29 35 ## 1.1.10 -
custom-post-type-maker/trunk/class-cptm.php
r2363219 r2404133 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.1 06 Version: 1.1.11 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. 934 * @version 1.1.11 35 35 */ 36 36 … … 62 62 $this->dir = plugins_url( '', __FILE__ ); 63 63 $this->path = plugin_dir_path( __FILE__ ); 64 $this->version = '1.1.1 0';64 $this->version = '1.1.11'; 65 65 66 66 // actions -
custom-post-type-maker/trunk/readme.txt
r2363219 r2404133 4 4 Requires at least: 3.0.0 5 5 Tested up to: 5.5 6 Stable tag: 1.1.1 06 Stable tag: 1.1.11 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.11 = 70 71 - Update assets 72 69 73 = 1.1.10 = 70 74
Note: See TracChangeset
for help on using the changeset viewer.