Skip to content

Releases: WPBP/WordPress-Plugin-Boilerplate-Powered

2.2.0

07 Jan 20:52
Compare
Choose a tag to compare
  • 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

01 Aug 14:42
Compare
Choose a tag to compare
  • 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

17 Mar 18:34
Compare
Choose a tag to compare
  • Updated code to load the textdomain using the mo for the last version of WP
  • Added Yoast/i18n-module
  • Added WPBP/Backbone-Modal-View

2.0.4

23 Jan 21:00
Compare
Choose a tag to compare
  • WP CLI example code
  • Improved PHPDoc comments

2.0.2

17 Nov 18:18
Compare
Choose a tag to compare
  • Fixed few bugs with the generator
  • Removed prefix for CMB fields on admin view

2.0.1

25 Oct 15:35
Compare
Choose a tag to compare
bump version.

2.0.0

10 Oct 18:15
Compare
Choose a tag to compare

1.2.0

07 Mar 17:33
Compare
Choose a tag to compare
  • 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

25 Jan 21:14
Compare
Choose a tag to compare
  • 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

1.1.5

17 Sep 14:24
Compare
Choose a tag to compare
  • Moved Export/Import code in a class
  • Fix in Fake Page example by jmarceli
  • Bump Wordpress version in Readme