mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Prepare for relase 1.4.0
This commit is contained in:
parent
47984026a2
commit
89deff556c
1 changed files with 11 additions and 6 deletions
|
@ -1,11 +1,16 @@
|
||||||
# v1.4.0
|
# v1.4.0
|
||||||
## 07/16/2024
|
## 08/14/2024
|
||||||
|
|
||||||
1. [](#new)
|
1. [](#new)
|
||||||
* Removed the `custom.js` and `custom.css` files from the theme, to avoid overwriting user customizations with the release of new versions. These files are now loaded, if they exist in the theme's `assets/css` or `assets/js` folder, using the `onTwigSiteVariables` function within `future2021.php` and can be enabled from the theme settings.
|
* Removed the `custom.js` and `custom.css` files from the theme, to avoid overwriting user customizations with the release of new versions. These files are now loaded, if they exist in the theme's `assets/css` or `assets/js` folder, using the `onTwigSiteVariables` function within `future2021.php` and can be enabled from the theme settings
|
||||||
|
* New styles for buttons and boxes
|
||||||
|
* New Box, Buttons and Flex shortcodes
|
||||||
2. [](#improved)
|
2. [](#improved)
|
||||||
* Fixed the escaping of an html string in the metadata description
|
* Fixed the escaping of an html string in the metadata description
|
||||||
* Integrated "Back to Top" button code in main.js
|
* Integrated "Back to Top" button code in main.js
|
||||||
|
* Updated Shortcodes demo page
|
||||||
|
3. [](#bugfix)
|
||||||
|
* Fixed invalid value in `itemtype` field in gallery template
|
||||||
|
|
||||||
# v1.3.3
|
# v1.3.3
|
||||||
## 05/15/2024
|
## 05/15/2024
|
||||||
|
|
Loading…
Add table
Reference in a new issue