You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
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.
4
4
5
-
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
5
+
<!-- ## [Unreleased] -->
6
6
7
-
## [Unreleased]
7
+
## [3.3.0]
8
8
9
9
### Added
10
10
@@ -930,3 +930,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope
113
113
Add the following to your `Cartfile`:
114
114
115
115
```
116
-
github "readium/swift-toolkit" ~> 3.2.0
116
+
github "readium/swift-toolkit" ~> 3.3.0
117
117
```
118
118
119
119
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
143
143
source 'https://github.com/readium/podspecs'
144
144
source 'https://cdn.cocoapods.org/'
145
145
146
-
pod 'ReadiumShared', '~> 3.2.0'
147
-
pod 'ReadiumStreamer', '~> 3.2.0'
148
-
pod 'ReadiumNavigator', '~> 3.2.0'
149
-
pod 'ReadiumOPDS', '~> 3.2.0'
150
-
pod 'ReadiumLCP', '~> 3.2.0'
146
+
pod 'ReadiumShared', '~> 3.3.0'
147
+
pod 'ReadiumStreamer', '~> 3.3.0'
148
+
pod 'ReadiumNavigator', '~> 3.3.0'
149
+
pod 'ReadiumOPDS', '~> 3.3.0'
150
+
pod 'ReadiumLCP', '~> 3.3.0'
151
151
```
152
152
153
153
Take a look at [CocoaPods's documentation](https://guides.cocoapods.org/using/using-cocoapods.html) for more information.
Copy file name to clipboardExpand all lines: Sources/LCP/Resources/en.lproj/Localizable.strings
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
"ReadiumLCP.dialog.title" = "Enter Password";
10
10
"ReadiumLCP.dialog.cancel" = "Cancel";
11
11
"ReadiumLCP.dialog.continue" = "Continue";
12
-
"ReadiumLCP.dialog.forgotYourPassphrase" = "Forgot your password?";
12
+
"ReadiumLCP.dialog.forgotYourPassphrase" = "Forgot Your Password?";
13
13
"ReadiumLCP.dialog.forgotYourPassphrase.help" = "Forgot your passphrase? Use the button below to request a new one from your library or bookstore.";
14
14
"ReadiumLCP.dialog.hint" = "**Hint:** %@";
15
15
"ReadiumLCP.dialog.header" = "This publication requires an LCP password to open, which is provided by your library or bookstore. Enter it once, and you're all set to read on this device.";
0 commit comments