Skip to content

Releases: AsgardCms/Blog

3.0.1

04 Oct 08:16
ac299ae
Compare
Choose a tag to compare

added

  • Read the sidebar position from configuration file, default to 15

changed

  • Removed usages of URL::route() in favor of route()

removed

  • Removing tag routes, controllers and permissions

3.0.0

04 Oct 07:38
0a66eb2
Compare
Choose a tag to compare

Added

  • Support AsgardCMS V3

Changed

  • Tags are new set using the Tag module (BC)
  • Allow the latest posts widget to be included on its own
  • Move blog sidebar link under pages

Removed

  • Remove all old blog tag mentions

Log

  • view commit • Preparing 3.0.0 release
  • view commit • CS: PSR1/2
  • view commit • Removing tag related views
  • view commit • Move blog sidebar link under pages
  • view commit • Remove all blog tag mentions
  • view commit • Updating phpunit
  • view commit • Merge pull request #60 from nWidart/feature/phpcsfixer-72
  • view commit • Test for php 7.2 with latest phpcsfixer
  • view commit • Require at least v7 of phpcsfixer
  • view commit • Merge pull request #59 from nWidart/feature/update-latest-post-widget
  • view commit • Using blade tags
  • view commit • Loading the view composers in service provider
  • view commit • Loading the latest post view composer on widget view
  • view commit • Adding changelog item
  • view commit • Allow the latest posts widget to be included on its own
  • view commit • Merge pull request #58 from nWidart/travis-config
  • view commit • Removing obsolete travis configuration
  • view commit • Merge pull request #57 from nWidart/travis-patch
  • view commit • Bump version && test on php 7.1
  • view commit • Setting tag property
  • view commit • Setting tag property
  • view commit • Setting tag property
  • view commit • Setting tags via the tag module
  • view commit • Merge pull request #56 from hoyvoy/3.0
  • view commit • Merge branch '2.0'
  • view commit • Updated travis.yml removed php 5.6
  • view commit • Updated composer dependencies
  • view commit • Importing class
  • view commit • Merge branch '2.0'
  • view commit • Update master branch build
  • 2.2.0

    31 Jul 09:29
    42ecd51
    Compare
    Choose a tag to compare

    Changed

    • Register the blog sidebar via event handler

    2.1.0

    31 Jul 09:19
    db38c30
    Compare
    Choose a tag to compare

    Added

    • Creating new hook when a post is creating
    • Creating new hook when a post is updating
    • Adding new PostContentIsRendering hook
    • Moving translations from Translation module back to Block

    Changed

    • Using new @editor blade directive for wysiwyg

    2.0.0

    13 Jul 17:30
    40aa2bf
    Compare
    Choose a tag to compare

    added

    • Laravel 5.4 compatibility
    • API endpoints to manage Blog Categories

    changed

    • Using new more flexible way of handle permissions via middleware
    • Removing api resource controller to manual route definition
    • Adding api protection via api tokens
    • Adding method to get the thumbnail attribute on the Post entity
    • Using the new blade directives for the media on blog posts

    removed

    • Removing laracasts/flash dependency
    • Requiring selectize manually in create/edit views. Now loaded by default.

    1.15.0

    08 Jun 19:41
    Compare
    Choose a tag to compare

    added

    • Added the partial to add a thumbnail on the Post create view
    • Added PostWasDeleted event

    changed

    • Use $router variable in routes file
    • PostWasCreatedEvent now gets the full post sent to it

    1.14.2

    26 May 06:38
    Compare
    Choose a tag to compare

    Changed

    • Auto-generate slugs on tags creation via API (PR #38 )

    1.14.1

    09 May 15:14
    Compare
    Choose a tag to compare

    Changed

    • Load ckeditor using the assetPipeline (PR #37 )

    1.14.0

    06 May 16:43
    Compare
    Choose a tag to compare

    Added

    • Ability to add custom data to the Post views (PR #36 )

    1.13.0

    11 Jan 14:38
    Compare
    Choose a tag to compare

    added:

    • The LatestPostsComposer is bound to the array of views defined in configuration file
    • Blog configuration can independently be published

    changed:

    • Using the ::class notation on relations
    • Dix postgres not null constraint slug issue on post create/edit view
    • Adding timestamps on the post_tags relation
    • Fixed tags syncing if only one tag, and it was removed