Awps Versions Save

A Modern WordPress Starter Theme for savvy Developers

v4.1.1

3 years ago
  • 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

v4.1.0

3 years ago
  • Implement WordPress Prettier code formatting.
  • Add .editorconfig file
  • Update .eslintrc to properly extend WordPress ESLint standards

v4.0.0

3 years ago
  • NPM dependencies upgrade
  • Compatible with Laravel Mix >6
  • Compatible with phpdotenv >5
  • Compatible with the new Gutenberg scripts

v3.0.6

5 years ago

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

v3.0.5

5 years ago

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

v3.0.4

5 years ago
  • Compatibility fixes for Gutenberg Blocks
  • Implemented assets() and svg() helper functions
  • Code clean up and improvements

v3.0.3

6 years ago
  • Cleaned up namespaces
  • Fixed issue when renaming namespace and Theme name from the awps-cli
  • Fixed issue with renaming Jetpack theme file

v3.0.2

6 years ago
  • 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.

v3.0.1

6 years ago

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

v3.0.0

6 years ago

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.