summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wordpress-mobile-pack/core/config.php')
-rwxr-xr-x[-rw-r--r--]plugins/wordpress-mobile-pack/core/config.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/wordpress-mobile-pack/core/config.php b/plugins/wordpress-mobile-pack/core/config.php
index 11450c00..bd49a6d0 100644..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.1');
+define("WMP_VERSION", '2.2.2');
define('WMP_PLUGIN_NAME', 'WP Mobile Pack');
define('WMP_DOMAIN', 'wordpress-mobile-pack');
@@ -29,7 +29,9 @@ define('WMP_APPTICLES_DISCONNECT_SSL','https://api.appticles.com/content1/wpdisc
define('WMP_APPTICLES_TRACKING_SSL','https://api.appticles.com/content1/wptracking');
+define("WMP_APPTICLES_PREVIEW_DOMAIN", "app.appticles.com");
+
// define the string used for generating comments tokens (can be overwritten for increasing security)
define('WMP_CODE_KEY','asdc%/dfr_A!8792*');
-?> \ No newline at end of file
+?>