Releases: MilesPong/indigo
Releases · MilesPong/indigo
v1.3.0
v1.2.2
Database changed, please run migration:
$ php artisan migrate
Added
- Webhook event and listener (f5288a6, c95a83c)
- Feature Deployer integration
- Migration for failed queue job
Changed
- Update package-lock.json
Fixed
- Some namespaces
- Missing HOME environment variable for composer in deployer submodule (ceb7ac8)
Removed
- Default closure in
routes/api.php
v1.1.0
Database changed, please run the new migration:
$ php artisan migrate
Added
- Docker support (defe382, 4730e0f)
user:add
command- Show Algolia logo when using
algolia
driver - Localization support
Changed
- Upgrade npm packages
- Seeder and ModelFactory (da69855)
- Upgrade to Laravel 5.6
Fixed
- Bug of updating
updated_at
after saving counter
Removed
- Column
user_id
on Page model
v1.0.4
v1.0.0
Added
- Package spatie/laravel-backup and related schedule
- Google Drive storage support (0ce91e0, 9d1169b, 7a98e08)
- New feature page support (37b43f1)
- Add proper right in viewing unpublished-post from admin (32cd8a2)
- Feature force-delete and restore
- Support of viewing original markdown content (0281bdf)
- New feature search support (62e5c62)
- New feature feed support (0563cd9)
- New feature archives support (73c0aee)
Changed
- Refactor counter (6aa01f3)
- Union app's config to indigo.php (b51efba)
- Update
route:logs
with http basic auth - Make ViewedEventListener run in queue
- Update materialize-css to
alpha4
- Adjust container's width for small screen
Removed
- Immature cache (7b6dbc4)
- Old Counter
- File
TODO.md
- File
package-lock.json
Fixed
v0.4.0
Added
- Multiple mix support
- Materialize-css views in dashboard
- Vue support
- BackendController
- API resources(new feature in L5.5)
- Criteria support of Repository
Changed
- Upgrade to L5.5
- Update materialize-css to latest 'next' version
- NPM packages
- Route names
- PHPDoc with full qualified namespace
- Refactor Repository and concrete
- FormRequest
- Refactor Repository(
4c87f6e
) - MarkDownParser
- Upgrade composer packages
Removed
- AdminLTE views
- Unnecessary fields of Post
Fixed
- Fix previous and next post bug
v0.3.0
Added
- Visitor history and base counter. See branch
counter
andvisitor
- Cache support. See branch
cacheable
- Auto slug in ajax and Chinese support
- Base implement of disqus. See branch
comment
- Hot posts widget
- Base feature image support
- Model
Setting
and base SEO support
Changed
- Various CSS styles changes
- BaseRepository
- Side navigation bar style
Fixed
- Fix HasPost retrieve data bug (
890c082
)
v0.2.0
Added
- Backend
- Post publish status and draft status
- Soft delete support of models
- Active menu support
- Flash session in route redirection
- Function str_slug compitable with Chinese
- Frontend
- Materialize css support
- materialize pagination blade
- Multi widgets
- Home page
- Article detail page
Changed
- Backend
- Use dismissible alert component in alerts partial
- Route name with prefix
- Auto-generated slug could be repeated bug
- Repository concrete with adding method scopeBoot
- Default post scope with published status
- Rename multi views name
- Repository Contract&Concrete with adding withCount method
- Post table columns
- Refactor assets folder structure
Fixed
- Backend
- Post editor full screen bug
- Post missing input fields
- Password is not required in user-update action
- Repository delete bug
v0.1.0
Added
- Integrated dashboard with AdminLTE and used webpack.mix.js
- Repository mode
- Base CRUD of Permission, Role, User, Category, Tag, Post
- Migrations and Seeder of Permission, Role, User, Category, Tag, Post