Releases: WPBP/WordPress-Plugin-Boilerplate-Powered
Releases · WPBP/WordPress-Plugin-Boilerplate-Powered
2.2.0
- New code for capabilities adding with a upgrade procedure
- New singleton pattern with filters to disable specific classes and other stuff (in few files no singleton anymore)
- Removed assets/bin folders from this repo and moved to different ones
- Updated Composer dependences
- Removed DOM routing because for plugins is better to create specific files to load by php
- Removed Custom actions (hooks, filters, shortcode) because is a choice by the dev where to put them
- New constants for the path of the plugin (used for load/enqueue files)
- Support for Grunt CoffeeScript 2.0.0
- Improved the Act/Deact code
- Updated logo and links on right sidebar box on settings page
- Added FunctionMocker on tests
- Removed
.php_cs
to switch on a parameter to the generator
2.1.0
- New css/js file for all the administration and one for the plugin settings page
- Split tabs in the plugin settings page in different files
- Improved the quality code and docs with PHPCS
- Removed At Glance widget for new library that support that
- New folder and files for AJAX on admin and front-end
- Replaced CPT-Core, Taxonomy-Core with Extendend-Cpts, Extendend-Taxos
- Added Whip by Yoast and CMB2 Tabs for post types
- Replace previous package for custom directories with a new one with less dependencies
- Remove athlan/custom-fields-permalink-plugin
- Improving the script
wp-boilerplate-version.sh
2.0.5
2.0.4
2.0.2
2.0.1
2.0.0
1.2.0
- Added Unit test
- Added example for transient with external request
- Improved PHPDoc comment
- Improved code for shortcode and filter
- Fixed Apigen and git hook
- Moved code in class-admin-plugin-name.php in dedicated files
- Moved activaction and deactivation on specific file in public/includes
- Moved help-docs in admin/includes
1.1.7
- Support for email template with language detection
- Added CMB2 Google Maps field
- Added Freemius SDK
- Added WP Background Processing
- Added CoffeeScript files and Grunt configuration
- Removed CMB2 Shortcode
- Fix in admin settings CSS
- Improved uninstall.php page
Check on https://github.com/Mte90/WordPress-Plugin-Boilerplate-Powered/blob/master/ChangeLog.md for the 1.1.6 changelog