Skip to content

Commit

Permalink
updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Mar 2, 2023
1 parent c1303d7 commit 89ea887
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [2.3.4]

## Changed
- updated FE Libs to v8.
- updated other packages.

## Fixed
- fixed some Gutenberg button component prop changes.

## Note
- Form picker has an auxiliary attribute now to store the full data (label & value) of the selected form - the current param is ID only. To keep everything functioning, the existing ID is used if the new attribute is not set, however that will lead to the form label being blank. This is expected, and the form will still work fine. You can re-select the form to fix this.
- Feel free to ignore PHPCS/Stan for now, it'll be solved in the next release.

## [2.3.3]

### Fixed
Expand Down Expand Up @@ -175,6 +188,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

- Initial production release.

[2.3.4]: https://github.com/infinum/eightshift-forms/compare/2.3.3...2.3.4
[2.3.3]: https://github.com/infinum/eightshift-forms/compare/2.3.2...2.3.3
[2.3.2]: https://github.com/infinum/eightshift-forms/compare/2.3.1...2.3.2
[2.3.1]: https://github.com/infinum/eightshift-forms/compare/2.3.0...2.3.1
Expand Down
2 changes: 1 addition & 1 deletion eightshift-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: Eightshift form builder plugin.
* Author: Team Eightshift
* Author URI: https://eightshift.com/
* Version: 2.3.3
* Version: 2.3.4
* Text Domain: eightshift-forms
*
* @package EightshiftForms
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eightshift/eightshift-forms",
"version": "2.2.0",
"version": "2.3.4",
"description": "This repository contains all the tools you need to start building a modern WordPress project.",
"authors": [
{
Expand Down

0 comments on commit 89ea887

Please sign in to comment.