diff --git a/.distignore b/.distignore index 19dd83d..be07696 100644 --- a/.distignore +++ b/.distignore @@ -11,5 +11,6 @@ composer.lock package.json package-lock.json phpcs.xml +phpstan.neon.dist postcss.config.js webpack.config.js diff --git a/README.md b/README.md index 439db60..8fddb17 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,16 @@ This PHP filter can be used to modify the data returned by the REST API route re ## Changelog +### 0.7.0 + +* Add WP-CLI commands for auditing and upgrading deprecated attributes. +* Improve fallback handling for deprecated `customTaxonomy` attribute. +* Improve handling of the `customPostType` attribute. +* Update PHP tooling to use Happy Prime coding standards. +* Fix a bug when generating post format classes. + +1.0.0 will be a breaking change that eliminates the `customTaxonomy` attribute, `termID` attribute, and `happyprime/latest-custom-posts` transform handler. + ### 0.6.1 * Add missing default value for `customTaxonomy` block attribute. diff --git a/composer.json b/composer.json index b335502..76bda3a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "happyprime/content-aggregator-block", "description": "Display the latest posts for a specified post type, taxonomy, and term.", - "version": "0.6.1", + "version": "0.7.0", "type": "wordpress-plugin", "license": "GPLv2+", "minimum-stability": "stable", diff --git a/composer.lock b/composer.lock index 3a49658..de8d119 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d755009ac16138cddf6770dde237d30b", + "content-hash": "81cd7357f93744a2b32fe3f92d9e688e", "packages": [], "packages-dev": [ { diff --git a/package-lock.json b/package-lock.json index b560296..beaf7c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "content-aggregator-block", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "content-aggregator-block", - "version": "0.6.1", + "version": "0.7.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/icons": "^9.26.0", diff --git a/package.json b/package.json index d72ddb7..28a7233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-aggregator-block", - "version": "0.6.1", + "version": "0.7.0", "description": "Display the latest posts for a specified post type, taxonomy, and term.", "author": "Happy Prime", "license": "GPL-2.0-or-later", diff --git a/plugin.php b/plugin.php index 2eba5cd..a43d28e 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Content Aggregator Block * Plugin URI: https://github.com/happyprime/content-aggregator-block/ * Description: Display the latest posts for a specified post type, taxonomy, and term. - * Version: 0.6.1 + * Version: 0.7.0 * Author: Happy Prime * Author URI: https://happyprime.co/ * Requires at least: 5.9