Skip to content

Releases: MilesPong/indigo

v1.3.0

04 Apr 07:32
Compare
Choose a tag to compare

Added

Changed

  • Github webhook event set to push (153b1b8)
  • Localization
  • Frontend table style

v1.2.2

03 Apr 07:20
Compare
Choose a tag to compare

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

26 Mar 02:36
Compare
Choose a tag to compare

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

03 Apr 07:10
Compare
Choose a tag to compare

Added

Changed

  • Update composer packages
  • Latest Google Analytics js code
  • Default configurations

Fixed

  • Fix error while versioning copied files (82ba259)
  • Fix shedule bug
  • Fix search bar height in chrome

v1.0.0

03 Apr 07:09
Compare
Choose a tag to compare

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

  • Sidenav trigger menu (d105d02)
  • Field is_draft input
  • Query string in table's pagination (dc1054c)

v0.4.0

03 Apr 07:09
Compare
Choose a tag to compare

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

03 Apr 07:09
Compare
Choose a tag to compare

Added

  • Visitor history and base counter. See branch counter and visitor
  • 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

03 Apr 07:08
Compare
Choose a tag to compare

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

03 Apr 07:06
Compare
Choose a tag to compare

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