Releases: stellarwp/db
Releases · stellarwp/db
Release list
1.3.0
1.2.0
1.1.1
1.1.0
Changes
- Feature - Added
upsert()method (props to @binarygary for the work!)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
Changes
- Fix - Adjust
DB::insert(),DB::delete(),DB::update(), andDB::replace()signature to matchwpdb's supported method signatures. - Fix - Adjust
DB::get_var(),DB::get_col(), andDB::get_results()signature of first arg to matchwpdb's signature.