Fork CMS 3.4.4 released

Today we released Fork 3.4.4. You can also follow Fork on GitHub.

Changelog

Improvements

  • Location: Fixed location widget. When debug = false, google wasn't loaded correctly. Thx to siesqo.
  • Users: User can't change its own rights when not allowed to view the index.
  • Core: Upgraded Highcharts to 2.3.2
  • Core: Upgraded CKFinder to 2.3.0
  • Formbuilder: added API-methods.
  • FAQ: Setting for "one category" added, so user only has 1 category in the website + the category title is hidden in the frontend (for smaller websites).
  • Core: removed ini_set's. Let the server handle this.

Bugfixes

  • Mailer: The names are now decoded, so bugs with apostrofs in names are fixed. Thx to siesqo.
  • Analytics: all calls now require an API key as is described in the migration to Gdata v2.4 on https://developers.google.com/analytics/resources/articles/gdata-migration-guide.
  • Themes: templates extras_data from other languages was overwritten.
  • Themes: incorrect block index was set when deleting a position causing all default blocks to be unlinked.
  • Core: exceptions were not displayed on CLI when SPOON_DEBUG was off. A minimal debug message was added.