README.md in ProMotion-2.5.0.beta1 vs README.md in ProMotion-2.5.0
- old
+ new
@@ -1,10 +1,10 @@
# ProMotion
[![Gem Version](https://img.shields.io/gem/v/ProMotion.svg?style=flat)](https://rubygems.org/gems/ProMotion)
-[![Build Status](https://img.shields.io/travis/clearsightstudio/ProMotion.svg?style=flat)](https://travis-ci.org/clearsightstudio/ProMotion)
-[![Code Climate](https://img.shields.io/codeclimate/github/clearsightstudio/ProMotion.svg?style=flat)](https://codeclimate.com/github/clearsightstudio/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)
## 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
@@ -72,49 +72,42 @@
|SplitScreens|Map Screens|Web Screens|
|---|---|---|
|[![ProMotion SplitScreens](https://f.cloud.github.com/assets/1479215/1534507/0edb8dd4-4c96-11e3-9896-d4583d0ed161.png)](http://promotion.readthedocs.org/en/master/Reference/ProMotion%20SplitScreen/)|[![MapScreen](https://f.cloud.github.com/assets/1479215/1534628/f7dbf7e8-4c97-11e3-8817-4c2a58824771.png)](http://promotion.readthedocs.org/en/master/Reference/ProMotion%20MapScreen/)|[![ProMotion WebScreen](https://f.cloud.github.com/assets/1479215/1534631/ffe1b36a-4c97-11e3-8c8f-c7b14e26182d.png)](http://promotion.readthedocs.org/en/master/Reference/ProMotion%20WebScreen/)|
-**NEW** [Live reloading!](http://promotion.readthedocs.org/en/master/Guides/Live Screen Reloading/) Use `pm_live_screens` to enable it, and `on_live_reload` in your screen to refresh things.
+**NEW** [Live reloading!](http://promotion.readthedocs.org/en/master/Guides/Live Screen Reloading/) Use `pm_live` to enable it, and `on_live_reload` in your screen to refresh things.
#### ...and much more.
# Getting Started
-1. Check out the [Getting Started Guide](https://github.com/clearsightstudio/ProMotion/blob/master/docs/Guides/Guide%20-%20Getting%20Started.md)
+1. Check out the [Getting Started Guide](https://github.com/infinitered/ProMotion/blob/master/docs/Guides/Getting%20Started.md)
2. Watch the excellent [MotionInMotion screencast about ProMotion](https://motioninmotion.tv/screencasts/8) (very reasonably priced subscription required)
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/clearsightstudio/ProMotion/blob/master/docs)
+4. Read the [Documentation](https://github.com/infinitered/ProMotion/blob/master/docs)
# Changelog
+## 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.
-## Version 2.3.0
-
-This release includes several new features and is backwards compatible with all 2.x releases.
-
-* PR #618 Allow search bar to be hidden initially
-* PR #606 Adds capability for table_footer_view
-* PR #602 Add image inset support for tab bar item
-* PR #595 Feature/support module
-* PR #582 Allow setting of multiple nav bar buttons instead of just one left an one right
-* PR #581 Adds on_tab_selected
-* PR #579 implemented nav_bar_button class method RE #272
-* PR #565 Adds header_will_display method to PM::TableScreen
-* PR #663 Adds `on_load` back to cell dequeue code
-* PR #641 Custom search for PM::TableScreen
-* PR #658 Fix cell height issue
-
# Apps built on ProMotion
[Apps built on ProMotion](http://promotion.readthedocs.org/en/master/ProMotion%20Apps/)
## Your app
@@ -123,11 +116,11 @@
# API Reference
We've created a comprehensive and always updated wiki with code examples, usage examples, and API reference.
-### [ProMotion Documentation](https://github.com/clearsightstudio/ProMotion/blob/master/docs)
+### [ProMotion Documentation](https://github.com/infinitered/ProMotion/blob/master/docs)
# Screencasts
* Watch Jamon Holmgren give a talk about ProMotion at [RubyMotion #inspect2014](http://confreaks.com/videos/3813-inspect-going-pro-with-promotion-from-prototype-to-production) (video)
* Watch the [September 2013 Motion Meetup](http://www.youtube.com/watch?v=rf7h-3AiMRQ) where Gant Laborde
@@ -136,15 +129,15 @@
# Help
ProMotion is not only an easy DSL to get started. The community is very helpful and
welcoming to new RubyMotion developers. We don't mind newbie questions.
-If you need help, feel free to open an issue on GitHub. If we don't respond within a day, tweet us a link to the issue -- sometimes we get busy.
+The quickest way to get help is to join the [Motioneers Slack Group](http://motioneers.herokuapp.com). If you still need help, feel free to open an issue on GitHub. If we don't respond within a day, tweet us a link to the issue -- sometimes we get busy.
# Contributing
-See [CONTRIBUTING.md](https://github.com/clearsightstudio/ProMotion/blob/master/CONTRIBUTING.md).
+See [CONTRIBUTING.md](https://github.com/infinitered/ProMotion/blob/master/CONTRIBUTING.md).
## Core Team
* Jamon Holmgren: [@jamonholmgren](https://twitter.com/jamonholmgren)
* Silas Matson: [@silasjmatson](https://twitter.com/silasjmatson)
@@ -152,6 +145,6 @@
* Ryan Linton: [@ryanlntn](https://twitter.com/ryanlntn)
* David Larrabee: [@squidpunch](https://twitter.com/squidpunch)
## Other Contributors
-* [Many others](https://github.com/clearsightstudio/ProMotion/graphs/contributors)
+* [Many others](https://github.com/infinitered/ProMotion/graphs/contributors)