Meta Box Template Changelog
1.2.4 - 2024-08-19
Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer
1.2.3 - 2023-03-23
Fix URL when installing with Composer
1.2.2 - 2023-01-03
Fix parsing template files
1.2.1 - 2022-12-23
- Fix error if syntax is invalid
- Add notifications for settings page and site-wide when the syntax is error
- Use CodeMirror
1.2.0
- Fix function not exists
- Use namespace
1.1.0
- Added support for parsing folders.
- Allows users to enter multiple locations of files or folders, separating by commas.
- Parse files in runtime, e.g. when a file content changes, the meta boxes change.
0.2
- Improvement: Add option to read template from config file
- Improvement: Remove plugin option when uninstall
0.1.1
- Fix: Check Spyc class exists
0.1.0
- First release