Skip to content

Releases: medienbaecker/kirby-modules

2.0.1

01 Oct 06:42
d8b422c
Compare
Choose a tag to compare

Fixes overwriting the headline and empty parameters for the modules section while still displaying the English fallback for untranslated languages.

Kirby Modules 2.0

23 Sep 12:55
Compare
Choose a tag to compare

New Features 🎉

📁 Put module blueprints and templates in separate folders inside site/modules to easily reuse and share them
💡 Preview draft modules on their respective pages with the native token you get via the panel preview link
🚀 Autopublish modules
🧠 Custom global module models
🌐 Globally translatable headline and empty options
⏪ Backwards compatibility for old modules in site/snippets/modules and site/blueprints/pages

Contributors

Thanks to @iskrisis and @pedroborges for the ideas and pull requests ❤️

0.7.0

04 Sep 08:22
Compare
Choose a tag to compare

The plugin now adds a class to the extended pages section, instead of using the section name. See #3.

Also new: since Kirby now has a setting to hide the images I use this property instead of a CSS overwrite.

0.6.3

16 Jul 13:40
Compare
Choose a tag to compare

There were some additional changes in Kirby 3.4 that prevented the plugin from automatically creating the modules container. It's now fixed.

0.6.2

08 Jul 11:55
Compare
Choose a tag to compare

This release should fix overwriting the parent of a modules section.

0.6.1

17 Apr 09:21
Compare
Choose a tag to compare

This should fix #10

Kirby Modules 0.6

11 Feb 16:41
Compare
Choose a tag to compare

The hidden modules page bug is now finally fixed 🎊

When navigating to the (otherwise hidden) modules container page, you will now be automatically redirected to the actual parent page.

Kirby Modules 0.5.1

11 Feb 10:15
1c946c4
Compare
Choose a tag to compare

I added a link to the parent page in the modules container blueprint. It's still not possible to redirect to the parent page automatically. With this link it's just one click, though.

Kirby Modules 0.5

08 Jan 09:26
Compare
Choose a tag to compare

I added a blueprint to the modules container.
@schnti found out it's possible to get to the modules container page by deleting a module and I can't find a way to add a redirection. For now there's a simple info field on the container page.
See #4

Kirby Modules 0.4

18 Dec 16:12
Compare
Choose a tag to compare

The modules container will now be automatically created on every page visit with a modules section. This way you don't have to add the modules container manually or create pages to trigger the hook. Thanks a lot to @nilshoerrmann ❤️