Changeset 2129174
- Timestamp:
- 07/26/2019 03:18:46 PM (7 years ago)
- Location:
- custom-post-type-maker
- Files:
-
- 4 added
- 10 deleted
- 3 edited
- 5 copied
-
tags/1.1.5/lang/custom-post-type-maker-fr_FR.mo (deleted)
-
tags/1.1.5/lang/custom-post-type-maker-fr_FR.po (deleted)
-
tags/1.1.6/lang/custom-post-type-maker-fr_FR.mo (deleted)
-
tags/1.1.6/lang/custom-post-type-maker-fr_FR.po (deleted)
-
tags/1.1.7 (copied) (copied from custom-post-type-maker/trunk)
-
tags/1.1.7/CHANGELOG.md (copied) (copied from custom-post-type-maker/trunk/CHANGELOG.md) (1 diff)
-
tags/1.1.7/README.md (copied) (copied from custom-post-type-maker/trunk/README.md) (2 diffs)
-
tags/1.1.7/class-cptm.php (added)
-
tags/1.1.7/custom-post-type-maker.php (deleted)
-
tags/1.1.7/lang (copied) (copied from custom-post-type-maker/trunk/lang)
-
tags/1.1.7/lang/.gitkeep (added)
-
tags/1.1.7/lang/custom-post-type-maker-fr_FR.mo (deleted)
-
tags/1.1.7/lang/custom-post-type-maker-fr_FR.po (deleted)
-
tags/1.1.7/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 (added)
-
trunk/custom-post-type-maker.php (deleted)
-
trunk/lang/.gitkeep (added)
-
trunk/lang/custom-post-type-maker-fr_FR.mo (deleted)
-
trunk/lang/custom-post-type-maker-fr_FR.po (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-post-type-maker/tags/1.1.7/CHANGELOG.md
r1963778 r2129174 1 # #Changelog1 # Changelog 2 2 3 ### 1.1.6 3 ## 1.1.6 4 4 5 - Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16) 5 6 6 ### 1.1.5 7 ## 1.1.5 8 7 9 - Add ability to show custom post in REST API (Thanks @asithade)[#14](https://github.com/Graffino/Custom-Post-Type-Maker/issues/14). 8 10 9 ### 1.1.4 11 ## 1.1.4 12 10 13 - Add ability to show custom taxonomy column in post listing. 11 14 12 ### 1.1.3 15 ## 1.1.3 16 13 17 - Removed forgotten development dump. Sorry about that. 14 18 15 ### 1.1.2 19 ## 1.1.2 20 16 21 - [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) 17 22 18 ### 1.1.1 23 ## 1.1.1 24 19 25 - [Feature] Auto-flush rewrite rules on: custom post save, plugin activation, plugin deactivation. 20 26 - [Bugfix] Made `publicly_queryable` default to true. This fixes permalink errors after upgrading to v1.1.0 on existing installations. 21 27 - [Localization] Add french translation. (Credit: @momo-fr). 22 28 23 ### 1.1.0 29 ## 1.1.0 30 24 31 - [Feature] Implemented `publicly_queryable`. Closes: [#5](https://github.com/Graffino/Custom-Post-Type-Maker/issues/5) 25 32 26 ### 1.0.4 33 ## 1.0.4 34 27 35 - [Bugfix] Renamed plugin to match WP Plugins 28 36 29 ### 1.0.3 37 ## 1.0.3 38 30 39 - [Bugfix] Fix typos 31 40 32 ### 1.0.2 41 ## 1.0.2 42 33 43 - [Bugfix] Fixed `undefined` error that prevented media library from loading 34 44 35 ### 1.0.1 45 ## 1.0.1 46 36 47 - Compatibility with future version of WP 37 48 38 ### 1.0.0 49 ## 1.0.0 50 39 51 - [Added] Ability to select [DashIcons](https://developer.wordpress.org/resource/dashicons/#layout) as Custom Post Type icon. 40 52 - [Bugfix] Fixed `add_utility_page provokes "deprecated" notice in 4.5.2` 41 - [Forked] Forked https://wordpress.org/plugins/custom-post-type-maker/ -
custom-post-type-maker/tags/1.1.7/README.md
r1963778 r2129174 14 14 15 15 ## Frequently Asked Questions 16 16 17 Please ask your question in the [Support Forums](http://wordpress.org/support/plugin/custom-post-type-maker). 17 18 18 19 ## Feature requests 20 19 21 We're supporting this plugin but not actively developing it. If you're interested to contribute you can submit a PR on [GitHub](https://github.com/Graffino/custom-post-type-maker/pulls). 20 22 21 23 ## Localization 24 22 25 Help [translate this plugin](https://translate.wordpress.org/projects/wp-plugins/custom-post-type-maker) in your language. 23 26 24 27 ## Changelog 25 28 29 ### 1.1.7 30 31 - Makes code compatible with WordPressCore PHP Linter 32 - Marks plugin compatible with future WordPress versions 33 26 34 ### 1.1.6 35 27 36 - Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16) 28 37 29 38 ### 1.1.5 39 30 40 - Add ability to show custom post in REST API (Thanks @asithade)[#14](https://github.com/Graffino/Custom-Post-Type-Maker/issues/14). 31 41 32 42 ### 1.1.4 43 33 44 - Add ability to show custom taxonomy column in post listing. 34 45 35 46 ### 1.1.3 47 36 48 - Removed forgotten development dump. Sorry about that. 37 49 38 50 ### 1.1.2 51 39 52 - [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) 40 53 41 54 ### 1.1.1 55 42 56 - [Feature] Auto-flush rewrite rules on: custom post save, plugin activation, plugin deactivation. 43 57 - [Bugfix] Made `publicly_queryable` default to true. This fixes permalink errors after upgrading to v1.1.0 on existing installations. … … 45 59 46 60 ### 1.1.0 61 47 62 - [Feature] Implemented `publicly_queryable`. Closes: [#5](https://github.com/Graffino/Custom-Post-Type-Maker/issues/5) 48 63 49 64 ### 1.0.4 65 50 66 - [Bugfix] Renamed plugin to match WP Plugins 51 67 52 68 ### 1.0.3 69 53 70 - [Bugfix] Fix typos 54 71 72 ### 1.0.2 55 73 56 ### 1.0.257 74 - [Bugfix] Fixed `undefined` error that prevented media library from loading 58 75 59 76 ### 1.0.1 77 60 78 - Compatibility with future version of WP 61 79 62 80 ### 1.0.0 81 63 82 - [Added] Ability to select [DashIcons](https://developer.wordpress.org/resource/dashicons/#layout) as Custom Post Type icon. 64 83 - [Bugfix] Fixed `add_utility_page provokes "deprecated" notice in 4.5.2` 65 - [Forked] Forked https://wordpress.org/plugins/custom-post-type-maker/ -
custom-post-type-maker/tags/1.1.7/readme.txt
r1963778 r2129174 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: 4.96 Stable tag: 1.1. 65 Tested up to: 5.2 6 Stable tag: 1.1.7 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.7 70 - Makes code compatible with WordPressCore PHP Linter 71 - Marks plugin compatible with future WordPress versions 72 69 73 = 1.1.6 70 74 - Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16) -
custom-post-type-maker/trunk/CHANGELOG.md
r1963778 r2129174 1 # #Changelog1 # Changelog 2 2 3 ### 1.1.6 3 ## 1.1.6 4 4 5 - Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16) 5 6 6 ### 1.1.5 7 ## 1.1.5 8 7 9 - Add ability to show custom post in REST API (Thanks @asithade)[#14](https://github.com/Graffino/Custom-Post-Type-Maker/issues/14). 8 10 9 ### 1.1.4 11 ## 1.1.4 12 10 13 - Add ability to show custom taxonomy column in post listing. 11 14 12 ### 1.1.3 15 ## 1.1.3 16 13 17 - Removed forgotten development dump. Sorry about that. 14 18 15 ### 1.1.2 19 ## 1.1.2 20 16 21 - [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) 17 22 18 ### 1.1.1 23 ## 1.1.1 24 19 25 - [Feature] Auto-flush rewrite rules on: custom post save, plugin activation, plugin deactivation. 20 26 - [Bugfix] Made `publicly_queryable` default to true. This fixes permalink errors after upgrading to v1.1.0 on existing installations. 21 27 - [Localization] Add french translation. (Credit: @momo-fr). 22 28 23 ### 1.1.0 29 ## 1.1.0 30 24 31 - [Feature] Implemented `publicly_queryable`. Closes: [#5](https://github.com/Graffino/Custom-Post-Type-Maker/issues/5) 25 32 26 ### 1.0.4 33 ## 1.0.4 34 27 35 - [Bugfix] Renamed plugin to match WP Plugins 28 36 29 ### 1.0.3 37 ## 1.0.3 38 30 39 - [Bugfix] Fix typos 31 40 32 ### 1.0.2 41 ## 1.0.2 42 33 43 - [Bugfix] Fixed `undefined` error that prevented media library from loading 34 44 35 ### 1.0.1 45 ## 1.0.1 46 36 47 - Compatibility with future version of WP 37 48 38 ### 1.0.0 49 ## 1.0.0 50 39 51 - [Added] Ability to select [DashIcons](https://developer.wordpress.org/resource/dashicons/#layout) as Custom Post Type icon. 40 52 - [Bugfix] Fixed `add_utility_page provokes "deprecated" notice in 4.5.2` 41 - [Forked] Forked https://wordpress.org/plugins/custom-post-type-maker/ -
custom-post-type-maker/trunk/README.md
r1963778 r2129174 14 14 15 15 ## Frequently Asked Questions 16 16 17 Please ask your question in the [Support Forums](http://wordpress.org/support/plugin/custom-post-type-maker). 17 18 18 19 ## Feature requests 20 19 21 We're supporting this plugin but not actively developing it. If you're interested to contribute you can submit a PR on [GitHub](https://github.com/Graffino/custom-post-type-maker/pulls). 20 22 21 23 ## Localization 24 22 25 Help [translate this plugin](https://translate.wordpress.org/projects/wp-plugins/custom-post-type-maker) in your language. 23 26 24 27 ## Changelog 25 28 29 ### 1.1.7 30 31 - Makes code compatible with WordPressCore PHP Linter 32 - Marks plugin compatible with future WordPress versions 33 26 34 ### 1.1.6 35 27 36 - Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16) 28 37 29 38 ### 1.1.5 39 30 40 - Add ability to show custom post in REST API (Thanks @asithade)[#14](https://github.com/Graffino/Custom-Post-Type-Maker/issues/14). 31 41 32 42 ### 1.1.4 43 33 44 - Add ability to show custom taxonomy column in post listing. 34 45 35 46 ### 1.1.3 47 36 48 - Removed forgotten development dump. Sorry about that. 37 49 38 50 ### 1.1.2 51 39 52 - [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) 40 53 41 54 ### 1.1.1 55 42 56 - [Feature] Auto-flush rewrite rules on: custom post save, plugin activation, plugin deactivation. 43 57 - [Bugfix] Made `publicly_queryable` default to true. This fixes permalink errors after upgrading to v1.1.0 on existing installations. … … 45 59 46 60 ### 1.1.0 61 47 62 - [Feature] Implemented `publicly_queryable`. Closes: [#5](https://github.com/Graffino/Custom-Post-Type-Maker/issues/5) 48 63 49 64 ### 1.0.4 65 50 66 - [Bugfix] Renamed plugin to match WP Plugins 51 67 52 68 ### 1.0.3 69 53 70 - [Bugfix] Fix typos 54 71 72 ### 1.0.2 55 73 56 ### 1.0.257 74 - [Bugfix] Fixed `undefined` error that prevented media library from loading 58 75 59 76 ### 1.0.1 77 60 78 - Compatibility with future version of WP 61 79 62 80 ### 1.0.0 81 63 82 - [Added] Ability to select [DashIcons](https://developer.wordpress.org/resource/dashicons/#layout) as Custom Post Type icon. 64 83 - [Bugfix] Fixed `add_utility_page provokes "deprecated" notice in 4.5.2` 65 - [Forked] Forked https://wordpress.org/plugins/custom-post-type-maker/ -
custom-post-type-maker/trunk/readme.txt
r1963778 r2129174 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: 4.96 Stable tag: 1.1. 65 Tested up to: 5.2 6 Stable tag: 1.1.7 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.7 70 - Makes code compatible with WordPressCore PHP Linter 71 - Marks plugin compatible with future WordPress versions 72 69 73 = 1.1.6 70 74 - Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16)
Note: See TracChangeset
for help on using the changeset viewer.