Skip to content

Releases: sdebacker/TypiCMS

Display of icons in menu + bug fixes

11 Jul 12:06
Compare
Choose a tag to compare

Sidebar for modules in admin

10 Jul 13:19
Compare
Choose a tag to compare

Update info:

  • You should migrate your database to add preferences field to users table php artisan migrate
  • Manually add icon_field (varchar nullable) to menulinks table.

Changelog:

  • Admin sidebar
  • Admin menus managed by Menus module
  • New facade for Pages module
  • Added icon_class field to menulinks table
  • Added preferences field in user table
  • Added method to get and set current user preferences
  • Menu facade is now plural (Menus)
  • Bugs

Less queries to load menus + cleaner cache code

06 Jul 22:10
Compare
Choose a tag to compare

Rollbar preconfigured

03 Jul 15:56
Compare
Choose a tag to compare

Changelog:

  • Added rollbar package in composer.json
  • Added pickadate.js in required bower packages
  • Bugs fixed

TypiCMS is now on Packagist

02 Jul 21:17
Compare
Choose a tag to compare

You can now install TypiCMS with composer:

composer create-project sdebacker/TypiCMS mywebsite

Artisan install command

02 Jul 19:47
Compare
Choose a tag to compare

A bug in artisan install command is gone.

Artisan commands

02 Jul 19:32
Compare
Choose a tag to compare

Changelog :

  • php artisan typicms:install
  • php artisan typicms:database dbName
  • php artisan cache:prefix yourCachePrefix
  • Readme updated
  • Bugs fixed

Some bugs fixed

30 Jun 15:52
Compare
Choose a tag to compare

Changelog:

  • Only one field for Google analytics code in admin
  • Use of gulp-bower-files for admin assets
  • Some bugs fixed

Whole site in a specific language can now be set offline

24 Jun 21:18
Compare
Choose a tag to compare

Changelog

  • whole site in a specific language can now be set offline;
  • generic img-not-found.png when a attachement image is not found;
  • bug fixes and improvements.

Thanks to @elvendor for his work on TypiCMS.

Blocks module

19 Jun 09:22
Compare
Choose a tag to compare

You can now create custom content blocks.
Call them in your blade template with {{ Blocks::build('blockname') }}
Don't forget to php artisan:migrate