Skip to content

Releases: WPBP/WordPress-Plugin-Boilerplate-Powered

3.3.3

06 Feb 16:08
Compare
Choose a tag to compare
  • Enhancement: New filter on \Initialize to get the class instance
  • Updated: CS changes
  • Updated: to latest libraries changes

3.3.2

16 May 10:39
Compare
Choose a tag to compare
  • Enhancement: Tests use a dedicated .env file instead to manipulate the env file (GitHub/GitLab CI updated)
  • Enhancement: Ajax tests improved to work with latest updates
  • Enhancement: Improvements on editorconfig support @erikyo @johnhooks
  • Enhancement: New Readme @Ryvix
  • Enhancement: NPM and JS stuff improved @erikyo
  • Fix: GitHub CI updated with different NodeJS versions tests @erikyo

3.3.1

18 Jan 17:05
Compare
Choose a tag to compare
  • Fix: Replaced Yoast i18n-module with wpbp/i18n-notice to keep support
  • Enhancement: Improvements on Initialize for class detection, thanks to @LucasDemea and @charmoney

3.3.0

27 Jul 13:14
8d66954
Compare
Choose a tag to compare
  • Enhancement: wp-scripts integration
  • Enhancement: Custom block example in React.js
  • Enhancement: JS example with REST and nonce
  • Enhancement: Page-Madness-Detector and Assets package added
  • Enhancement: GitHub Action added Codeception WPunit tests
  • Enhancement: Removed fakepage library
  • Improved: Cli tests better example
  • Removed: Grunt replaced by Webpack

Many thanks to @erikyo for the work on the new React/block stuff!

3.2.7

27 Jun 15:14
Compare
Choose a tag to compare
  • Fix: Activation/Deactivation and capabilities are saved rightly
  • Enhancement: Removed language library
  • Updated: i18n-module to a mte90 fork
  • CI: readme.txt validation added

3.2.6

21 Apr 16:00
Compare
Choose a tag to compare
  • Enhancement: Bump PHP minimum requirements to 7.4
  • Fix: Some issue on boilerplate generation

3.2.5

03 Feb 15:05
Compare
Choose a tag to compare

3.2.5

  • Enhancement: Added support for PHP 8.1
  • Enhancement: Updated DB test dump

3.2.4

14 Oct 10:34
c25105e
Compare
Choose a tag to compare
  • Changes: Now GPLv3 as default
  • Refactor: Is_methods replaced with Context class using inpyside/wpcontext
  • Enhancement: Tagged library added
  • Enhancement: Improved doc for CMB2
  • Enhancement: Updated the dependencies

3.2.3

14 Jul 15:20
Compare
Choose a tag to compare
  • Enhancement: Now there are constants for minimum php/wp versions
  • Enhancement: Added wp-super-duper library
  • Updated: CI for latest php versions

3.2.2

05 Aug 13:49
Compare
Choose a tag to compare
  • Code is fully checked with new GitHub Action for Static Code analysis (PHPStan), Codee Style (PHPCS) and EditorConfig
  • Now the code is passing everything from PHPStan to PHPCS
  • Fixed example tests cases included