From f9876a1bf56d93c6d78aed9cbb1753cd47030b99 Mon Sep 17 00:00:00 2001 From: Philip Niedertscheider Date: Sat, 17 Dec 2022 12:03:19 +0100 Subject: [PATCH] chore: prepared for release 2.4.0 --- CHANGELOG.md | 59 ++++++++++++++++++++++++--------- Example iOS-Carthage/Cartfile | 2 +- TPPDF.podspec | 2 +- TPPDF.xcodeproj/project.pbxproj | 4 +-- 4 files changed, 48 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e25594e..721694b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,14 @@ # Change Log -## [Unreleased](https://github.com/techprimate/TPPDF/tree/HEAD) (2021-??-??) -[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.5...2.4.0) +## [Unreleased](https://github.com/techprimate/TPPDF/tree/2.4.0) (2022-12-17) -**Implemented enhancements:** +[Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.5...2.4.0) - Added paper background colors (#244) +- Added name property to `PDFPageFormat` (#299 by @ptrkstr) -**Fixed bugs:** - -**Closed issues:** - -- Issue #244 +## [2.3.5](https://github.com/techprimate/TPPDF/tree/2.3.5) (2021-04-11) -**Merged pull requests:** - -## [Unreleased](https://github.com/techprimate/TPPDF/tree/2.3.5) (2021-04-11) [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.4...2.3.5) **Fixed bugs:** @@ -33,6 +26,7 @@ - PR #268 (by philprime) ## [2.3.4](https://github.com/techprimate/TPPDF/tree/2.3.4) (2021-03-15) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.3...2.3.4) **Fixed bugs:** @@ -48,6 +42,7 @@ - PR #264 (by Sgkhour) ## [2.3.3](https://github.com/techprimate/TPPDF/tree/2.3.3) (2021-01-06) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.2...2.3.3) **Fixed bugs:** @@ -65,6 +60,7 @@ - PR #258 ## [2.3.2](https://github.com/techprimate/TPPDF/tree/2.3.2) (2020-12-05) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.1...2.3.2) **Implemented enhancements:** @@ -91,6 +87,7 @@ - PR #255 ## [2.3.1](https://github.com/techprimate/TPPDF/tree/2.3.1) (2020-09-23) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.3.0...2.3.1) **Fixed bugs:** @@ -106,6 +103,7 @@ - PR #226 ## [2.3.0](https://github.com/techprimate/TPPDF/tree/2.3.0) (2020-07-16) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.2.0...2.3.0) **Implemented enhancements:** @@ -114,6 +112,7 @@ - Added `CaseIterable` to `PDFPageFormat` ## [2.2.0](https://github.com/techprimate/TPPDF/tree/2.2.0) (2020-06-27) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.1.2...2.2.0) **Implemented enhancements:** @@ -129,6 +128,7 @@ - PR #217 ## [2.1.2](https://github.com/techprimate/TPPDF/tree/2.1.2) (2020-06-23) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.1.1...2.1.2) **Fixed bugs:** @@ -143,8 +143,8 @@ - PR #214 [by chrisgonzgonz] - ## [2.1.1](https://github.com/techprimate/TPPDF/tree/2.1.1) (2020-06-16) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.1.0...2.1.1) **Implemented enhancements:** @@ -157,6 +157,7 @@ - Fixed indentations inside sections ## [2.1.0](https://github.com/techprimate/TPPDF/tree/2.1.0) (2020-06-15) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.0.1...2.1.0) **Implemented enhancements:** @@ -187,6 +188,7 @@ - Issue #211 ## [2.0.1](https://github.com/techprimate/TPPDF/tree/2.0.1) (2020-05-31) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/2.0.0...2.0.1) **Implemented enhancements:** @@ -203,6 +205,7 @@ - Issue #204 ## [2.0.0](https://github.com/techprimate/TPPDF/tree/2.0.0) (2020-05-19) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.6.0...2.0.0) **Implemented enhancements:** @@ -213,7 +216,7 @@ **Fixed bugs:** -- External document including empty pages +- External document including empty pages **Closed issues:** @@ -235,6 +238,7 @@ - Issue #181 ## [1.6.0](https://github.com/techprimate/TPPDF/tree/1.6.0) (2020-03-23) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.4...1.6.0) **Implemented enhancements:** @@ -265,6 +269,7 @@ - Issue #177 ## [1.5.4](https://github.com/techprimate/TPPDF/tree/1.5.4) (2019-06-06) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.3...1.5.4) **Implemented enhancements:** @@ -272,13 +277,15 @@ - Fixed carthage support once again ## [1.5.3](https://github.com/techprimate/TPPDF/tree/1.5.3) (2019-06-06) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.2...1.5.3) **Implemented enhancements:** -- Fixed padding in groups +- Fixed padding in groups ## [1.5.2](https://github.com/techprimate/TPPDF/tree/1.5.2) (2019-06-06) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.1...1.5.2) **Implemented enhancements:** @@ -286,6 +293,7 @@ - Added group breaking ## [1.5.1](https://github.com/techprimate/TPPDF/tree/1.5.1) (2019-06-06) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.5.0...1.5.1) **Implemented enhancements:** @@ -297,6 +305,7 @@ - Issue #67 ## [1.5.0](https://github.com/techprimate/TPPDF/tree/1.5.0) (2019-06-05) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.4.1...1.5.0) **Implemented enhancements:** @@ -328,6 +337,7 @@ - Issue #138 ## [1.4.1](https://github.com/techprimate/TPPDF/tree/1.4.1) (2019-05-19) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.4.0...1.4.1) **Fixed bugs:** @@ -339,6 +349,7 @@ - #135 ## [1.4.0](https://github.com/techprimate/TPPDF/tree/1.4.0) (2019-04-17) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.3...1.4.0) **Implemented enhancements:** @@ -357,6 +368,7 @@ - Issue #128 ## [1.3.3](https://github.com/techprimate/TPPDF/tree/1.3.3) (2019-03-13) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.2...1.3.3) **Implemented enhancements:** @@ -379,6 +391,7 @@ - PR #119 [by yhelfronda] ## [1.3.2](https://github.com/techprimate/TPPDF/tree/1.3.2) (2019-01-22) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.1...1.3.2) **Implemented enhancements:** @@ -396,6 +409,7 @@ - PR #106 [by protspace] ## [1.3.1](https://github.com/techprimate/TPPDF/tree/1.3.1) (2018-11-13) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.3.0...1.3.1) **Fixed bugs:** @@ -403,6 +417,7 @@ - Issue #98 ## [1.3.0](https://github.com/techprimate/TPPDF/tree/HEAD) (2018-10-03) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.2.1...1.3.0) **Implemented enhancements:** @@ -414,6 +429,7 @@ - PR #94 [by techprimate-phil] ## [1.2.0](https://github.com/techprimate/TPPDF/tree/1.2.0) (2018-07-12) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.1.2...1.2.0) **Implemented enhancements:** @@ -427,6 +443,7 @@ - Issue #78 ## [1.1.2](https://github.com/techprimate/TPPDF/tree/1.1.2) (2018-07-12) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.1.1...1.1.2) **Implemented enhancements:** @@ -446,6 +463,7 @@ - PR #77 [by emericspiroux] ## [1.1.1](https://github.com/techprimate/TPPDF/tree/1.1.1) (2018-06-29) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.1.0...1.1.1) **Implemented enhancements:** @@ -461,6 +479,7 @@ - Issue #76 ## [1.1.0](https://github.com/techprimate/TPPDF/tree/1.1.0) (2018-05-07) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.0.3...1.1.0) **Implemented enhancements:** @@ -472,6 +491,7 @@ - PR #63 ## [1.0.3](https://github.com/techprimate/TPPDF/tree/1.0.3) (2018-05-07) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.0.2...1.0.3) **Implemented enhancements:** @@ -484,6 +504,7 @@ - Issue #64 ## [1.0.2](https://github.com/techprimate/TPPDF/tree/1.0.2) (2018-04-18) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.0.1...1.0.2) **Fixed bugs:** @@ -495,6 +516,7 @@ - Issue #59 ## [1.0.1](https://github.com/techprimate/TPPDF/tree/1.0.1) (2018-04-16) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/1.0.0...1.0.1) **Merged pull requests:** @@ -502,6 +524,7 @@ - PR #56 [by kf99916] ## [1.0.0](https://github.com/techprimate/TPPDF/tree/1.0.0) (2018-04-08) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/0.4.0...1.0.0) **Implemented enhancements:** @@ -509,6 +532,7 @@ - Rebuilt whole library, too much for one changelog ## [0.4.0](https://github.com/techprimate/TPPDF/tree/0.4.0) (2017-06-05) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/0.3.0...0.4.0) **Implemented enhancements:** @@ -525,6 +549,7 @@ - Issue #7 ## [0.3.0](https://github.com/techprimate/TPPDF/tree/0.3.0) (2017-01-19) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/0.2.0...0.3.0) **Implemented enhancements:** @@ -548,8 +573,8 @@ - PR #3 from kf99916/master - ## [0.2.0](https://github.com/techprimate/TPPDF/tree/0.2.0) (2016-11-07) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/0.1.5...0.2.0) **Implemented enhancements:** @@ -557,9 +582,11 @@ - Updated to Swift 3.0 ## [0.1.5](https://github.com/techprimate/TPPDF/tree/0.1.5) (2016-11-09) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/0.1.4...0.1.5) ## [0.1.4](https://github.com/techprimate/TPPDF/tree/0.1.4) (2016-08-24) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/0.1.3...0.1.4) **Implemented enhancements:** @@ -571,6 +598,7 @@ - Small link issues in `CHANGELOG.md` ## [0.1.3](https://github.com/techprimate/TPPDF/tree/0.1.3) (2016-08-21) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/0.1.2...0.1.3) **Implemented enhancements:** @@ -578,6 +606,7 @@ - Added indentation command `SetIndentation(points: CGFloat)` ## [0.1.2](https://github.com/techprimate/TPPDF/tree/0.1.2) (2016-08-16) + [Full Changelog](https://github.com/techprimate/TPPDF/compare/0.1.1...0.1.2) **Fixed bugs:** diff --git a/Example iOS-Carthage/Cartfile b/Example iOS-Carthage/Cartfile index 273667c0..edcac16d 100644 --- a/Example iOS-Carthage/Cartfile +++ b/Example iOS-Carthage/Cartfile @@ -1 +1 @@ -github "techprimate/TPPDF" "develop" +github "techprimate/TPPDF" "main" diff --git a/TPPDF.podspec b/TPPDF.podspec index bab06d75..1aaee6e2 100644 --- a/TPPDF.podspec +++ b/TPPDF.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TPPDF' - s.version = '2.3.5' + s.version = '2.4.0' s.summary = 'TPPDF is a simple-to-use PDF builder for iOS' s.description = <<-DESC TPPDF is an object-based PDF builder, completely built in Swift. diff --git a/TPPDF.xcodeproj/project.pbxproj b/TPPDF.xcodeproj/project.pbxproj index 5a1d5533..0c12dc32 100644 --- a/TPPDF.xcodeproj/project.pbxproj +++ b/TPPDF.xcodeproj/project.pbxproj @@ -3033,7 +3033,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; - MARKETING_VERSION = 2.3.5; + MARKETING_VERSION = 2.4.0; ONLY_ACTIVE_ARCH = YES; OTHER_SWIFT_FLAGS = "$(inherited) -DXcode"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -3085,7 +3085,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; - MARKETING_VERSION = 2.3.5; + MARKETING_VERSION = 2.4.0; OTHER_SWIFT_FLAGS = "$(inherited) -DXcode"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx;