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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.0.2] - 2025-07-09
8
+ ### Security
9
+ - Axios version upgraded to ` ^1.6.8 ` .
10
+
7
11
## [ 1.0.1] - 2019-08-02
8
12
### Removed
9
13
- 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 {
35
35
throw new OptionsException ( "consumerSecret is required" ) ;
36
36
}
37
37
38
- this . classVersion = "1.0.1 " ;
38
+ this . classVersion = "1.0.2 " ;
39
39
this . _setDefaultsOptions ( opt ) ;
40
40
}
41
41
You can’t perform that action at this time.
0 commit comments