Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 887 Bytes

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 887 Bytes

Template Select Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

5.0.0 - 2022-10-03

Added

  • Made plugin compatible with Craft 5
  • Added support for environment variables in settings
  • Added field.subfolder() method to get subfolder from the field instance
  • Added field.withSubfolder() method to get template path including subfolder if set
  • Added field.filename() method to get the template filename without path

3.0.0 - 2022-10-03

Added

  • Made plugin compatible with Craft 4

2.0.2 - 2019-05-22

Fixed

  • Fixed template path resolution on Windows

2.0.1 - 2019-01-18

Changed

  • Changed craftcms dependency to support 3.1

2.0.0 - 2017-10-28

Added

  • Initial release