README.md in ProMotion-2.5.0 vs README.md in ProMotion-2.6.0
- old
+ new
@@ -2,10 +2,12 @@
[![Gem Version](https://img.shields.io/gem/v/ProMotion.svg?style=flat)](https://rubygems.org/gems/ProMotion)
[![Build Status](https://img.shields.io/travis/infinitered/ProMotion.svg?style=flat)](https://travis-ci.org/infinitered/ProMotion)
[![Code Climate](https://img.shields.io/codeclimate/github/infinitered/ProMotion.svg?style=flat)](https://codeclimate.com/github/infinitered/ProMotion)
+ProMotion is maintained by [Infinite Red](http://infinite.red), a web and mobile development company based in Portland, OR and San Francisco, CA.
+
## iPhone Apps, Ruby-style
ProMotion is a RubyMotion gem that makes iOS development more like Ruby and less like Objective-C.
It introduces a clean, Ruby-style syntax for building screens that is easy to learn and remember and
abstracts a ton of boilerplate UIViewController, UINavigationController, and other iOS code into a
@@ -85,27 +87,25 @@
3. Follow a tutorial: [Building an ESPN app using RubyMotion, ProMotion, and TDD](http://jamonholmgren.com/building-an-espn-app-using-rubymotion-promotion-and-tdd)
4. Read the [Documentation](https://github.com/infinitered/ProMotion/blob/master/docs)
# Changelog
+## Version 2.6.0
+
+This release includes a few new features and bugfixes and is backwards compatible with all 2.x releases.
+
+* PR #773 Add a `on_continue_user_activity` delegate method
+* PR #766 Fix nav_bar_button class method
+* Other minor bugfixes and documentation updates
+
## Version 2.5.0
This release includes some new features and bugfixes and is backwards compatible with all 2.x releases.
* PR #763 Adds footer_view to TableScreens
* PR #705 Adds split-screen support for large iPhones
* PR #736 Adds the index path when deleting a cell
* Several other bugfix PRs
-
-## Version 2.4.0
-
-This release includes several new features and is backwards compatible with all 2.x releases.
-
-* PR #686 Adds :searchable to the whitelisted properties a cell can have so that a warning is not generated.
-* PR #688 Adds support for SDWebImage and takes preference over JMImageCache. _JMImageCache will still be supported till ProMotion 3.0 but we highly recommend you switch to SDWebImage._
-* PR #679 Extract methods from tablescreen for reuse in modules for [redpotion](https://github.com/infinitered/redpotion).
-* PR #677 Added `add_child_screen` and `remove_child_screen` methods to `PM::Screen`.
-* PR #687 Adds persisting tab order when changed by the user for tab bars over 5 screens.
# Apps built on ProMotion
[Apps built on ProMotion](http://promotion.readthedocs.org/en/master/ProMotion%20Apps/)