Skip to content

Commit

Permalink
chore: version bump (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine authored Feb 16, 2025
1 parent f67501a commit 14cb3e6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 10 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,26 @@

## [Unreleased]

## v0.5.1

This _minor_ release bumps the `tested up to` tags for WordPress v6.7.2 and WPGraphQL v2.0.

It's also the first release in the new repository location at https://github.com/AxeWP/wp-graphql-facetwp. should allow @justlevine to allocate significantly more resources to the plugin. Thanks @hsimah for your stewardship and hospitality 🙏.

> [!IMPORTANT]
> Plugin dependencies are no longer version controlled, and are instead built during release.
>
> For those not using a package manager, you should now download the `wp-graphql-facetwp.php` from the [latest GitHub Release page](https://github.com/AxeWP/wp-graphql-facetwp/releases/latest).
>
> If you are using Composer, you can continue to install the plugin using `composer require hsimah-services/wp-graphql-facetwp`.

- chore!: Remove `vendor` and `vendor-prefixed/*` from the GitHub repository.
- chore: Update Strauss to v0.19.4 and Composer dependencies.
- chore: Update repository URLs to `https://github.com/AxeWP/wp-graphql-facetwp`.
- chore: Test compatibility with WordPress 6.7.2.
- chore: Test compatibility with WPGraphQL 2.0.
- chore: Update Strauss to v0.19.1.
- chore: Update composer dependencies.
- chore: Update repository URLs to `https://github.com/AxeWP/wp-graphql-facetwp`. H/t @hsimah
- ci: Cleanup zip and release workflow.
- ci: Use `docker compose` instead of `docker-compose`.

Expand Down Expand Up @@ -46,7 +63,7 @@ This _minor_ release adds support for the [Sort Facet](https://facetwp.com/help-

## v0.4.2

This _minor_ release lays the groundwork for the upcoming Facet autoregistration / official Sort Facet support. It introduces a new `FacetConfig` interface, which is implemented by the `Facet` object. Additionally, we adopted the use of WPGraphQL Plugin Boilerplate to scaffold our PHP classes, updated our Composer dev dependencies, and started testing against WordPress 6.2 and running WPUnit tests as part of our CI workflow.
This _minor_ release lays the groundwork for the upcoming Facet auto-registration / official Sort Facet support. It introduces a new `FacetConfig` interface, which is implemented by the `Facet` object. Additionally, we adopted the use of WPGraphQL Plugin Boilerplate to scaffold our PHP classes, updated our Composer dev dependencies, and started testing against WordPress 6.2 and running WPUnit tests as part of our CI workflow.

- feat: Change `Facet` object to implement new `FacetConfig` interface.
- fix: Add missing descriptions to GraphQL types.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds WPGraphQL support for [FacetWP](https://facetwp.com/).
* [Documentation](#usage)
-----

![Packagist License](https://img.shields.io/packagist/l/hsimah-services/wp-graphql-facetwp?color=green) ![Packagist Version](https://img.shields.io/packagist/v/hsimah-services/wp-graphql-facetwp?label=stable) ![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/AxeWP/wp-graphql-facetwp/0.5.0) ![GitHub forks](https://img.shields.io/github/forks/AxeWP/wp-graphql-facetwp?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/AxeWP/wp-graphql-facetwp?style=social)<br />
![Packagist License](https://img.shields.io/packagist/l/hsimah-services/wp-graphql-facetwp?color=green) ![Packagist Version](https://img.shields.io/packagist/v/hsimah-services/wp-graphql-facetwp?label=stable) ![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/AxeWP/wp-graphql-facetwp/0.5.1) ![GitHub forks](https://img.shields.io/github/forks/AxeWP/wp-graphql-facetwp?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/AxeWP/wp-graphql-facetwp?style=social)<br />
![CodeQuality](https://img.shields.io/github/actions/workflow/status/AxeWP/wp-graphql-facetwp/code-quality.yml?branch=develop&label=Code%20Quality)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/AxeWP/wp-graphql-facetwp/integration-testing.yml?branch=develop&label=Integration%20Testing)
![Coding Standards](https://img.shields.io/github/actions/workflow/status/AxeWP/wp-graphql-facetwp/code-standard.yml?branch=develop&label=WordPress%20Coding%20Standards)
Expand Down Expand Up @@ -55,7 +55,7 @@ Until we hit v1.0, we're using a modified version of [SemVer](https://semver.org

## Development and Support

WPGraphQL for FacetWP was initially created by [Hamish Blake](https://www.hsimah.com/). Maintainance and development are now provided by [AxePress Development](https://axepress.dev/). On 15 February 2025, the repository was transferred from https://github.com/hsimah-services to https://github.com/AxeWP/wp-graphql-facetwp.
WPGraphQL for FacetWP was initially created by [Hamish Blake](https://www.hsimah.com/). Maintenance and development are now provided by [AxePress Development](https://axepress.dev/). On 15 February 2025, the repository was transferred from https://github.com/hsimah-services to https://github.com/AxeWP/wp-graphql-facetwp.

Community contributions are _welcome_ and **encouraged**.

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: GraphQL, Headless, WPGraphQL, Facet, FacetWP, WPGraphQL, FacetWP, React,
Requires at least: 5.4.1
Requires PHP: 7.4
Tested up to: 6.7.2
Stable tag: 0.5.0
Stable tag: 0.5.1
Maintained at: https://github.com/AxeWP/wp-graphql-facetwp
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
8 changes: 4 additions & 4 deletions wp-graphql-facetwp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Adds FacetWP support to WPGraphQL
* Author: hsimah, justlevine
* Author URI: http://www.hsimah.com
* Version: 0.5.0
* Version: 0.5.1
* Text Domain: wpgraphql-facetwp
* Requires at least: 5.4.1
* Tested up to: 6.7.2
Expand All @@ -20,7 +20,7 @@
* @package WPGraphQL\FacetWP
* @author hsimah
* @license GPL-3
* @version 0.5.0
* @version 0.5.1
*/

namespace WPGraphQL\FacetWP;
Expand Down Expand Up @@ -48,7 +48,7 @@
function constants(): void {
// Plugin version.
if ( ! defined( 'WPGRAPHQL_FACETWP_VERSION' ) ) {
define( 'WPGRAPHQL_FACETWP_VERSION', '0.5.0' );
define( 'WPGRAPHQL_FACETWP_VERSION', '0.5.1' );
}

// Plugin Folder Path.
Expand Down Expand Up @@ -112,7 +112,7 @@ function init(): void {
/**
* For users with lower capabilities, don't show the notice.
*
* @todo Are we sure we don't what to tell all users with backend access that the plugin isnt working?
* @todo Are we sure we don't want to tell all users with backend access that the plugin isn't working?
*/
if ( ! current_user_can( 'manage_options' ) ) {
return;
Expand Down

0 comments on commit 14cb3e6

Please sign in to comment.