Changeset 2421145
- Timestamp:
- 11/18/2020 10:19:50 PM (5 years ago)
- Location:
- custom-post-type-maker
- Files:
-
- 2 added
- 6 deleted
- 4 edited
- 16 copied
-
tags/1.1.12 (copied) (copied from custom-post-type-maker/trunk)
-
tags/1.1.12/CHANGELOG.md (copied) (copied from custom-post-type-maker/trunk/CHANGELOG.md)
-
tags/1.1.12/README.md (copied) (copied from custom-post-type-maker/trunk/README.md)
-
tags/1.1.12/class-cptm.php (copied) (copied from custom-post-type-maker/trunk/class-cptm.php)
-
tags/1.1.12/custom-post-type-maker.php (deleted)
-
tags/1.1.12/lang (copied) (copied from custom-post-type-maker/trunk/lang)
-
tags/1.1.12/lang/.gitkeep (copied) (copied from custom-post-type-maker/trunk/lang/.gitkeep)
-
tags/1.1.12/lang/custom-post-type-maker-fr_FR.mo (deleted)
-
tags/1.1.12/lang/custom-post-type-maker-fr_FR.po (deleted)
-
tags/1.1.12/phpcs.xml (copied) (copied from custom-post-type-maker/trunk/phpcs.xml)
-
tags/1.1.12/readme.txt (copied) (copied from custom-post-type-maker/trunk/readme.txt)
-
tags/1.1.13 (copied) (copied from custom-post-type-maker/trunk)
-
tags/1.1.13/CHANGELOG.md (copied) (copied from custom-post-type-maker/trunk/CHANGELOG.md) (1 diff)
-
tags/1.1.13/README.md (copied) (copied from custom-post-type-maker/trunk/README.md) (1 diff)
-
tags/1.1.13/class-cptm.php (copied) (copied from custom-post-type-maker/trunk/class-cptm.php) (4 diffs)
-
tags/1.1.13/custom-post-type-maker.php (deleted)
-
tags/1.1.13/lang (copied) (copied from custom-post-type-maker/trunk/lang)
-
tags/1.1.13/lang/.gitkeep (copied) (copied from custom-post-type-maker/trunk/lang/.gitkeep)
-
tags/1.1.13/lang/custom-post-type-maker-fr_FR.mo (deleted)
-
tags/1.1.13/lang/custom-post-type-maker-fr_FR.po (deleted)
-
tags/1.1.13/lang/custom-post-type-maker.pot (added)
-
tags/1.1.13/phpcs.xml (copied) (copied from custom-post-type-maker/trunk/phpcs.xml)
-
tags/1.1.13/readme.txt (copied) (copied from custom-post-type-maker/trunk/readme.txt) (1 diff)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/class-cptm.php (modified) (4 diffs)
-
trunk/lang/custom-post-type-maker.pot (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-post-type-maker/tags/1.1.13/CHANGELOG.md
r2421130 r2421145 1 1 # Changelog 2 3 ## 1.1.13 4 5 - Fix translations. Add .pot template file, reported by @wicko77 2 6 3 7 ## 1.1.12 -
custom-post-type-maker/tags/1.1.13/README.md
r2421130 r2421145 28 28 29 29 ## Changelog 30 31 ## 1.1.13 32 33 - Fix translations. Add .pot template file, reported by @wicko77 30 34 31 35 ## 1.1.12 -
custom-post-type-maker/tags/1.1.13/class-cptm.php
r2421130 r2421145 2 2 /* 3 3 Plugin Name: Custom Post Type Maker 4 Plugin URI: https://github.com/Graffino/custom-post-type-maker -ui4 Plugin URI: https://github.com/Graffino/custom-post-type-maker 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 26 Version: 1.1.13 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.1 234 * @version 1.1.13 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 2';64 $this->version = '1.1.13'; 65 65 66 66 // actions … … 89 89 90 90 // set textdomain 91 load_plugin_textdomain( 'c ptm', false, basename( dirname( __FILE__ ) ) . '/lang' );91 load_plugin_textdomain( 'custom-post-type-maker', false, basename( dirname( __FILE__ ) ) . '/lang' ); 92 92 } 93 93 -
custom-post-type-maker/tags/1.1.13/readme.txt
r2421130 r2421145 66 66 67 67 == Changelog == 68 69 = 1.1.13 = 70 71 - Fix translations. Add .pot template file, reported by @wicko77 68 72 69 73 = 1.1.12 = -
custom-post-type-maker/trunk/CHANGELOG.md
r2421130 r2421145 1 1 # Changelog 2 3 ## 1.1.13 4 5 - Fix translations. Add .pot template file, reported by @wicko77 2 6 3 7 ## 1.1.12 -
custom-post-type-maker/trunk/README.md
r2421130 r2421145 28 28 29 29 ## Changelog 30 31 ## 1.1.13 32 33 - Fix translations. Add .pot template file, reported by @wicko77 30 34 31 35 ## 1.1.12 -
custom-post-type-maker/trunk/class-cptm.php
r2421130 r2421145 2 2 /* 3 3 Plugin Name: Custom Post Type Maker 4 Plugin URI: https://github.com/Graffino/custom-post-type-maker -ui4 Plugin URI: https://github.com/Graffino/custom-post-type-maker 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 26 Version: 1.1.13 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.1 234 * @version 1.1.13 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 2';64 $this->version = '1.1.13'; 65 65 66 66 // actions … … 89 89 90 90 // set textdomain 91 load_plugin_textdomain( 'c ptm', false, basename( dirname( __FILE__ ) ) . '/lang' );91 load_plugin_textdomain( 'custom-post-type-maker', false, basename( dirname( __FILE__ ) ) . '/lang' ); 92 92 } 93 93 -
custom-post-type-maker/trunk/readme.txt
r2421130 r2421145 66 66 67 67 == Changelog == 68 69 = 1.1.13 = 70 71 - Fix translations. Add .pot template file, reported by @wicko77 68 72 69 73 = 1.1.12 =
Note: See TracChangeset
for help on using the changeset viewer.