Skip to content

Commit

Permalink
release: 0.4.1 (#162)
Browse files Browse the repository at this point in the history
* release: 0.4.1

* .
  • Loading branch information
justlevine authored Feb 14, 2025
1 parent b10f7f0 commit b821095
Show file tree
Hide file tree
Showing 16 changed files with 1,197 additions and 1,247 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ node_modules

# Built assets - enable once this is on wpackagist
# build
build/tsconfig.tsbuildinfo

# Generated Schema used in some tooling. Versioned Schema is uploaded as a Release artifact to Github.
schema.graphql
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.4.1] - 2025-02-15

This _minor_ release confirms compatibility with WPGraphQL 2.0 and WordPress 6.7.2.

### What's changed

- chore: Test compatibility with WPGraphQL 2.0.0.
- chore: Test compatibility with WordPress 6.7.2.
- chore: Update NPM + Composer dev-dependencies.
- ci: Cleanup tsconfig.json file.

## [0.4.0] - 2024-12-28

This _major_ release brings a complete overhaul to the Admin settings screen, along with support for configuring Cookies and a new `logout` mutation for clearing them.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A WordPress plugin that provides headless login and authentication for <a href="

-----

![Packagist License](https://img.shields.io/packagist/l/axepress/wp-graphql-headless-login?color=green) ![Packagist Version](https://img.shields.io/packagist/v/axepress/wp-graphql-headless-login?label=stable) ![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/AxeWP/wp-graphql-headless-login/0.4.0) ![GitHub forks](https://img.shields.io/github/forks/AxeWP/wp-graphql-headless-login?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/AxeWP/wp-graphql-headless-login?style=social)<br />
![Packagist License](https://img.shields.io/packagist/l/axepress/wp-graphql-headless-login?color=green) ![Packagist Version](https://img.shields.io/packagist/v/axepress/wp-graphql-headless-login?label=stable) ![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/AxeWP/wp-graphql-headless-login/0.4.1) ![GitHub forks](https://img.shields.io/github/forks/AxeWP/wp-graphql-headless-login?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/AxeWP/wp-graphql-headless-login?style=social)<br />
![CodeQuality](https://img.shields.io/github/actions/workflow/status/axewp/wp-graphql-headless-login/code-quality.yml?branch=develop&label=Code%20Quality)
![Integration](https://img.shields.io/github/actions/workflow/status/axewp/wp-graphql-headless-login/integration-testing.yml?branch=develop&label=Integration%20Testing)
![Coding Standards](https://img.shields.io/github/actions/workflow/status/axewp/wp-graphql-headless-login/code-standard.yml?branch=develop&label=WordPress%20Coding%20Standards)
Expand Down
2 changes: 2 additions & 0 deletions bin/install-test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ post_setup() {
wp config set WP_DEBUG_LOG true --raw --allow-root
wp config set GRAPHQL_DEBUG true --raw --allow-root

wp core update-db --allow-root

# Disable Update Checks
echo -e "$(status_message "Disabling update checks...")"
wp config set WP_AUTO_UPDATE_CORE false --raw --type=constant --quiet --allow-root
Expand Down
2 changes: 1 addition & 1 deletion build/admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-primitives'), 'version' => '7f3a72b10c78a97d5023');
<?php return array('dependencies' => array('react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-primitives'), 'version' => 'e7710004f33bbd99a2e4');
4 changes: 2 additions & 2 deletions build/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/react-jsx-runtime.js

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

Loading

0 comments on commit b821095

Please sign in to comment.