Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jun 3, 2022
1 parent d80645e commit b0c649b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,47 @@ 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/).

## [1.2.3]

### Fixed
- Geolocation hook condition to be able to disable on filter.

## [1.2.2]

### Fixed
- internal build process for GH actions.
- Internal build process for GH actions.

## [1.2.1]

### Fixed
- internal links to support WP multisite.
- Internal links to support WP multisite.

## [1.2.0]

### Added
- passing get parameters to the backend to process and get what we need.
- new Greenhouse field that gets data from the get parameter and pass it to the api.
- New Greenhouse field that gets data from the get parameter and pass it to the api.

### Fixed
- Broken validation for file type.
- validation for input type to detect the type and validate accordingly.
- Validation for input type to detect the type and validate accordingly.

## [1.1.1]

### Fixed
- option to show WP-CLI command.
- Mailchimp integration total number of list items to show
- Option to show WP-CLI command.
- Mailchimp integration total number of list items to show.

## [1.1.0]

### Added
- option to use string templates in mailer subject and other fields.
- Option to use string templates in mailer subject and other fields.

## [1.0.0]

Initial production release.

[1.2.3]: https://github.com/infinum/eightshift-forms/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/infinum/eightshift-forms/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/infinum/eightshift-forms/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/infinum/eightshift-forms/compare/1.1.1...1.2.0
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: 1.2.2
* Version: 1.2.3
* 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": "1.2.2",
"version": "1.2.3",
"description": "This repository contains all the tools you need to start building a modern WordPress project.",
"authors": [
{
Expand Down

0 comments on commit b0c649b

Please sign in to comment.