Commit 6ffa5a0
Release v6.0.0 (#787)
* Version 6.0.0
* Fix PHP 8.2 deprecation warnings caused by dynamic properties on the $order object (#786)
* Add Dynamic_Props class to store dynamic properties for order object.
* Replace dynamic props usage with Dynamic_Props class.
* Minor doc updates.
* Docs improvements.
* Update namespace to use v6_0_0
* Added "sv_wc_plugin_framework_use_dynamic_props_class" filter to make use of Dynamic_Props class opt-in only.
* Add OrderHelper Class to simplify property get/set on order object.
* Update OrderHelper methods to follow the WP case.
* Explicitly mark parameters as nullable (#788)
* Explicitly mark parameters as nullable
* Update changelog
* Update changelog
* PHP compatibility fixes (#789)
* Use modern default flags for htmlspecialchars().
* Remove mixed type declarations for PHP 7.4 compat.
* Explicitly mark parameters as nullable.
* Ignore conditional use of WeakMap.
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dharmesh Patel <dspatel44@gmail.com>
Co-authored-by: Ashley Gibson <99189195+agibson-godaddy@users.noreply.github.com>
Co-authored-by: Ashley Gibson <agibson@godaddy.com>
Co-authored-by: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com>1 parent 5b40a16 commit 6ffa5a0
File tree
160 files changed
+1161
-715
lines changed- tests
- _support/plugins
- gateway-test-plugin/includes
- test-plugin/includes
- integration
- API
- REST_API
- Controllers
- Settings_API
- payment-gateway
- apple-pay
- unit
- API
- Helpers
- Payment_Gateway
- External_Checkout/Google_Pay
- Settings_API
- Traits
- woocommerce
- Addresses
- Blocks
- Traits
- Emails/Traits
- Enums
- Traits
- Handlers
- Helpers
- Plugin
- Settings_API
- Traits
- admin
- api
- Traits
- compatibility
- i18n/languages
- payment-gateway
- Blocks
- External_Checkout
- Google_Pay
- apple-pay
- api
- Handlers
- admin
- api
- assets
- dist/frontend
- js/frontend
- exceptions
- integrations
- payment-tokens
- rest-api
- rest-api
- Controllers
- utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
160 files changed
+1161
-715
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments