Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit b093c02

Browse files
committed
Added changelog, bump version to 2.5.0
1 parent 68d1714 commit b093c02

2 files changed

Lines changed: 11 additions & 18 deletions

File tree

README.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ end
7474
|---|---|---|
7575
|[![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/)|
7676

77-
**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.
77+
**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.
7878

7979
#### ...and much more.
8080

@@ -87,6 +87,15 @@ end
8787

8888
# Changelog
8989

90+
## Version 2.5.0
91+
92+
This release includes some new features and bugfixes and is backwards compatible with all 2.x releases.
93+
94+
* PR #763 Adds footer_view to TableScreens
95+
* PR #705 Adds split-screen support for large iPhones
96+
* PR #736 Adds the index path when deleting a cell
97+
* Several other bugfix PRs
98+
9099
## Version 2.4.0
91100

92101
This release includes several new features and is backwards compatible with all 2.x releases.
@@ -97,22 +106,6 @@ This release includes several new features and is backwards compatible with all
97106
* PR #677 Added `add_child_screen` and `remove_child_screen` methods to `PM::Screen`.
98107
* PR #687 Adds persisting tab order when changed by the user for tab bars over 5 screens.
99108

100-
## Version 2.3.0
101-
102-
This release includes several new features and is backwards compatible with all 2.x releases.
103-
104-
* PR #618 Allow search bar to be hidden initially
105-
* PR #606 Adds capability for table_footer_view
106-
* PR #602 Add image inset support for tab bar item
107-
* PR #595 Feature/support module
108-
* PR #582 Allow setting of multiple nav bar buttons instead of just one left an one right
109-
* PR #581 Adds on_tab_selected
110-
* PR #579 implemented nav_bar_button class method RE #272
111-
* PR #565 Adds header_will_display method to PM::TableScreen
112-
* PR #663 Adds `on_load` back to cell dequeue code
113-
* PR #641 Custom search for PM::TableScreen
114-
* PR #658 Fix cell height issue
115-
116109
# Apps built on ProMotion
117110

118111
[Apps built on ProMotion](http://promotion.readthedocs.org/en/master/ProMotion%20Apps/)

lib/ProMotion/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ProMotion
2-
VERSION = "2.5.0.beta1" unless defined?(ProMotion::VERSION)
2+
VERSION = "2.5.0" unless defined?(ProMotion::VERSION)
33
end

0 commit comments

Comments
 (0)