1.8
May 16th, 2024
What's Changed
- Added Laravel 11 support
- Updated to PHP 8.3
- Upgraded to Statamic v5
- Updated dependencies
- Fixed not being able to edit and upload logos
- Allowed additional uploadable extensions (.ico)
1.7
January 23rd, 2024
This release fixes the input field bug & some minor improvements
What's improved
- Fixed input field bug
- Dynamic year in Footer
1.6
June 5th, 2023
This release updates the frontend packages and ensures compatibility with the new Statamic v4 version.
What's New
- Added LuckySEO for simple SEO Management
- Added new Set Picker with Statamic v4 support
What's improved
- Updated dependencies
- Updated Sections with Statamic v4 support
- Updated Icons
What's Changed
- Switched Iconamic with Statamic v4 Icon
- Removed old Antlers Config file
- Removed
cnj/seotamic
- Removed
variable.php
tag
1.5
March 21st, 2023
This release updates the export and adds postcss.config.js
to fix a bug with bundling assets using Vite.
What's improved
- Fixed bug where assets were not bundling correctly due to a missing
postcss
config.
1.4
February 6th, 2023
This release updates the frontend packages and ensures compatibility with the new Statamic Parser.
What's improved
- Updated dependencies
What's new
- Vite is now the default bundler.
- Please remove the unnecessary files after installing
webpack.mix.js
,cp.css
, andsite.css
as they are not needed.
1.3
May 31st, 2022
This update brings a couple of bug fixes and updates.
What's improved
- Every section is switched to a fieldset for easier maintenance. Now you can create new collections with only a few sections or easily add more.
- Fixed the Theme blueprint on Globals which was causing errors on new versions of Statamic.
- Updated Dependencies
1.2
March 17th, 2022
This update updates the dependencies on package.json and tested with the new version of Statamic v3.3
What's improved
- Updated dependencies
What's coming
- We are working on updating all our templates with the new parser, but it will take some time until we make sure everything works as expected.
1.1
February 17th, 2022
This update updates the dependencies on package.json
and adds the default container to some sets.
What's improved
- Updated dependencies
- Added default container to some missing sets - closes #7, thanks to @that0n3guy for reporting