Skip to content

Commit dd3ddaa

Browse files
committed
Bump version to 1.0.3
1 parent fdf7cb4 commit dd3ddaa

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

apppresser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
class AppPresser {
3131

32-
const VERSION = '1.0.2';
32+
const VERSION = '1.0.3';
3333
const SETTINGS_NAME = 'appp_settings';
3434
public static $settings = 'false';
3535
public static $instance = null;

readme.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,19 @@ Please see our website for a tutorial.
8181

8282
Technically you can do anything with an AppPresser app that you can do with Phonegap. That means if you are handy with javascript, the sky is the limit!
8383

84+
85+
== Screenshots ==
86+
87+
1. AppPresser admin options page.
88+
89+
8490
== Changelog ==
8591

92+
= 1.0.3 =
93+
* Bug Fix: `plugins_loaded` firing too early causing conflicts with other plugins.
94+
* Improvement: Check child theme for `app-settings.php` file as well as parent theme.
95+
* Improvement: Added method for loading AppPresser theme despite aggresively cached web hosts.
96+
8697
= 1.0.2 =
8798
* Bug Fix: Conflict causing other themes to appear to need an update.
8899

@@ -97,6 +108,11 @@ Technically you can do anything with an AppPresser app that you can do with Phon
97108

98109
== Upgrade Notice ==
99110

111+
= 1.0.3 =
112+
* Bug Fix: `plugins_loaded` firing too early causing conflicts with other plugins.
113+
* Improvement: Check child theme for `app-settings.php` file as well as parent theme.
114+
* Improvement: Added method for loading AppPresser theme despite aggresively cached web hosts.
115+
100116
= 1.0.2 =
101117
* Bug Fix: Conflict causing other themes to appear to need an update.
102118

screenshot-1.png

83 KB
Loading

0 commit comments

Comments
 (0)