- Fix create a Category.
- Move analytics JSON config file to storage path.
- Move repositories, criteria to support module.
- Optimize media module.
- Apply new media management. There is many change on media on this version so the document for Media will be update later.
- Add shortcode button above editor to easy add shortcode.
- Allow switch between Ckeditor and Tinymce.
- Fix bug when create new role.
- Fix bug activate/deactivate user.
- Add create user in admin area, now we have 2 options: create user and invite user.
- Remove function get_file_by_size(). Now you can use get_image_url($post->image, 'thumb') instead of get_file_by_size.
- Add front site users area.
- Add post format (Default, gallery, video...)
- Fix bug in plugin language when default language is not set.
- Change route name of post, page, category in front site from "public.view" to "public.single.detail"
- Fix counter in Dashboard.
- Refactor admin breadcrumb.
- Set page title for each page in admin area.
- Add new demo theme
- Refactor show category list, theme list...
- Remove admin bar config in theme
- Easier theme breadcrumbs. Now you can use Theme::breadcrumb()->add('label', 'http://...')->add('label2', 'http:...');
- Fix invite user
- Fix reset password
- Update email template and send mail function.
Now you can send mail by: `EmailHandler::send('Hello there', 'Test email', ['name' => 'Sang Nguyen', 'to' => 'sangit7b@gmail.com']);`
- Remove laroute package.
Please remove LarouteServiceProvider on /config/app.php and laroute package on composer.json.
- Upgrade to Laravel 5.4.
- Upgrade custom field plugin
- Refactor assets structure
- Fix error when installing.
- Fix analytics plugin after installation.
- Fix https://github.com/botble/issues/issues/1: Media upload error
- Please see image attachment in this issue to update your code.
- Fix installation script.
Release Botble version 2.0
- Fix folders in media is not accessible: To update, you just need update two files:
+ /resources/views/files/partials/folder-row.blade.php
+ /resources/views/files/partials/uplevel.blade.php
- Fix Menu management:
Run "composer update" to update menu package or replace /vendor/botble/menu folder.
- Fix menu module (just run "composer update" to update menu module)
- Fix media uploads:
Replace botbe/repositories/feature,
app/http/controllers/features
and app/http/endpoints/feature, media.js in assets.
- Update routes and media
- Add social login (login to admin page via facebook, github, google...
- Add contact form support, fix some small bugs.
- Fix dashboard widget, custom field and media management.
- Initial release Version 1.0