Skip to content

Releases: Alingsas-Kommun/modular-ai-assistant

Release 1.0.9

Choose a tag to compare

@considadam considadam released this 02 Feb 10:11
  • Minor fixes and improvements

Release 1.0.8

Choose a tag to compare

@considadam considadam released this 22 Jan 09:52
  • Added fix for resetting postbox sortable css filter

Release 1.0.7

Choose a tag to compare

@considadam considadam released this 21 Jan 15:29
  • Added a fix for a bug that occured when installing the npm packages in Github CI.

Release 1.0.6

Choose a tag to compare

@considadam considadam released this 21 Jan 15:22
  • 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

Choose a tag to compare

@considadam considadam released this 20 Jan 10:44
  • New name and improvements

Release 1.0.4

Choose a tag to compare

@considadam considadam released this 12 Jan 15:18
  • Added PHPCS comments and tweaks to satisfy the new Wordpress requirements

Release 1.0.3

Choose a tag to compare

@considadam considadam released this 21 Nov 10:20
  • Moved the helpers away from the composer autoload to a regular require_once for compatibility with composer merge plugin

Release 1.0.2

Choose a tag to compare

@considadam considadam released this 06 Nov 10:11
  • Fixed automated build script on composer install/update for the plugin type

Release 1.0.1

Choose a tag to compare

@considadam considadam released this 06 Nov 09:57

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

Choose a tag to compare

@considadam considadam released this 05 Nov 17:36
1.0.0

Added development section to readme.txt with Github link