Skip to content

Commit

Permalink
Merge pull request #131 from happyprime/release-0.7.0
Browse files Browse the repository at this point in the history
Bump 0.7.0
  • Loading branch information
jeremyfelt authored Jan 18, 2024
2 parents 6c411b8 + bc964f3 commit 29cad5f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ composer.lock
package.json
package-lock.json
phpcs.xml
phpstan.neon.dist
postcss.config.js
webpack.config.js
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29cad5f

Please sign in to comment.