Skip to content

Commit

Permalink
Update to version 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion committed Sep 16, 2019
1 parent 1e41a08 commit ba0a51f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@

# Change Log

## [1.8.10](https://github.com/layoutBox/PinLayout/releases/tag/1.8.10)
Released on 2019-09-16

#### Upgrade to Swift 5

* Use `UIView.effectiveUserInterfaceLayoutDirection` to detect RTL on iOS 10 and above. This is recommended approach to detect layout direction taking into account view's semantic content attribute, trait environment and UIApplication layout direction.
* Added by [MontakOleg](https://github.com/MontakOleg) in Pull Request [#200](https://github.com/layoutBox/PinLayout/pull/200)
* Update Travis to Xcode 11.
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#202](https://github.com/layoutBox/PinLayout/pull/202)


## [1.8.9](https://github.com/layoutBox/PinLayout/releases/tag/1.8.9)
Released on 2019-08-16

Expand Down
2 changes: 1 addition & 1 deletion PinLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |spec|
spec.name = "PinLayout"
spec.version = "1.8.9"
spec.version = "1.8.10"
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast."
spec.description = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]"
spec.homepage = "https://github.com/layoutBox/PinLayout"
Expand Down

0 comments on commit ba0a51f

Please sign in to comment.