-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copying the latest maintenance patch for 9.2 to the GitHub repo:
- Fixed a bug when choosing a password in the installer, where the admin installing still saw an incorrect message saying that the password needed to be at least 10 characters long. (Our password requirements are now more sophisticated.) - When installing the CMS, if you leave the site after running the installer but before picking a language, we've improved the navigation when you return. - Fixed a bug where the "A site is being built at this location. If you are a site administrator please click here" message on a fresh site would be blank in certain situations. - To reduce the filesize of our zip/tar/7z files, we no longer bundle the Payson, phpMQTT or YUI Compressor libraries in with the download of Zenario. - If you try to run our minifier tool, it will now display a message to tell you that Closure Compiler and YUI Compressor libraries are missing, and give you instructions on how to download them. - Fixed a bug where our minifier tool would crash with a PHP error if run on a release version of the CMS. - When registering a new custom file type, you can no longer register .phar files as an accepted file type. - .phar files are now globally blocked from being uploaded. - Gridmaker has received a few fixes for some visual problems that it previously had. You should see that elements show now correctly line up with the grid lines, rather than be a few pixels off as they were previously. - Pinning or unpinnning a content item is now flagged as a change. This means that the message on the admin toolbar will alert you that something has changed on a draft if it is pinned and the published version is unpinned (or vice versa). - Fixed a PHP error that appeared if you tried to edit the privacy of multiple content items at once. - Fixed a bug when editing a WYSIWYG editor next to a nest, where you could interact with the nest controls whilst still editing, causing buggy behaviour. - Fixed a bug where using the "First breadcrumb -> Use the home page" setting in the breadcrumbs plugin would cause a PHP notice. - Fixed a mistake where titles and messages in the Content Summary List plugins were double-escaped. - Fixed a bug in Organizer where junk data would sometimes appear in the "where it's used" column. - Fixed a graphical glitch where the icons in the "where it's used" column sometimes did not appear next to their labels. - We've removed support for using a video from Vimeo in the Video cType plugin, as this functionality was broken and not working. If you were using this feature, please migrate to using the HTML Snippet plugin instead. - Fixed a bug that prevented Vimeo videos from using their fullscreen button when included using the HTML Snippet plugin. - When displaying a list of video categories in the front end, they are now sorted by name and not by the order you created them in. Finally, we've started to work towards supporting PHP version 8.1. This patch contains several fixes that will allow Zenario to run on PHP 8.1. However, note that this is work in progress and not yet fully complete. We are still recommending that you run Zenario using either PHP 7.4 or 8.0 for non-development sites.
- Loading branch information
1 parent
0c65c8c
commit f0682d2
Showing
75 changed files
with
627 additions
and
1,698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,5 +28,5 @@ | |
"wowjs": "*", | ||
"zxcvbn": "^4.4.2" | ||
}, | ||
"version": "9.2.55622" | ||
"version": "9.2.55826" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.