Skip to content

Releases: sdebacker/TypiCMS

Partners on every page

18 Jun 13:56
Compare
Choose a tag to compare

Partners facade + display in every pages (see public/master.blade.php)

Partners display in public side

18 Jun 13:27
Compare
Choose a tag to compare
v1.3.2

Partners on public side

New module Partners + FileObserver

18 Jun 13:06
Compare
Choose a tag to compare

Changelog:

  • New module Partners. A partner can have with title, logo, body text and website.
  • Added a FileObserver for attachments to models, currently there is attachment for modules Partners and Places
  • Package ImageValidator for image size in px validation
  • Gulp and bower + packages updated
  • No more vendor dir in public folder
  • Less work to make an unilingual website without lang in url (see config/app.php file)
  • Better assets concatenation and minification
  • List of children pages as an aside menu is now in a partial blade template
  • Composer minimum-stability is now stable
  • Bug fixes

Laravel 4.2

04 Jun 09:01
Compare
Choose a tag to compare

TypiCMS is now Laravel 4.2
More info on upgrading : http://laravel.com/docs/upgrade#upgrade-4.2

Changelog:

  • Laravel 4.2 required
  • Modules routes : default routes to {lang}/module_name when no menulinks are set to module
  • Bugs and security issues fixed

Galleries and Facades

30 May 13:46
Compare
Choose a tag to compare

Changelog:

  • Images galleries linkable to modules
  • Facades: Events, News, Project, Places
  • Database host is now in .env file
  • public side notifications
  • Removed status field for images
  • Bugs fixes

Form templates

17 May 22:24
Compare
Choose a tag to compare

Changelog :

  • Form templates changed
  • New TinyMCE skin
  • Gulp : livereload added
  • Gulp : csso replaced by minify-css
  • Bug with links formats in TinyMCE corrected
  • Field logo removed from places (need database rebuild)
  • Small bugs and fixes

To rebuild your database, run php artisan migrate --seed (data will be erased)

Small fixes

12 May 15:21
Compare
Choose a tag to compare
v1.2.3

Small fixes

Gulp and bower infos + one bug removed

12 May 14:19
Compare
Choose a tag to compare

Changelog:

  • There was a bug on user registration
  • Gulp 3.5.5
  • Bower and Gulp info added in readme

Bug removed + bowery test

12 May 08:41
Compare
Choose a tag to compare

Changelog:

  • Typos in readme
  • Bowery config file
  • Bug with files eager loading

Galleries module added

09 May 14:58
Compare
Choose a tag to compare

Changelog

  • Galleries module
  • Files are only linkeable to galleries

You have to empty DB and run php artisan migrate --seed again