diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad7ff867..ed8d4b479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file. Take a look at [the migration guide](docs/Migration%20Guide.md) to upgrade between two major versions. -## [Unreleased] + + +## [3.4.0] ### Added @@ -964,3 +966,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress [3.1.0]: https://github.com/readium/swift-toolkit/compare/3.0.0...3.1.0 [3.2.0]: https://github.com/readium/swift-toolkit/compare/3.1.0...3.2.0 [3.3.0]: https://github.com/readium/swift-toolkit/compare/3.2.0...3.3.0 +[3.4.0]: https://github.com/readium/swift-toolkit/compare/3.3.0...3.4.0 diff --git a/README.md b/README.md index 08265dcfa..e398b4975 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope Add the following to your `Cartfile`: ``` -github "readium/swift-toolkit" ~> 3.3.0 +github "readium/swift-toolkit" ~> 3.4.0 ``` Then, [follow the usual Carthage steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the Readium libraries to your project. @@ -143,11 +143,11 @@ Add the following `pod` statements to your `Podfile` for the Readium libraries y source 'https://github.com/readium/podspecs' source 'https://cdn.cocoapods.org/' -pod 'ReadiumShared', '~> 3.3.0' -pod 'ReadiumStreamer', '~> 3.3.0' -pod 'ReadiumNavigator', '~> 3.3.0' -pod 'ReadiumOPDS', '~> 3.3.0' -pod 'ReadiumLCP', '~> 3.3.0' +pod 'ReadiumShared', '~> 3.4.0' +pod 'ReadiumStreamer', '~> 3.4.0' +pod 'ReadiumNavigator', '~> 3.4.0' +pod 'ReadiumOPDS', '~> 3.4.0' +pod 'ReadiumLCP', '~> 3.4.0' ``` Take a look at [CocoaPods's documentation](https://guides.cocoapods.org/using/using-cocoapods.html) for more information. diff --git a/Support/CocoaPods/ReadiumAdapterGCDWebServer.podspec b/Support/CocoaPods/ReadiumAdapterGCDWebServer.podspec index 2a6a27fd8..c6a38a044 100644 --- a/Support/CocoaPods/ReadiumAdapterGCDWebServer.podspec +++ b/Support/CocoaPods/ReadiumAdapterGCDWebServer.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReadiumAdapterGCDWebServer" - s.version = "3.3.0" + s.version = "3.4.0" s.license = "BSD 3-Clause License" s.summary = "Adapter to use GCDWebServer as an HTTP server in Readium" s.homepage = "http://readium.github.io" @@ -14,8 +14,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = "13.4" s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } - s.dependency 'ReadiumShared', '~> 3.3.0' - s.dependency 'ReadiumInternal', '~> 3.3.0' + s.dependency 'ReadiumShared', '~> 3.4.0' + s.dependency 'ReadiumInternal', '~> 3.4.0' s.dependency 'ReadiumGCDWebServer', '~> 4.0.0' end diff --git a/Support/CocoaPods/ReadiumAdapterLCPSQLite.podspec b/Support/CocoaPods/ReadiumAdapterLCPSQLite.podspec index e8adb7f27..d9d0b00f1 100644 --- a/Support/CocoaPods/ReadiumAdapterLCPSQLite.podspec +++ b/Support/CocoaPods/ReadiumAdapterLCPSQLite.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReadiumAdapterLCPSQLite" - s.version = "3.3.0" + s.version = "3.4.0" s.license = "BSD 3-Clause License" s.summary = "Adapter to use SQLite.swift for the Readium LCP repositories" s.homepage = "http://readium.github.io" @@ -14,8 +14,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = "13.4" s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } - s.dependency 'ReadiumLCP', '~> 3.3.0' - s.dependency 'ReadiumShared', '~> 3.3.0' + s.dependency 'ReadiumLCP', '~> 3.4.0' + s.dependency 'ReadiumShared', '~> 3.4.0' s.dependency 'SQLite.swift', '~> 0.15.0' end diff --git a/Support/CocoaPods/ReadiumInternal.podspec b/Support/CocoaPods/ReadiumInternal.podspec index 571439129..e1a028deb 100644 --- a/Support/CocoaPods/ReadiumInternal.podspec +++ b/Support/CocoaPods/ReadiumInternal.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReadiumInternal" - s.version = "3.3.0" + s.version = "3.4.0" s.license = "BSD 3-Clause License" s.summary = "Private utilities used by the Readium modules" s.homepage = "http://readium.github.io" diff --git a/Support/CocoaPods/ReadiumLCP.podspec b/Support/CocoaPods/ReadiumLCP.podspec index e6dff0a8d..ee3c6a3d7 100644 --- a/Support/CocoaPods/ReadiumLCP.podspec +++ b/Support/CocoaPods/ReadiumLCP.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReadiumLCP" - s.version = "3.3.0" + s.version = "3.4.0" s.license = "BSD 3-Clause License" s.summary = "Readium LCP" s.homepage = "http://readium.github.io" @@ -20,8 +20,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = "13.4" s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'} - s.dependency 'ReadiumShared' , '~> 3.3.0' - s.dependency 'ReadiumInternal', '~> 3.3.0' + s.dependency 'ReadiumShared' , '~> 3.4.0' + s.dependency 'ReadiumInternal', '~> 3.4.0' s.dependency 'ReadiumZIPFoundation', '~> 3.0.0' s.dependency 'CryptoSwift', '~> 1.8.0' end diff --git a/Support/CocoaPods/ReadiumNavigator.podspec b/Support/CocoaPods/ReadiumNavigator.podspec index 0196a1f63..1b704fb9b 100644 --- a/Support/CocoaPods/ReadiumNavigator.podspec +++ b/Support/CocoaPods/ReadiumNavigator.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReadiumNavigator" - s.version = "3.3.0" + s.version = "3.4.0" s.license = "BSD 3-Clause License" s.summary = "Readium Navigator" s.homepage = "http://readium.github.io" @@ -19,8 +19,8 @@ Pod::Spec.new do |s| s.platform = :ios s.ios.deployment_target = "13.4" - s.dependency 'ReadiumShared', '~> 3.3.0' - s.dependency 'ReadiumInternal', '~> 3.3.0' + s.dependency 'ReadiumShared', '~> 3.4.0' + s.dependency 'ReadiumInternal', '~> 3.4.0' s.dependency 'DifferenceKit', '~> 1.0' s.dependency 'SwiftSoup', '~> 2.7.0' diff --git a/Support/CocoaPods/ReadiumOPDS.podspec b/Support/CocoaPods/ReadiumOPDS.podspec index b7b7de016..02b45e62e 100644 --- a/Support/CocoaPods/ReadiumOPDS.podspec +++ b/Support/CocoaPods/ReadiumOPDS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReadiumOPDS" - s.version = "3.3.0" + s.version = "3.4.0" s.license = "BSD 3-Clause License" s.summary = "Readium OPDS" s.homepage = "http://readium.github.io" @@ -14,8 +14,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = "13.4" s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } - s.dependency 'ReadiumShared', '~> 3.3.0' - s.dependency 'ReadiumInternal', '~> 3.3.0' + s.dependency 'ReadiumShared', '~> 3.4.0' + s.dependency 'ReadiumInternal', '~> 3.4.0' s.dependency 'ReadiumFuzi', '~> 4.0.0' end diff --git a/Support/CocoaPods/ReadiumShared.podspec b/Support/CocoaPods/ReadiumShared.podspec index 117f6925d..61a78e740 100644 --- a/Support/CocoaPods/ReadiumShared.podspec +++ b/Support/CocoaPods/ReadiumShared.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReadiumShared" - s.version = "3.3.0" + s.version = "3.4.0" s.license = "BSD 3-Clause License" s.summary = "Readium Shared" s.homepage = "http://readium.github.io" @@ -23,6 +23,6 @@ Pod::Spec.new do |s| s.dependency 'SwiftSoup', '~> 2.7.0' s.dependency 'ReadiumFuzi', '~> 4.0.0' s.dependency 'ReadiumZIPFoundation', '~> 3.0.0' - s.dependency 'ReadiumInternal', '~> 3.3.0' + s.dependency 'ReadiumInternal', '~> 3.4.0' end diff --git a/Support/CocoaPods/ReadiumStreamer.podspec b/Support/CocoaPods/ReadiumStreamer.podspec index 8e84a562a..8c0a623b3 100644 --- a/Support/CocoaPods/ReadiumStreamer.podspec +++ b/Support/CocoaPods/ReadiumStreamer.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReadiumStreamer" - s.version = "3.3.0" + s.version = "3.4.0" s.license = "BSD 3-Clause License" s.summary = "Readium Streamer" s.homepage = "http://readium.github.io" @@ -22,8 +22,8 @@ Pod::Spec.new do |s| s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } s.dependency 'ReadiumFuzi', '~> 4.0.0' - s.dependency 'ReadiumShared', '~> 3.3.0' - s.dependency 'ReadiumInternal', '~> 3.3.0' + s.dependency 'ReadiumShared', '~> 3.4.0' + s.dependency 'ReadiumInternal', '~> 3.4.0' s.dependency 'CryptoSwift', '~> 1.8.0' end diff --git a/TestApp/Sources/Info.plist b/TestApp/Sources/Info.plist index 7facb65ce..f2ff56a1b 100644 --- a/TestApp/Sources/Info.plist +++ b/TestApp/Sources/Info.plist @@ -252,9 +252,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.3.0 + 3.4.0 CFBundleVersion - 3.3.0 + 3.4.0 LSRequiresIPhoneOS LSSupportsOpeningDocumentsInPlace