-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff2bddd
commit fded0a0
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
###Changelog: | ||
##v0.0.4 | ||
*GZERO PLATFORM* | ||
|
||
- Added logo image | ||
- Added favicon | ||
- Added title attribute to content links in category and homepage views | ||
- Added language switcher | ||
- Added sidebarLeft and sidebarRight blade layouts for user account page | ||
- Added cookies policy information bar | ||
- Added 'publishedAt', 'DESC' sort option for entries on homepage | ||
- Added google analytics script in head with googleAnalyticsId from seo options | ||
- Added disqus integration | ||
- Added colorbox | ||
- Fixed $langs in views, sto that it contains only enabled languages | ||
- 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 | ||
- Updated password reminder code and translations | ||
- Added Responisive theme | ||
|
||
*GZERO ADMIN* | ||
|
||
- Prevent the user deleting their account | ||
- Fixed language issues when multilanguage option is disabled | ||
- Fixed translation issues | ||
- Content 'theme' can now be edited | ||
- CKEditor - Allow class attribute on html elements | ||
- CKEditor - added 'encode' email protection method | ||
- CKEditor - Added Youtube embed plugin | ||
- CKEditor - Added advanced tab in image and link windows | ||
|
||
*GZERO API* | ||
|
||
- Codeception tests fixes | ||
|
||
*GZERO CMS* | ||
|
||
- Fixed block finder for static pages when multilanguage is disabled | ||
- Added 'publishedAt', 'DESC' sort option for category childrens 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 | ||
- 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 | ||
- CSS 'margin-zero-top' class replaced with 'm0' class from new platform style | ||
|
||
##v0.0.3 | ||
- Added blocks | ||
- Added docker | ||
|
||
##v0.0.2 | ||
- Content translations management implementation on frontend and backend | ||
|
||
##v0.0.1 | ||
- Migration on Laravel 5 |