Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Releases: swiftmade/blogdown

v6.0.0

21 Mar 16:16
03887eb

Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v6.0.0

v5.1.0

25 Feb 15:19
5aeb977

Choose a tag to compare

What's Changed

v5.0.0

12 Jan 17:04
d34d4f9

Choose a tag to compare

Add Laravel 9 and PHP 8.1 support.

What's Changed

Full Changelog: v4.0.1...v5.0.0

v4.0.1: Improve parser (#16)

26 Mar 17:25
cbd1b7b

Choose a tag to compare

Parser improvement:

even if the meta comment brackets are inline, parser will work correctly.

v4.0.0

23 Feb 13:29
73043c7

Choose a tag to compare

Bump to 4.0 (#14)

* update composer lock

* upgrade packages, install php-cs

* apply code style fixes

* add github workflow

* add package banner [skip ci]

* require php 7.4 or 8

* change workflow trigger to PR

* upgrade to phpunit 9

* fix assertion

* tweak new post command

v3.1.0: New post command (#8)

22 Jun 09:18
c563c63

Choose a tag to compare

Added blog:new command

v3.0.1

18 Mar 15:59

Choose a tag to compare

remove src/Config

v2.0.0

10 Apr 07:38

Choose a tag to compare

Major refactor job. More features and more extensibility...

Meet blogdown v2.0
https://swiftmade.github.io/blogdown/

Custom modifiers!

04 Jun 12:18
b7011df

Choose a tag to compare

You can now implement your own custom modifiers to tap into the rendering process.
See readme for more information.

Props to @BenSampo for this contribution.

v1.1.1

21 May 15:36
485cd2d

Choose a tag to compare

  • Added package auto-discovery support for Laravel >= 5.5
  • recent() method now should order by date as expected
  • Fixes a possible bug in php artisan blog:build command

Thanks @BenSampo !