Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 784ec76

Browse files
authored
Merge 13.1.0 stable release (#728)
2 parents ae8f83e + 0b0d680 commit 784ec76

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,24 @@ _None._
4040

4141
### New Features
4242

43-
- `StatsTimeIntervalData` now accepts an optional `unit: StatsPeriodUnit` parameter that allows to describe the granularity of data fetched for a given period. [#712]
43+
_None._
4444

4545
### Bug Fixes
4646

4747
_None._
4848

4949
### Internal Changes
5050

51+
_None._
52+
53+
## 13.1.0
54+
55+
### New Features
56+
57+
- `StatsTimeIntervalData` now accepts an optional `unit: StatsPeriodUnit` parameter that allows to describe the granularity of data fetched for a given period. [#712]
58+
59+
### Internal Changes
60+
5161
- When enabled, `WordPressComRestApi` sends HTTP requests using URLSession instead of Alamofire. [#720]
5262
- When enabled, `WrodPressOrgXMLRPCApi` sends HTTP requests using URLSession instead of Alamofire. [#719]
5363
- Refactor API requests that ask for SMS code during WP.com authentication. [#683]

WordPressKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'WordPressKit'
5-
s.version = '13.0.0'
5+
s.version = '13.1.0'
66

77
s.summary = 'WordPressKit offers a clean and simple WordPress.com and WordPress.org API.'
88
s.description = <<-DESC

0 commit comments

Comments
 (0)