From 2ac1c00154297b377a9b61f998aa53c04c8e324b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Tue, 17 May 2022 08:52:28 +0200 Subject: [PATCH] updating changelog --- .github/ISSUE_TEMPLATE/feature_request.yml | 14 -------------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 70282d31b..4b17e4ec6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -33,20 +33,6 @@ body: validations: required: false - - type: textarea - attributes: - label: Environment info - description: | - Please include as many relevant details about the environment you are working on. - placeholder: | - - PHP version - - Development environment (MAMP, XAMPP, VVV, Docker, Laravel Valet, none if on live server) - - Server type (Apache, Nginx, IIS) - - Operating System and version - - Libs version - validations: - required: false - - type: dropdown id: existing attributes: diff --git a/CHANGELOG.md b/CHANGELOG.md index 824384546..257cc9ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.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. + +### Fixed +- Broken validation for file type. +- validation for input type to detect the type and validate accordingly. + ## [1.1.1] ### Fixed @@ -19,5 +29,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a Initial production release. +[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 [1.0.0]: https://github.com/infinum/eightshift-forms/releases/tag/1.0.0 diff --git a/package.json b/package.json index d1684de1d..0a5f4e247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightshift/eightshift-forms", - "version": "1.1.1", + "version": "1.2.0", "description": "This repository contains all the tools you need to start building a modern WordPress project.", "authors": [ {