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

Commit 64f9f96

Browse files
committed
Bump version to 1.15.0
The previous version was 1.14.2-beta, but the PR that went into it since 1.14.1 was not a mere bugfix.
1 parent ecc2e79 commit 64f9f96

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ _None._
4848

4949
_None._
5050

51+
## 1.15.0
52+
53+
### New Features
54+
55+
- New `GravatarDefaultImage` and `GravatarRatings` enums available and helper method to get Gravatar URL [#133]
56+
- Gravatar updated to use SHA256 over MD5 [#133]
57+
5158
## 1.14.1
5259

5360
### Bug Fixes

WordPressUI.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 = 'WordPressUI'
5-
s.version = '1.14.2-beta.1'
5+
s.version = '1.15.0'
66

77
s.summary = 'Home of reusable WordPress UI components.'
88
s.description = <<-DESC

0 commit comments

Comments
 (0)