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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- PRO version, features to be confirmed

## [1.0.0] - 2020-04-16
### Added
- This plugin and associated code initial release

## [1.0.1] - 2020-04-17
### Updated
- Minor backwards compatibility changes for the WordPress 5.0 block API
- Changes to documentation and readme files
- Changed alignment to include whole grid not just title

## [1.0.2] - 2020-04-18
### Updated
- Override theme side margin and padding for UL as it can make grids look unbalanced

## [1.0.3] - 2020-04-19
### Updated
- Change CSS 'namespace' to .easy-icon-grid
- Simplify and remove unnecessary SCSS

## [1.0.4] - 2020-04-20
### Added
- Compliance to WordPress PHP coding standards
- Better PHPDoc commenting and documentation
### Updated
- Minor bug fixes

## [1.0.5] - 2020-04-21
### Updated
- improved PHPDoc comments
- Added phpcs:disable around output function calls where the output is already escaped
- Replaced raw inline HTML control tags with Html class calls for consistency
- Moved escaping from parameter array to Html class
- Changed default title_tag to h2
- Include plugin version in global settings
- Override theme side margin and padding for LI as it can cause columns to overspill

## [1.0.6] - 2020-04-23
### Updated
- Increased responsive grid column minimum width from 100px to 150px
- Changed 'Set By Theme' to 'Default' for title tag option

## [1.0.7] - 2020-04-25
### Updated
- Changes to readme.txt
### Added
- Admin screenshot

## [1.0.8] - 2020-04-26
### Fixed
- SVN trunk missing includes content

## [1.0.9] - 2020-06-01
### Fixed
- Corrected text domain
- Small changes to readme files
- Updated admin permissions to require administrator

## [1.0.10] - 2020-06-14
### Fixed
- Increased max length of icon class length in widget from 10 to 15
- Increased max length of icon description length in widget from 10 to 40

## [1.0.11] - 2020-08-12
### Added
- Tested with WordPress 5.5 and upped test to version
