Craft Richvariables Versions Save

Allows you to easily use Craft Globals as variables in Rich Text fields

4.0.0

1 year ago

Added

  • Initial Craft CMS 4 release

Fixed

  • Fixed an issue which caused an exception to be thrown by changing ->getFields() to ->getCustomFields() (#45)

4.0.0-beta.3

2 years ago

Changed

  • Changed the composer.json to require "craftcms/redactor": "^3.0.0-beta.1" now that the beta is available (#43)

4.0.0-beta.2

2 years ago

Fixed

  • Updated types for Craft CMS 4.0.0-alpha.1 via Rector

4.0.0-beta.1

2 years ago

Added

  • Initial Craft CMS 4 compatibility

1.0.31

2 years ago

Fixed

  • Fixed an issue where craft-plugin-vite was not included as required (#39)

1.0.30

2 years ago

Added

  • Add .gitattributes & CODEOWNERS
  • Add linting to build
  • Add compression of assets
  • Add bundle visualizer

1.0.29

3 years ago

Changed

1.0.28

3 years ago

Added

  • Added make update to update NPM packages
  • Added make update-clean to completely remove node_modules/, then update NPM packages

Changed

  • More consistent makefile build commands
  • Use Tailwind CSS ^2.1.0 with JIT
  • Move settings from the composer.json “extra” to the plugin main class
  • Move the manifest service registration to the constructor
  • Remove deprecated ManifestController

1.0.27

3 years ago

Changed

  • Dockerized the buildchain, using craft-plugin-manifest for the webpack HMR bridge

1.0.26

3 years ago

Changed

  • Update to webpack 5 buildchain