Skip to content

Commit 782daf5

Browse files
committed
Updating changelog for 1.0.3
1 parent 328962c commit 782daf5

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
All notable changes to this project will be documented in this file. This project adhere to the [Semantic Versioning](http://semver.org/) standard.
44

5+
## [1.0.3] 2022-11-22
6+
7+
* Tweak - Set composer.json `config.platform.php` to `7.0`.
8+
59
## [1.0.2] 2022-11-22
610

7-
- Fix - Adjust `DB::insert()`, `DB::delete()`, `DB::update()`, and `DB::replace()` signature to match `wpdb`'s supported method signatures.
8-
- Fix - Adjust `DB::get_var()`, `DB::get_col()`, and `DB::get_results()` signature of first arg to match `wpdb`'s signature.
11+
* Fix - Adjust `DB::insert()`, `DB::delete()`, `DB::update()`, and `DB::replace()` signature to match `wpdb`'s supported method signatures.
12+
* Fix - Adjust `DB::get_var()`, `DB::get_col()`, and `DB::get_results()` signature of first arg to match `wpdb`'s signature.
913

1014
## [1.0.1] 2022-09-29
1115

@@ -20,3 +24,6 @@ All notable changes to this project will be documented in this file. This projec
2024
* Tweak - Automated tests
2125

2226
[1.0.0]: https://github.com/stellarwp/schema/releases/tag/1.0.0
27+
[1.0.1]: https://github.com/stellarwp/schema/releases/tag/1.0.1
28+
[1.0.2]: https://github.com/stellarwp/schema/releases/tag/1.0.2
29+
[1.0.3]: https://github.com/stellarwp/schema/releases/tag/1.0.3

0 commit comments

Comments
 (0)