From 89deff556ca7f7ff14308a53b62303e7dfbee77a Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Wed, 14 Aug 2024 19:01:03 +0200 Subject: [PATCH] Prepare for relase 1.4.0 --- CHANGELOG.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d24d52..630b7b4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # v1.4.0 -## 07/16/2024 +## 08/14/2024 -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. -2. [](#improved) - * Fixed the escaping of an html string in the metadata description - * Integrated "Back to Top" button code in main.js +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 + * New styles for buttons and boxes + * New Box, Buttons and Flex shortcodes +2. [](#improved) + * Fixed the escaping of an html string in the metadata description + * 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 ## 05/15/2024