Skip to content

Commit

Permalink
Update CHANGELOG. Uptick version to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveRyan-ASU committed Jun 26, 2024
1 parent 3008d3a commit 68fd34d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Version 2.1.1

This release is being made with a concurrent release to the accompanying [Pitchfork theme](https://github.com/asuengineering/pitchfork). Please ensure that the 2.1.1 version of this plugin is being used with the 2.2.1 version of the theme.

This minor release contains the following bug fixes and code cleanup activities.

- FIX: Remove the requirement for the `subtitle_text` field in the `subtitle` block to contain a value. This should prevent hero blocks that contain blank subtitles from triggering an ACF block validatation error.
- CHANGE: Adjust `subtitle` block max length to 70 characters.
- FIX: Remove required fields for `sidebar` block. Prevents field validation errors when block first deployed within editor.
- CHANGE: Two custom field definitions for ACF were moved from this plugin to the Pitchfork theme. This allows the fields to be reused in multiple plugins without needing to be redefined in each application. The fields that moved are the menu selection control used within the `sidebar` block and the unique ID field used within the `foldable-card` block.

## Version 2.1

This release is being made with a concurrent release to the accompanying [Pitchfork theme](https://github.com/asuengineering/pitchfork). Please ensure that the 2.1 version of this plugin is being used with the 2.2 version of the theme.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pitchfork-blocks",
"description": "A collection of blocks for use with the ASU Pitchfork theme for WordPress. Leverages ACF and the unity-bootstrap package from ASU.",
"version": "2.1.1-beta",
"version": "2.1.1",
"repository": "https://github.com/asuengineering/pitchfork-blocks",
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pitchfork-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Steve Ryan (ASU Engineering)
* Author URI: https://engineering.asu.edu
* Text Domain: pitchfork-blocks
* Version: 2.1.1-beta
* Version: 2.1.1
*
* @package Pitchfork_Blocks
*
Expand Down

0 comments on commit 68fd34d

Please sign in to comment.