Skip to content

Releases: quantacms/quanta

Quanta Release: 3.0.20

11 Oct 16:40
Compare
Choose a tag to compare
  • Setup process with doctor enhanced to support profiles
  • New updates to grid module for CSS GRID integration supporting Amp fallbacks and flexbox fallbacks for low-res devices
  • General refactoring and cleanup
  • Added minor fixes to regression coming from 3.0.20

Quanta Release: 3.0.19

11 Oct 09:00
6c77c67
Compare
Choose a tag to compare
  • Setup process with doctor enhanced to support profiles
  • New updates to grid module for CSS GRID integration supporting Amp fallbacks and flexbox fallbacks for low-res devices
  • General refactoring and cleanup

Quanta Release: 3.0.18

05 Oct 13:31
8f51583
Compare
Choose a tag to compare
  • Full CSS Grid support for qTags
  • Security improvements
  • Access filters for lists
  • Catch-all templates
  • New Command-line installation procedure with Doctor
  • Refactoring and rearrangement of the whole codebase
  • Generica QA fixes

Quanta release: 3.0.17

29 Jun 10:13
888b320
Compare
Choose a tag to compare
  • Full Support for Accelerated Mobile Pages (AMP)
  • Preview of files in files management
  • Many bugfixes and goodies
  • Many SEO optimizations and new SEO features (CSS & JS inline loading, headers, etc.)
  • Security enhancements (expecially towards potential XSS attacks)
  • New core Qtags ([CANONICAL], [RANDOM], etc. ...)

Quanta release: 3.0.16

17 May 08:28
bd7a9b7
Compare
Choose a tag to compare
  • Doctor has been enhanced. The clear-cache command has been created to empty the cache and thumbs folders (and it's hookable)
  • File preview is now visible when uploading files (thumbs for images, etc.)
  • "Save" button is now disabled after pressing, to avoid double submissions
  • media content is now refreshed also on the browser side (using a token, aka qtag DOCTOR_TIMESTAMP) every time doctor is ran. This prevents old JS and CSS code from staying cached when new versions are published...
  • hooks are now running in the correct order, according with modules running order

Quanta release: 3.0.15

26 Mar 15:34
de92b71
Compare
Choose a tag to compare
  • Better file management with image preview, and drag & drop reordering of files
  • Several fixes in Doctor & setup
  • New qtags (such as [TITLE] and [BODY])
  • Miscellaneous Security fixes

Quanta 3.0.14 is released

26 Mar 14:37
cc460c1
Compare
Choose a tag to compare
Pre-release
  • Better file management with image preview, and drag & drop reordering of files
  • Several fixes in Doctor & setup
  • New qtags (such as [TITLE] and [BODY])
  • Miscellaneous Security fixes

Miscellaneous Bugfixes & Improvements

18 Mar 15:41
8ec73f2
Compare
Choose a tag to compare
  • Miscellaneous Bugfixes & Improvements
  • Removed the inline tpl editor from node edit, to be moved in a contributed module
  • Enhanced doctor

New command-line based doctor and other goodies

12 Mar 16:53
25544e0
Compare
Choose a tag to compare
  • Doctor now runs in command line. Allows user input of admin pass, checks apache modules, system permissions and much more
  • Many bugfixes

Quanta 3.0.11

28 Feb 15:45
d5733a1
Compare
Choose a tag to compare

This new version of Quanta features lots of great stuff!

  • Doctor has been moved from browser to bash / command line
  • Access class has been abstracted to NodeAccess (soon we'll implement UserAccess as well!)
  • fallback language management was rewritten
  • hooks $vars are now passed by reference, in order to allow real modification of items

Release notes:

  • Don't use anymore ?doctor to run the Doctor script. In command line, go to your root and run: ./doctor yoursite youraction (i.e. ./doctor mysite setup)
  • Change all your Access::check in NodeAccess::check
  • Delete all your fallback symlinks from _languages
  • In all your hooks declaration, update the $vars param into &$vars