diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-03-10 19:22:43 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-10 19:22:43 -0500 |
commit | 2fd35f249977ba7d2c09c048c242d94c7087c718 (patch) | |
tree | 111af5da877618f513e474d247f4fc1eb7f38479 /plugins/wordpress-mobile-pack/core/config.php | |
parent | Update wordpress-importer 0.6.4 (diff) | |
download | blogs-gentoo-2fd35f249977ba7d2c09c048c242d94c7087c718.tar.gz blogs-gentoo-2fd35f249977ba7d2c09c048c242d94c7087c718.tar.bz2 blogs-gentoo-2fd35f249977ba7d2c09c048c242d94c7087c718.zip |
Update wordpress-mobile-pack 3.3
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/wordpress-mobile-pack/core/config.php')
-rwxr-xr-x | plugins/wordpress-mobile-pack/core/config.php | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/plugins/wordpress-mobile-pack/core/config.php b/plugins/wordpress-mobile-pack/core/config.php index faee346e..ae48a74a 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", '3.2'); +define("WMP_VERSION", '3.3'); define('WMP_PLUGIN_NAME', 'WP Mobile Pack'); define('WMP_DOMAIN', 'wordpress-mobile-pack'); @@ -14,20 +14,13 @@ 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/more4.json'); -define('WMP_MORE_UPDATES_HTTPS','https://d3oqwjghculspf.cloudfront.net/dashboard/more/more4.json'); -define('WMP_MORE_UPDATES_VERSION', 4); +define('WMP_MORE_UPDATES','http://cdn-wpmp.appticles.com/dashboard/more/more5.json'); +define('WMP_MORE_UPDATES_HTTPS','https://d3oqwjghculspf.cloudfront.net/dashboard/more/more5.json'); +define('WMP_MORE_UPDATES_VERSION', 6); define('WMP_WAITLIST_PATH','http://gateway.appticles.com/waitlist/api/subscribe'); define('WMP_WAITLIST_PATH_HTTPS','https://gateway.appticles.com/waitlist/api/subscribe'); -// define connect with appticles path -define('WMP_APPTICLES_CONNECT','http://api.appticles.com/content1/wpconnect'); -define('WMP_APPTICLES_CONNECT_SSL','https://api.appticles.com/content1/wpconnect'); - -define('WMP_APPTICLES_DISCONNECT','http://api.appticles.com/content1/wpdisconnect'); -define('WMP_APPTICLES_DISCONNECT_SSL','https://api.appticles.com/content1/wpdisconnect'); - define('WMP_APPTICLES_TRACKING_SSL','https://api.appticles.com/content1/wptracking'); define("WMP_APPTICLES_PREVIEW_DOMAIN", "app.appticles.com"); |