Skip to content

Commit

Permalink
updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed May 17, 2022
1 parent 84e902d commit 2ac1c00
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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.1.1",
"version": "1.2.0",
"description": "This repository contains all the tools you need to start building a modern WordPress project.",
"authors": [
{
Expand Down

0 comments on commit 2ac1c00

Please sign in to comment.