Skip to content

Commit

Permalink
chore: version bump (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine authored Jun 5, 2023
1 parent dfbb802 commit 6b1674e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 14 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog

## Unreleased
- chore: Implement `axepress/wp-graphql-cs` PHP_CodeSniffer ruleset.

## v0.4.4

This _minor_ release implements the new WPGraphQL Coding Standards ruleset for `PHP_CodeSniffer`. While many of the addressed sniffs are cosmetic, numerous smells regarding performance, type safety, sanitization, and 3rd-party interoperability have been fixed as well.

- chore: Implement `axepress/wp-graphql-cs` PHP_Codesniffer ruleset.
- chore: Update WPGraphQL Plugin Boilerplate to v0.0.9.
- chore: Update Composer dev-dependencies.

## v0.4.3

Expand Down
2 changes: 1 addition & 1 deletion 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/hsimah-services/wp-graphql-facetwp/0.4.3) ![GitHub forks](https://img.shields.io/github/forks/hsimah-services/wp-graphql-facetwp?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/hsimah-services/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/hsimah-services/wp-graphql-facetwp/0.4.4) ![GitHub forks](https://img.shields.io/github/forks/hsimah-services/wp-graphql-facetwp?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/hsimah-services/wp-graphql-facetwp?style=social)<br />
![CodeQuality](https://img.shields.io/github/actions/workflow/status/hsimah-services/wp-graphql-facetwp/code-quality.yml?branch=develop&label=Code%20Quality)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/hsimah-services/wp-graphql-facetwp/integration-testing.yml?branch=develop&label=Integration%20Testing)
![Coding Standards](https://img.shields.io/github/actions/workflow/status/hsimah-services/wp-graphql-facetwp/code-standard.yml?branch=develop&label=WordPress%20Coding%20Standards)
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Requires at least: 5.4.1
Requires PHP: 7.4
Requires FacetWP: 4.0
Requires WPGraphQL: 1.6.0
Tested up to: 6.2
Stable tag: 0.4.3
Tested up to: 6.2.2
Stable tag: 0.4.4
Maintained at: https://github.com/hsimah-services/wp-graphql-facetwp
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => 'hsimah-services/wp-graphql-facetwp',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '3871200b8831bc7aed113f5f5d6201087a46f72e',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => 'dfbb8023c6750760ff3147f3fc8b49be95c84f1d',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -20,9 +20,9 @@
'dev_requirement' => false,
),
'hsimah-services/wp-graphql-facetwp' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '3871200b8831bc7aed113f5f5d6201087a46f72e',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => 'dfbb8023c6750760ff3147f3fc8b49be95c84f1d',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
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,20 +5,20 @@
* Description: Adds FacetWP support to WPGraphQL
* Author: hsimah
* Author URI: http://www.hsimah.com
* Version: 0.4.3
* Version: 0.4.4
* Text Domain: wpgraphql-facetwp
* Requires at least: 5.4.1
* Requires PHP: 7.4
* WPGraphQL requires at least: 1.6.0
* FacetWP requires at least: 4.0
* Tested up to: 6.2
* Tested up to: 6.2.2
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
* @package WPGraphQL_FacetWP
* @author hsimah
* @license GPL-3
* @version 0.4.3
* @version 0.4.4
*/

// Exit if accessed directly.
Expand All @@ -39,7 +39,7 @@
function graphql_facetwp_constants(): void {
// Plugin version.
if ( ! defined( 'WPGRAPHQL_FACETWP_VERSION' ) ) {
define( 'WPGRAPHQL_FACETWP_VERSION', '0.4.3' );
define( 'WPGRAPHQL_FACETWP_VERSION', '0.4.4' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit 6b1674e

Please sign in to comment.