Skip to content

Releases: quantacms/quanta

4.0.5

03 Apr 14:06
aa842d2
Compare
Choose a tag to compare

Many generic Bug fixes and Improvements
Faster loading of images

4.0.4

27 Jun 13:48
7a9ca80
Compare
Choose a tag to compare

File thumbnail management moved to upload form template

Generic Bug fixing and Improvements

4.0.3

27 May 08:17
bc00e26
Compare
Choose a tag to compare

New editor included! CKEditor 5 is now Quanta's official WYSIWYG editor.

Miscellaneous Security improvements

Generic Bug fixing and Improvements

4.0.2

01 Apr 13:17
5580b3e
Compare
Choose a tag to compare
  • Completely rewritten Form engine, making good use of nesting Qtags. Will be 100% backwards compatible, apart from INPUT Qtags that shall now be contained into the FORM Qtag's target.

  • Upgrades in GRID. Introduction of helper HTML Qtags (ASIDE, MAIN, etc.)

  • Generic Bug fixing and Improvements

Quanta 4

28 Jan 11:52
da54fd0
Compare
Choose a tag to compare

Quanta 4 has officially been released to production.
Main changes in this new version:

  • A complete OO approach (finally!)
  • Qtags are now based on Classes, not anymore on Functions
  • New autoloader for classes
  • New sets of Qtags have been added to Core (notably, HtmlTag, serving as a base for any HTML tag)
  • Renovated Folder structure based on namespaces
  • No more "contrib" modules included in the main package
  • Higher security and many core bug fixes from Q3
  • The Box approach has been discontinued in favor of Grid

3.1.0 - Security Release

22 Nov 14:48
Compare
Choose a tag to compare

Quanta Security Release 3.1

  • Fixed a bug allowing rewrite rules to access system and configuration files
  • Enhanced the project's documentation
  • Miscellaneous improvements

Quanta Release: 3.0.23.1

20 Nov 10:34
2b17bc7
Compare
Choose a tag to compare
  • Enhancing the default (generic) installation profile
  • Introducing command line arguments for Doctor to skip prompt / user input
  • Making CSS grid compatibility for qTags smoother
  • Introducing editable attribute for inline editing of a node's title, body, etc.
  • Various, miscellaneous fixes

Quanta Release: 3.0.23

20 Nov 10:02
d38b4f7
Compare
Choose a tag to compare
  • Enhancing the default (generic) installation profile
  • Introducing command line arguments for Doctor to skip prompt / user input
  • Making CSS grid compatibility for qTags smoother
  • Introducing editable attribute for inline editing of a node's title, body, etc.
  • Various, miscellaneous fixes

Quanta Release: 3.0.22

05 Nov 15:01
0cf5e93
Compare
Choose a tag to compare
  • Enhanced the main profile "generic site" (looks much better, uses grid, etc.)
  • Moved node template functionalities to OO approach (new NodeTemplate class)
  • Miscellaneous Security fixes

Quanta Release: 3.0.21

01 Nov 14:16
393389a
Compare
Choose a tag to compare

This release contains several improvements and adds to Quanta's features.

  • integrated the grid control system for qtags and lists, allowing easy creation of advanced layouts without css
  • added new form element types
  • converted all system nodes to no-underline format
  • created a first version of "profiles" to choose a default template for a Quanta installation
  • integrated profiles with doctor
  • enhanced the installation script
  • various bugfixes and improvements