Skip to content

Version 0.3.0

Latest
Compare
Choose a tag to compare
@BelleNottelling BelleNottelling released this 27 May 04:56
· 46 commits to main since this release
2248d2f

New features

  • Plugins may now append entries to both the sitemap.xml and robots.txt files.
  • Added in the initial ground work for API functionality in plugins, currently limited to public (unauthenticated) API endpoints.
  • Added a new imageQuality configuration option to allow changing the image compression quality.
  • Hooks now track the number of times they have been fired & the number of registered callbacks.

Changes

  • Moved the minimum PHP version to 8.1.
  • Bumped the PHPStan scanning level to 6 to improve type coverage.
  • Moved the example plugin to it's own repository and added more examples.
  • Removed some unneeded files from our vendor folder to help keep the size of AntCMS down.