From aacdf0378f7ceb1fc931a8f68feb3dc28f1c5124 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 4 Mar 2024 16:04:21 +1100 Subject: [PATCH 1/2] Bump version to 2.3.1 --- CHANGELOG.md | 6 ++++++ WordPressShared.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 420d17c..558b15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,12 @@ _None._ _None._ +## 2.3.1 + +### Bug Fixes + +- Remove video block content from post excerpt [#352] + ## 2.3.0 ### New Features diff --git a/WordPressShared.podspec b/WordPressShared.podspec index 4a24c66..f4dff6f 100644 --- a/WordPressShared.podspec +++ b/WordPressShared.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.name = 'WordPressShared' - s.version = '2.3.0' + s.version = '2.3.1' s.summary = 'Shared components used in building the WordPress iOS apps and other library components.' s.description = <<-DESC From 2dfbdb54ea149dfb8050d02360dc38d812e228b4 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 4 Mar 2024 16:30:11 +1100 Subject: [PATCH 2/2] Add missing `key` to SwiftLint CI step --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b199719..c1eb62d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -39,6 +39,7 @@ steps: plugins: *common_plugins - label: ":swift: SwiftLint" + key: "swiftlint" command: run_swiftlint --strict plugins: *common_plugins notify: