Releases: Alingsas-Kommun/modular-ai-assistant
Releases · Alingsas-Kommun/modular-ai-assistant
Release list
Release 1.0.9
- Minor fixes and improvements
Release 1.0.8
- Added fix for resetting postbox sortable css filter
Release 1.0.7
- Added a fix for a bug that occured when installing the npm packages in Github CI.
Release 1.0.6
- Added fix for resetting postbox filter and contain paint. Some wordpress themes tries to make the postboxes better looking and add awful filters to them which causes position fixed elements to be trapped inside
Release 1.0.5
Release 1.0.4
- Added PHPCS comments and tweaks to satisfy the new Wordpress requirements
Release 1.0.3
- Moved the helpers away from the composer autoload to a regular require_once for compatibility with composer merge plugin
Release 1.0.2
- Fixed automated build script on composer install/update for the plugin type
Release 1.0.1
Added support for Composer Packagist distribution with build scripts and dual autoloading
-
Implemented dual autoloader support for WordPress.org and Composer distributions
- WordPress.org: Uses plugin's own vendor/ directory (included in ZIP)
- Composer: Automatically detects and uses parent project's vendor/ directory
- Optimized with realpath() for better symlink handling and path resolution
- Improved error messages for better troubleshooting
-
Added build.php script for automated asset building
- Builds assets automatically on composer install/update via post-install-cmd
- Supports both standalone and Composer installation contexts
- Handles npm dependencies and asset compilation
-
Updated composer.json with build scripts and proper package configuration
-
Updated .distignore to exclude development files while preserving vendor/ for WordPress.org distribution
Initial release
1.0.0 Added development section to readme.txt with Github link