File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.0.2] - 2025-07-09
8+ ### Security
9+ - Axios version upgraded to ` ^1.6.8 ` .
10+
711## [ 1.0.1] - 2019-08-02
812### Removed
913- Removed ` verifySSL ` option, since Axios doesn't provide any option to support this feature.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export default class WooCommerceRestApi {
3535 throw new OptionsException ( "consumerSecret is required" ) ;
3636 }
3737
38- this . classVersion = "1.0.1 " ;
38+ this . classVersion = "1.0.2 " ;
3939 this . _setDefaultsOptions ( opt ) ;
4040 }
4141
You can’t perform that action at this time.
0 commit comments