Skip to content

Commit

Permalink
release: 0.3.1 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine authored Sep 7, 2024
1 parent 31d3e0f commit 72936f4
Show file tree
Hide file tree
Showing 10 changed files with 1,032 additions and 713 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to a modified version of [Semantic Versioning](./README

## [Unreleased]

## [0.3.1] - 2024-09-07

This _patch_ releases fixes a bug where descriptions were not being displayed for `FormTokenField` types in the settings screen. Additionally, we've updated our dependencies to the latest (SemVer-compatibile) versions.

- fix: Display missing help text to `FormTokenField` types in the settings screen. H/t alexookah.
- dev: Add `react-jsx-runtime` polyfill for WordPress backwards-compatibility.
- chore: Update Strauss to v0.19.1.
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.3.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.3.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
Loading

0 comments on commit 72936f4

Please sign in to comment.