Skip to content

Commit

Permalink
Composer update, changelog typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
PSkierniewski committed Mar 26, 2016
1 parent fded0a0 commit e069a23
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 57 deletions.
22 changes: 13 additions & 9 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###Changelog:
##v0.0.4
##v0.0.5
*GZERO PLATFORM*

- Added logo image
Expand All @@ -16,15 +16,15 @@
- Fixed dev page, so it can be view only by admin users
- Fixed register route allowing logged in users
- Page title for from config instead of options
- Changed html lang attributem, so that it corresponds with current language
- Replaced less with scss files
- Changed html lang attribute, so that it corresponds with current language
- Replaced LESS with SCSS files
- Updated password reminder code and translations
- Added Responisive theme
- Added responsive theme

*GZERO ADMIN*

- Prevent the user deleting their account
- Fixed language issues when multilanguage option is disabled
- Fixed language issues when multi language option is disabled
- Fixed translation issues
- Content 'theme' can now be edited
- CKEditor - Allow class attribute on html elements
Expand All @@ -38,19 +38,23 @@

*GZERO CMS*

- Fixed block finder for static pages when multilanguage is disabled
- Added 'publishedAt', 'DESC' sort option for category childrens in category handler
- Fixed block finder for static pages when multi language is disabled
- Added 'publishedAt', 'DESC' sort option for category children's in category handler
- Fixed DynamicRouter to use url without query string, so that pagination can work
- Fixed Block finder to show hidden blocks on root pages
- Fixed force delete bug, to properly delete tharshed contents
- Fixed force delete bug, to properly delete thrashed contents
- Added cookies policy url option
- Added Mysql backup & restore artisan command

*GZERO SOCIAL*

- Added BaseController as parent controller so that langs variables will be available in view
- Added BaseController as parent controller so that $langs variables will be available in view
- CSS 'margin-zero-top' class replaced with 'm0' class from new platform style

##v0.0.4
- Docker improvements
- Ability to disable multi language

##v0.0.3
- Added blocks
- Added docker
Expand Down
67 changes: 19 additions & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e069a23

Please sign in to comment.