Skip to content

Releases: medienbaecker/kirby-modules

Kirby Modules 2.6.0

18 Dec 17:26
Compare
Choose a tag to compare

Along with the changes tested in 2.5.1 and 2.5.2 (for a very long time) I made sure Kirby Modules is compatible with Kirby 4.

Kirby Modules 2.5.2

08 Jul 18:12
Compare
Choose a tag to compare
Kirby Modules 2.5.2 Pre-release
Pre-release

It's now possible to pass variables to the renderModules() method.

Kirby Modules 2.5.1

15 May 09:25
Compare
Choose a tag to compare
Kirby Modules 2.5.1 Pre-release
Pre-release

In this release I refactored some things related to the parent page of the module. This should make it possible to use modules in the site/dashboard.

Related: #37, #38

Kirby Modules 2.5.0

23 Jan 12:47
Compare
Choose a tag to compare

After a great discussion with @nilshoerrmann I decided to allow an additional folder structure for modules blueprints and templates:

Blueprint in site/blueprints/modules/example.yml
Template in site/snippets/modules/example.php

Before you had to use this folder structure:

Blueprint in site/modules/example/example.yml
Template in site/modules/example/example.php

And there's also the legacy way of doing it:

Blueprint in site/blueprints/pages/module.example.yml
Template in site/snippets/modules/module.example.php

The latter now throws a deprecation message.

Kirby Modules 2.4.1

01 Dec 13:56
Compare
Choose a tag to compare
Kirby Modules 2.4.1 Pre-release
Pre-release

I added a command for the Kirby CLI: make:module 🎉

Full Changelog: 2.4.0...2.4.1

Kirby Modules 2.4.0

23 Nov 09:57
Compare
Choose a tag to compare

In this release I added two new features 🎉

  • There's a new option medienbaecker.modules.exclude that lets you exclude certain modules from the "Add page" modal.
  • Every module blueprint now automatically gets the navigation option that lets you navigate between modules with the arrows.

The exclude option is very handy when it comes to modules like a hero. Combined with a sort: false option you can make sure there's only one hero module and it can't be moved.

Kirby Modules 2.3.1

21 Nov 13:53
Compare
Choose a tag to compare

In this release I added the version number to the composer.json

Kirby Modules 2.3.0

27 Jun 20:18
Compare
Choose a tag to compare

Features:

Thanks @nilshoerrmann for the contribution.

Full Changelog: 2.2.3...2.3.0

Kirby Modules 2.2.3

25 May 15:11
Compare
Choose a tag to compare

This release will fix #31 once :has() support has landed in modern browsers.

Kirby Modules 2.2.2

18 Nov 09:11
Compare
Choose a tag to compare

@schnti noticed an issue with Kirby 3.6 and modules sections in site.yml. This release should fix the error.