Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Releases: GrafiteInc/CMS

Laravel 5.4 Support

27 Jan 07:16
Compare
Choose a tag to compare

New Laravel 5.4 support

Added

  • New history and revert actions
  • New module composer packager
  • New internal analytics component

Fixed

  • Parts of module generating

Changed

  • Rollback no longer generates an archive

New Logo

30 Oct 07:20
Compare
Choose a tag to compare

With the new logo were offering even more customizations to the UI so you give your backend the right feel.
Archives and translations are now handled as migrations within the package, and when items are deleted so are the archives and translations.
Otherwise just general fine tuning.

Now Multilingual

28 Oct 08:52
Compare
Choose a tag to compare

The biggest change yet to Quarx in v2, we now have full multilingual support. For new projects everything should be good to go. For older projects you'll need to publish the new assets and run the migration to get the translations table. Also make sure you update your config to fill in the missing pieces.

New API and more!

21 Oct 02:08
Compare
Choose a tag to compare

Now Quarx comes with a handy API for basic requests, as well as simple setup updates and a renaming of core modules Models and Repositories to singular rather than plural names.

Now with Markdown

11 Jul 07:09
Compare
Choose a tag to compare

Now templates case use Markdown with the @markdown blade directive.
Also numerous code quality improvements

General Improvements

05 Jul 14:21
Compare
Choose a tag to compare

Improved support for packages with ServiceProviders
Minor improvements
Minor refactoring

Now with Published Dates

01 Jun 15:51
Compare
Choose a tag to compare

The core modules now support published_at or Published Dates. So you can schedule your post publishings.
Custom modules are also now supporting the archive on save event, which means changes can now be undone.

*Migration Required

This release will require you to run vendor:publish again, and then migrate.

New Single Command Setup

31 May 20:44
Compare
Choose a tag to compare

All new single line install, now you can set up a new Laravel app, and with as little as one command with Quarx you can have your customizable super powerful CMS up and ready in as little as a couple minutes.

Performance Boost!

20 May 18:13
Compare
Choose a tag to compare

Massively improved loading time in admin section
Improved Deletes with forms
Improved Templates for custom modules
Improved encryption of assets

Now handles custom app namespaces

17 Apr 17:53
Compare
Choose a tag to compare

If you've set a custom app namespaces Quarx will now work with that out of the box
Template updates
Code clean up