Releases: Alecaddd/awps
Releases · Alecaddd/awps
2021 May Update
2021 March update
- Implement WordPress Prettier code formatting.
- Add
.editorconfigfile - Update
.eslintrcto properly extend WordPress ESLint standards
2021 February Update
- NPM dependencies upgrade
- Compatible with Laravel Mix >6
- Compatible with
phpdotenv>5 - Compatible with the new Gutenberg scripts
Bug Fixes and Improvements
Minor version update coming with some improvements and dependencies updates
- Updated
DotenvPackage with the newcreate()method in thewp-config.sample.php - Updated
.envfile to store Plugins related options - Removed
WP_MEMORY_LIMIToption because it's bad and it shouldn't be managed by WordPress - Updated NPM dependencies
- Text domain fixes
Gutenberg Bonanza
This update is all for WordPress 5 and Gutenberg.
- New
Call to Actionblock example - Updated Gutenberg API in React and PHP
- Updated NPM dependencies
- Updated PHP dependencies
Bug fixes and Improvements
- Compatibility fixes for Gutenberg Blocks
- Implemented
assets()andsvg()helper functions - Code clean up and improvements
Bug fixes and improvements
- Cleaned up namespaces
- Fixed issue when renaming namespace and Theme name from the
awps-cli - Fixed issue with renaming Jetpack theme file
Laravel Mix clean up
- Removed the
assets/src/imagesandassets/src/fontsbecause it's a bit of a silly process to handle src and dist assets in 2 different folders if no bundling is required. - Cleaned up the
webpack.mix.jsfile to drastically improve speed. - Included fix for Windows Environments.
Bug fixes
Version 3.0.0 ready for 2018!
Version 3.0.0 of AWPS comes with lots of new features and improvements.
Here's a list of the highlights and implementations:
- Replaced
GulpwithWebpackand implementedLaravel Mixfor assets management. Customizerready with example classes and boilerplates.Gutenbergready with example classes and boilerplates.- Reorganized file structure with fewer folders.