Plugin Directory

Changeset 2129174


Ignore:
Timestamp:
07/26/2019 03:18:46 PM (7 years ago)
Author:
graffino
Message:

Updates WP Compatibility. Implements WordPressCore linter.

Location:
custom-post-type-maker
Files:
4 added
10 deleted
3 edited
5 copied

Legend:

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

    r1963778 r2129174  
    1 ## Changelog
     1# Changelog
    22
    3 ### 1.1.6
     3## 1.1.6
     4
    45- Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16)
    56
    6 ### 1.1.5
     7## 1.1.5
     8
    79- Add ability to show custom post in REST API (Thanks @asithade)[#14](https://github.com/Graffino/Custom-Post-Type-Maker/issues/14).
    810
    9 ### 1.1.4
     11## 1.1.4
     12
    1013- Add ability to show custom taxonomy column in post listing.
    1114
    12 ### 1.1.3
     15## 1.1.3
     16
    1317- Removed forgotten development dump. Sorry about that.
    1418
    15 ### 1.1.2
     19## 1.1.2
     20
    1621- [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)
    1722
    18 ### 1.1.1
     23## 1.1.1
     24
    1925- [Feature] Auto-flush rewrite rules on: custom post save, plugin activation, plugin deactivation.
    2026- [Bugfix] Made `publicly_queryable` default to true. This fixes permalink errors after upgrading to v1.1.0 on existing installations.
    2127- [Localization] Add french translation. (Credit: @momo-fr).
    2228
    23 ### 1.1.0
     29## 1.1.0
     30
    2431- [Feature] Implemented `publicly_queryable`. Closes: [#5](https://github.com/Graffino/Custom-Post-Type-Maker/issues/5)
    2532
    26 ### 1.0.4
     33## 1.0.4
     34
    2735- [Bugfix] Renamed plugin to match WP Plugins
    2836
    29 ### 1.0.3
     37## 1.0.3
     38
    3039- [Bugfix] Fix typos
    3140
    32 ### 1.0.2
     41## 1.0.2
     42
    3343- [Bugfix] Fixed `undefined` error that prevented media library from loading
    3444
    35 ### 1.0.1
     45## 1.0.1
     46
    3647- Compatibility with future version of WP
    3748
    38 ### 1.0.0
     49## 1.0.0
     50
    3951- [Added] Ability to select [DashIcons](https://developer.wordpress.org/resource/dashicons/#layout) as Custom Post Type icon.
    4052- [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  
    1414
    1515## Frequently Asked Questions
     16
    1617Please ask your question in the [Support Forums](http://wordpress.org/support/plugin/custom-post-type-maker).
    1718
    1819## Feature requests
     20
    1921We'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).
    2022
    2123## Localization
     24
    2225Help [translate this plugin](https://translate.wordpress.org/projects/wp-plugins/custom-post-type-maker) in your language.
    2326
    2427## Changelog
    2528
     29### 1.1.7
     30
     31- Makes code compatible with WordPressCore PHP Linter
     32- Marks plugin compatible with future WordPress versions
     33
    2634### 1.1.6
     35
    2736- Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16)
    2837
    2938### 1.1.5
     39
    3040- Add ability to show custom post in REST API (Thanks @asithade)[#14](https://github.com/Graffino/Custom-Post-Type-Maker/issues/14).
    3141
    3242### 1.1.4
     43
    3344- Add ability to show custom taxonomy column in post listing.
    3445
    3546### 1.1.3
     47
    3648- Removed forgotten development dump. Sorry about that.
    3749
    3850### 1.1.2
     51
    3952- [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)
    4053
    4154### 1.1.1
     55
    4256- [Feature] Auto-flush rewrite rules on: custom post save, plugin activation, plugin deactivation.
    4357- [Bugfix] Made `publicly_queryable` default to true. This fixes permalink errors after upgrading to v1.1.0 on existing installations.
     
    4559
    4660### 1.1.0
     61
    4762- [Feature] Implemented `publicly_queryable`. Closes: [#5](https://github.com/Graffino/Custom-Post-Type-Maker/issues/5)
    4863
    4964### 1.0.4
     65
    5066- [Bugfix] Renamed plugin to match WP Plugins
    5167
    5268### 1.0.3
     69
    5370- [Bugfix] Fix typos
    5471
     72### 1.0.2
    5573
    56 ### 1.0.2
    5774- [Bugfix] Fixed `undefined` error that prevented media library from loading
    5875
    5976### 1.0.1
     77
    6078- Compatibility with future version of WP
    6179
    6280### 1.0.0
     81
    6382- [Added] Ability to select [DashIcons](https://developer.wordpress.org/resource/dashicons/#layout) as Custom Post Type icon.
    6483- [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  
    33Tags: custom, post, type, custom post type, custom post types, maker, make, cpt, post types, taxonomy, taxonomies, tax, custom taxonomies
    44Requires at least: 3.0.0
    5 Tested up to: 4.9
    6 Stable tag: 1.1.6
     5Tested up to: 5.2
     6Stable tag: 1.1.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.1.7
     70- Makes code compatible with WordPressCore PHP Linter
     71- Marks plugin compatible with future WordPress versions
     72
    6973= 1.1.6
    7074- 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 ## Changelog
     1# Changelog
    22
    3 ### 1.1.6
     3## 1.1.6
     4
    45- Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16)
    56
    6 ### 1.1.5
     7## 1.1.5
     8
    79- Add ability to show custom post in REST API (Thanks @asithade)[#14](https://github.com/Graffino/Custom-Post-Type-Maker/issues/14).
    810
    9 ### 1.1.4
     11## 1.1.4
     12
    1013- Add ability to show custom taxonomy column in post listing.
    1114
    12 ### 1.1.3
     15## 1.1.3
     16
    1317- Removed forgotten development dump. Sorry about that.
    1418
    15 ### 1.1.2
     19## 1.1.2
     20
    1621- [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)
    1722
    18 ### 1.1.1
     23## 1.1.1
     24
    1925- [Feature] Auto-flush rewrite rules on: custom post save, plugin activation, plugin deactivation.
    2026- [Bugfix] Made `publicly_queryable` default to true. This fixes permalink errors after upgrading to v1.1.0 on existing installations.
    2127- [Localization] Add french translation. (Credit: @momo-fr).
    2228
    23 ### 1.1.0
     29## 1.1.0
     30
    2431- [Feature] Implemented `publicly_queryable`. Closes: [#5](https://github.com/Graffino/Custom-Post-Type-Maker/issues/5)
    2532
    26 ### 1.0.4
     33## 1.0.4
     34
    2735- [Bugfix] Renamed plugin to match WP Plugins
    2836
    29 ### 1.0.3
     37## 1.0.3
     38
    3039- [Bugfix] Fix typos
    3140
    32 ### 1.0.2
     41## 1.0.2
     42
    3343- [Bugfix] Fixed `undefined` error that prevented media library from loading
    3444
    35 ### 1.0.1
     45## 1.0.1
     46
    3647- Compatibility with future version of WP
    3748
    38 ### 1.0.0
     49## 1.0.0
     50
    3951- [Added] Ability to select [DashIcons](https://developer.wordpress.org/resource/dashicons/#layout) as Custom Post Type icon.
    4052- [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  
    1414
    1515## Frequently Asked Questions
     16
    1617Please ask your question in the [Support Forums](http://wordpress.org/support/plugin/custom-post-type-maker).
    1718
    1819## Feature requests
     20
    1921We'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).
    2022
    2123## Localization
     24
    2225Help [translate this plugin](https://translate.wordpress.org/projects/wp-plugins/custom-post-type-maker) in your language.
    2326
    2427## Changelog
    2528
     29### 1.1.7
     30
     31- Makes code compatible with WordPressCore PHP Linter
     32- Marks plugin compatible with future WordPress versions
     33
    2634### 1.1.6
     35
    2736- Fixes tab navigation (Thanks @mediengestalter2)[#16](https://github.com/Graffino/Custom-Post-Type-Maker/issues/16)
    2837
    2938### 1.1.5
     39
    3040- Add ability to show custom post in REST API (Thanks @asithade)[#14](https://github.com/Graffino/Custom-Post-Type-Maker/issues/14).
    3141
    3242### 1.1.4
     43
    3344- Add ability to show custom taxonomy column in post listing.
    3445
    3546### 1.1.3
     47
    3648- Removed forgotten development dump. Sorry about that.
    3749
    3850### 1.1.2
     51
    3952- [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)
    4053
    4154### 1.1.1
     55
    4256- [Feature] Auto-flush rewrite rules on: custom post save, plugin activation, plugin deactivation.
    4357- [Bugfix] Made `publicly_queryable` default to true. This fixes permalink errors after upgrading to v1.1.0 on existing installations.
     
    4559
    4660### 1.1.0
     61
    4762- [Feature] Implemented `publicly_queryable`. Closes: [#5](https://github.com/Graffino/Custom-Post-Type-Maker/issues/5)
    4863
    4964### 1.0.4
     65
    5066- [Bugfix] Renamed plugin to match WP Plugins
    5167
    5268### 1.0.3
     69
    5370- [Bugfix] Fix typos
    5471
     72### 1.0.2
    5573
    56 ### 1.0.2
    5774- [Bugfix] Fixed `undefined` error that prevented media library from loading
    5875
    5976### 1.0.1
     77
    6078- Compatibility with future version of WP
    6179
    6280### 1.0.0
     81
    6382- [Added] Ability to select [DashIcons](https://developer.wordpress.org/resource/dashicons/#layout) as Custom Post Type icon.
    6483- [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  
    33Tags: custom, post, type, custom post type, custom post types, maker, make, cpt, post types, taxonomy, taxonomies, tax, custom taxonomies
    44Requires at least: 3.0.0
    5 Tested up to: 4.9
    6 Stable tag: 1.1.6
     5Tested up to: 5.2
     6Stable tag: 1.1.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.1.7
     70- Makes code compatible with WordPressCore PHP Linter
     71- Marks plugin compatible with future WordPress versions
     72
    6973= 1.1.6
    7074- 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.