Skip to content

Releases: Alecaddd/awps

2021 May Update

17 May 02:37
Compare
Choose a tag to compare
  • Make Prettier work out of the box
  • Remove a lot of unnecessary Npm dependencies for a smaller and more basic first installation
  • Update the PHPCS rules

2021 March update

07 Mar 01:40
Compare
Choose a tag to compare
  • Implement WordPress Prettier code formatting.
  • Add .editorconfig file
  • Update .eslintrc to properly extend WordPress ESLint standards

2021 February Update

27 Feb 02:35
7a25e70
Compare
Choose a tag to compare
  • NPM dependencies upgrade
  • Compatible with Laravel Mix >6
  • Compatible with phpdotenv >5
  • Compatible with the new Gutenberg scripts

Bug Fixes and Improvements

16 Feb 19:35
Compare
Choose a tag to compare

Minor version update coming with some improvements and dependencies updates

  • Updated Dotenv Package with the new create() method in the wp-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

08 Feb 06:41
Compare
Choose a tag to compare

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

19 Nov 00:10
Compare
Choose a tag to compare
  • Compatibility fixes for Gutenberg Blocks
  • Implemented assets() and svg() helper functions
  • Code clean up and improvements

Bug fixes and improvements

13 Apr 01:46
Compare
Choose a tag to compare
  • 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

07 Apr 00:23
Compare
Choose a tag to compare
  • Removed the assets/src/images and assets/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

02 Apr 21:32
Compare
Choose a tag to compare

Fixes a bug and prevents the initialization of the blocks class if Gutenberg is not installed.

Version 3.0.0 ready for 2018!

02 Apr 21:27
Compare
Choose a tag to compare

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 with Webpack and implemented Laravel Mix for assets management.
  • Customizer ready with example classes and boilerplates.
  • Gutenberg ready with example classes and boilerplates.
  • Reorganized file structure with fewer folders.