Skip to content

Commit

Permalink
Updated for 1.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Lockwood committed Apr 22, 2012
1 parent d9d7e99 commit c1e8b93
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENCE.md
@@ -1,6 +1,6 @@
iRate

Version 1.4.4, April 20th, 2012
Version 1.4.5, April 22nd, 2012

Copyright (C) 2011 Charcoal Design

Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -112,6 +112,10 @@ The button label for the button the user presses if they don't want to rate the

Set this to NO to enabled the rating prompt to be displayed even if the user is not running the latest version of the app. This defaults to YES because that way users won't leave bad reviews due to bugs that you've already fixed, etc.

@property (nonatomic, assign) BOOL onlyPromptIfMainWindowIsAvailable;

This setting is applicable to Mac OS only. By default, on Mac OS the iRate alert is displayed as sheet on the main window. Some applications do not have a main window, so this approach doesn't work. For such applications, set this property to NO to allow the iRate alert to be displayed as a regular modal window.

@property (nonatomic, assign) BOOL promptAtLaunch;

Set this to NO to disable the rating prompt appearing automatically when the application launches or returns from the background. The rating criteria will continue to be tracked, but the prompt will not be displayed automatically while this setting is in effect. You can use this option if you wish to manually control display of the rating prompt.
Expand Down
5 changes: 5 additions & 0 deletions RELEASE NOTES.md
@@ -1,3 +1,8 @@
Version 1.4.5

- Improved German, Spanish, Japanese, Russian and Polish translations
- Added onlyPromptIfMainWindowIsAvailable option

Version 1.4.4

- Added Turkish localisation
Expand Down
2 changes: 1 addition & 1 deletion iRate/iRate.h
@@ -1,7 +1,7 @@
//
// iRate.h
//
// Version 1.4.5 beta
// Version 1.4.5
//
// Created by Nick Lockwood on 26/01/2011.
// Copyright 2011 Charcoal Design
Expand Down
2 changes: 1 addition & 1 deletion iRate/iRate.m
@@ -1,7 +1,7 @@
//
// iRate.m
//
// Version 1.4.5 beta
// Version 1.4.5
//
// Created by Nick Lockwood on 26/01/2011.
// Copyright 2011 Charcoal Design
Expand Down

0 comments on commit c1e8b93

Please sign in to comment.