Releases: Alecaddd/awps
Releases · Alecaddd/awps
2021 May Update
2021 March update
- Implement WordPress Prettier code formatting.
- Add
.editorconfig
file - Update
.eslintrc
to 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
Dotenv
Package with the newcreate()
method in thewp-config.sample.php
- Updated
.env
file to store Plugins related options - Removed
WP_MEMORY_LIMIT
option 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 Action
block 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/images
andassets/src/fonts
because 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.js
file 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
Gulp
withWebpack
and implementedLaravel Mix
for assets management. Customizer
ready with example classes and boilerplates.Gutenberg
ready with example classes and boilerplates.- Reorganized file structure with fewer folders.