Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 1.07 KB

Change Log

All notable changes to this project will be documented in this file. This project adhere to the Semantic Versioning standard.

1.0.3 2022-11-22

  • Tweak - Set composer.json config.platform.php to 7.0.

1.0.2 2022-11-22

  • Fix - Adjust DB::insert(), DB::delete(), DB::update(), and DB::replace() signature to match wpdb's supported method signatures.
  • Fix - Adjust DB::get_var(), DB::get_col(), and DB::get_results() signature of first arg to match wpdb's signature.

1.0.1 2022-09-29

  • Tweak - Added a Config class to handle overrides of the DatabaseQueryException and addition of a hook prefix.
  • Tweak - Added tests for Config
  • Docs - More documentation

1.0.0 2022-08-17

  • Feature - Initial version
  • Docs - Documentation
  • Tweak - Automated tests