diff options
Diffstat (limited to 'plugins/wordpress-mobile-pack/core/config.php')
-rwxr-xr-x | plugins/wordpress-mobile-pack/core/config.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/wordpress-mobile-pack/core/config.php b/plugins/wordpress-mobile-pack/core/config.php index 746d52fa..ba7dc9cf 100755 --- a/plugins/wordpress-mobile-pack/core/config.php +++ b/plugins/wordpress-mobile-pack/core/config.php @@ -1,6 +1,6 @@ <?php -define("WMP_VERSION", '2.2.10'); +define("WMP_VERSION", '3.0'); define('WMP_PLUGIN_NAME', 'WP Mobile Pack'); define('WMP_DOMAIN', 'wordpress-mobile-pack'); @@ -14,8 +14,9 @@ define('WMP_NEWS_UPDATES_HTTPS','https://d3oqwjghculspf.cloudfront.net/dashboard define('WMP_WHATSNEW_UPDATES','http://cdn-wpmp.appticles.com/dashboard/quick_start/content.json'); define('WMP_WHATSNEW_UPDATES_HTTPS','https://d3oqwjghculspf.cloudfront.net/dashboard/quick_start/content_https.json'); -define('WMP_MORE_UPDATES','http://cdn-wpmp.appticles.com/dashboard/more/more3.json'); -define('WMP_MORE_UPDATES_HTTPS','https://d3oqwjghculspf.cloudfront.net/dashboard/more/more3_https.json'); +define('WMP_MORE_UPDATES','http://cdn-wpmp.appticles.com/dashboard/more/more4.json'); +define('WMP_MORE_UPDATES_HTTPS','https://d3oqwjghculspf.cloudfront.net/dashboard/more/more4.json'); +define('WMP_MORE_UPDATES_VERSION', 4); define('WMP_WAITLIST_PATH','http://gateway.appticles.com/waitlist/api/subscribe'); define('WMP_WAITLIST_PATH_HTTPS','https://gateway.appticles.com/waitlist/api/subscribe'); |