Municipio 5.8.6
This patch release delivers targeted bug fixes and functional improvements across key packages, including enhanced async filtering in Municipio (postsList block and archives), improved error handling in Broken Link Detector, and updated permissions policies in WPMU Security. Users can expect smoother performance, more robust integrations, and a more reliable experience throughout the platform.
Municipio Theme [6.15.63…6.18.17]
- Added async post list filtering, search, and pagination for faster content browsing.
- Introduced async archive implementation for improved archive performance.
- Enhanced event modules: always display event images in 16:9, show end times, and add schedule descriptions.
- Improved accessibility and translations for file/image input components.
- Fixed issues with schema data rewriting titles and archive modules not showing on event archives.
- Updated icon selection with a new modal and improved preloader for AJAX async post lists.
- Multiple bug fixes and performance optimizations in archive and singular event controllers.
Algolia Index [3.5.8…3.5.10]
- Fixed fallback to Algolia provider to ensure plugin activation even if other providers fail.
Algolia Index Typesense Provider [1.0.11…1.0.13]
- Improved stability by checking if the autoloader exists before including it.
Broken Link Detector [4.2.20…4.2.26]
- Prevented fatal errors when post ID is unknown.
- Ensured post IDs are correctly cast to integers for reliability.
Like Posts [3.0.10…3.1.2]
- Internal updates and maintenance.
Modularity Recommend [4.0.4…4.1.0]
- Feature: Adds new button customization options to the recommendation module.
- Enhancement: Renames fields for consistency and improves formatting.
S3 Index [1.1.23…1.2.0]
- Feature: Adds file size resolution and metadata extraction on file upload and creation.
- Enhancement: Indexes all attachments, not just images.
Note: This requires index rebuild with: wp s3-index create
WPMU Security [1.8.6…1.8.7]
- Set proper default Permissions-Policy headers and fixed formatting issues.
Modularity Noticeboard [1…1.1.0]
- Internal updates and maintenance.
Content Scheduler
- This plugin has been removed since it was deemed not functioning. Good replacement alternative existed in WordPress Plugin directory: PublishPress Future. This plugin has been installed. Schedules that has been done previosly must be done again.
WordPress 6.9.1
- Updated to latest WordPress version. Documentation can be found here.
Deployment
- Composer merge has been removed to significantly improve deployment performance (approx 70% faster). A simple script providing the same functionality has been added as a drop-in-replacement.
- Aws SDK is now instructed to remove unused dependecies, making the install approx. 6000 files smaller.
Devtools
- A new command for developers has been introduced “composer dev”. This command will:
- Remove all repositories and vendor packages in dev environment.
- Install all packages & respositories as dist versions.
- Prompt developer to select what to work on
- Install selected plugin / theme as a editable source package.