# QRCode Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 5.0.0 - 2024-04-08
### Updated
- Updated to Craft CMS 5.0 and above
- Version number aligned with Craft CMS version
- Icon added for Craft CMS 5.0 field type
- Updated `endroid/qr-code` to v5
- Reworked normalizeValue method to return string or JSON string
- Added inline documentation for field creation

## 2.1.0 - 2023-08-04
### Updated
- Updated endroid/qr-code to v4

## 2.0.1 - 2022-07-20

### Updated

- Update icon

## 2.0.0 - 2022-06-02

### Added

- Added Craft 4 support

## 1.0.6 - 2022-06-10

### Changed

- Change of ownership

## 1.0.5 - 2020-10-21

### Changed

- Removed character limit on content column

## 1.0.4 - 2020-10-12

### Fixed

- Incorrect function name changed.

## 1.0.3 - 2019-07-11

### Fixed

-   if the data is an array then it will json encode it.

## 1.0.2 - 2019-03-01

### Changed

-   no longer automatically encode to json when encoding data for QRCode.

## 1.0.1 - 2019-02-28

### Fixed

-   composer links

## 1.0.0 - 2019-02-25

### Added

-   Initial release
