Skip to content

Commit

Permalink
Release version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhavens committed Oct 14, 2016
1 parent 6aed897 commit f4704fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@ end

# Changelog

## Version 2.6.1

This release includes a few new features and bugfixes and is backwards compatible with all 2.x releases.

* PR #777 New Feature: Add ability to register live reload plugins
* PR #778 Bugfix: Only update search results table data if possible
* PR #779 Fix bug where remote images are not shown on first load of table screen
* PR #787 Fix Travis CI build from failing when RubyMotion is up-to-date
* PR #796 Fix iOS 10 from crashing when determining supportedInterfaceOrientations for UIImagePickerController
* Other minor bugfixes and documentation updates

## Version 2.6.0

This release includes a few new features and bugfixes and is backwards compatible with all 2.x releases.
Expand Down
2 changes: 1 addition & 1 deletion lib/ProMotion/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ProMotion
VERSION = "2.6.0" unless defined?(ProMotion::VERSION)
VERSION = "2.6.1" unless defined?(ProMotion::VERSION)
end

0 comments on commit f4704fa

Please sign in to comment.