In this version, the main focus was to enhance stability:
- Added explicit parameter and return types for most functions.
- Added PHPUnit tests for the core library and the ACF module.
- Adjusted the code style to better align with PSR-12 and common practices.
- Moved meta, post, and term libraries into the core folder and removed legacy code.
- Fixed multiple small issues with meta, post, terms, and other libraries.
- Fixed a few issues with the asset dependency processing.