From b0c649b8b54cce313582e1ae9383f6f17d02020c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Fri, 3 Jun 2022 08:54:21 +0200 Subject: [PATCH] release --- CHANGELOG.md | 20 +++++++++++++------- eightshift-forms.php | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35eec14a..9073968e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/eightshift-forms.php b/eightshift-forms.php index 60a3e43f..75262d63 100644 --- a/eightshift-forms.php +++ b/eightshift-forms.php @@ -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 diff --git a/package.json b/package.json index c574d82b..ccdff89b 100644 --- a/package.json +++ b/package.json @@ -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": [ {