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

Commit 0b0d680

Browse files
committed
Bump version to 13.1.0
1 parent ec0e24f commit 0b0d680

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
@@ -38,14 +38,24 @@ _None._
3838

3939
### New Features
4040

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

4343
### Bug Fixes
4444

4545
_None._
4646

4747
### Internal Changes
4848

49+
_None._
50+
51+
## 13.1.0
52+
53+
### New Features
54+
55+
- `StatsTimeIntervalData` now accepts an optional `unit: StatsPeriodUnit` parameter that allows to describe the granularity of data fetched for a given period. [#712]
56+
57+
### Internal Changes
58+
4959
- When enabled, `WordPressComRestApi` sends HTTP requests using URLSession instead of Alamofire. [#720]
5060
- When enabled, `WrodPressOrgXMLRPCApi` sends HTTP requests using URLSession instead of Alamofire. [#719]
5161
- 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)