From ae37a914feece03e0cacc7019c8580005390ce13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Wed, 18 May 2022 08:17:12 +0200 Subject: [PATCH] release --- CHANGELOG.md | 6 ++++++ eightshift-forms.php | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 257cc9ed..256bf044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.1] + +### Fixed +- internal links to support WP multisite. + ## [1.2.0] ### Added @@ -29,6 +34,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a Initial production release. +[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 [1.1.1]: https://github.com/infinum/eightshift-forms/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/infinum/eightshift-forms/compare/1.0.0...1.1.0 diff --git a/eightshift-forms.php b/eightshift-forms.php index 4b39886a..3a558749 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.0 + * Version: 1.2.1 * Text Domain: eightshift-forms * * @package EightshiftForms diff --git a/package.json b/package.json index 0a5f4e24..d159dca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightshift/eightshift-forms", - "version": "1.2.0", + "version": "1.2.1", "description": "This repository contains all the tools you need to start building a modern WordPress project.", "authors": [ {