InfiniteWP Client - Version 1.1.8

Version Description

  • Minor fixes
Download this release

Release Info

Developer infinitewp
Plugin Icon 128x128 InfiniteWP Client
Version 1.1.8
Comparing to
See all releases

Code changes from version 1.1.7 to 1.1.8

Files changed (3) hide show
  1. addons/post_links/post.class.php +0 -1
  2. init.php +3 -5
  3. readme.txt +3 -0
addons/post_links/post.class.php CHANGED
@@ -75,7 +75,6 @@ class IWP_MMB_Post extends IWP_MMB_Core
75
  $iwp_mmb_dot_url = str_replace($rep, $with, $iwp_mmb_dot_url);
76
  $dot_match_count = preg_match_all('/(<a[^>]+href=\"([^"]+)\"[^>]*>)?(<\s*img.[^\/>]*src="([^"]*' . $iwp_mmb_dot_url . '[^\s]+\.(jpg|jpeg|png|gif|bmp))"[^>]*>)/ixu', $post_data['post_content'], $dot_get_urls, PREG_SET_ORDER);
77
 
78
- file_put_contents("C:\wamp\www\_teste.php", var_export($iwp_base_url, true).'--iwp_mmb_base_url---'.var_export($post_data['post_content'], true).'--iwp_mmb_base_url---'.var_export($dot_match_count, true).'--iwp_mmb_dot_url---'.var_export($iwp_mmb_dot_url, true).'--iwp_mmb_base_url---'.var_export($iwp_mmb_base_url, true).'--iwp_mmb_base_url---'.var_export($dot_get_urls, true));
79
 
80
  if ($dot_match_count > 0) {
81
  foreach ($dot_get_urls as $dot_url) {
75
  $iwp_mmb_dot_url = str_replace($rep, $with, $iwp_mmb_dot_url);
76
  $dot_match_count = preg_match_all('/(<a[^>]+href=\"([^"]+)\"[^>]*>)?(<\s*img.[^\/>]*src="([^"]*' . $iwp_mmb_dot_url . '[^\s]+\.(jpg|jpeg|png|gif|bmp))"[^>]*>)/ixu', $post_data['post_content'], $dot_get_urls, PREG_SET_ORDER);
77
 
 
78
 
79
  if ($dot_match_count > 0) {
80
  foreach ($dot_get_urls as $dot_url) {
init.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: InfiniteWP - Client
4
  Plugin URI: http://infinitewp.com/
5
  Description: This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin panel.
6
  Author: Revmakx
7
- Version: 1.1.7
8
  Author URI: http://www.revmakx.com
9
  */
10
  /************************************************************
@@ -26,7 +26,7 @@ Author URI: http://www.revmakx.com
26
  *************************************************************/
27
 
28
  if(!defined('IWP_MMB_CLIENT_VERSION'))
29
- define('IWP_MMB_CLIENT_VERSION', '1.1.7');
30
 
31
 
32
  if ( !defined('IWP_MMB_XFRAME_COOKIE')){
@@ -88,11 +88,9 @@ if( !function_exists ('iwp_mmb_parse_request')) {
88
  function iwp_mmb_parse_request()
89
  {
90
 
91
- file_put_contents("_test2.txt",var_export($_POST,true));
92
-
93
  if (!isset($HTTP_RAW_POST_DATA)) {
94
  $HTTP_RAW_POST_DATA = file_get_contents('php://input');
95
- file_put_contents("_test1.txt",var_export($HTTP_RAW_POST_DATA,true));
96
  }
97
 
98
  ob_start();
4
  Plugin URI: http://infinitewp.com/
5
  Description: This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin panel.
6
  Author: Revmakx
7
+ Version: 1.1.8
8
  Author URI: http://www.revmakx.com
9
  */
10
  /************************************************************
26
  *************************************************************/
27
 
28
  if(!defined('IWP_MMB_CLIENT_VERSION'))
29
+ define('IWP_MMB_CLIENT_VERSION', '1.1.8');
30
 
31
 
32
  if ( !defined('IWP_MMB_XFRAME_COOKIE')){
88
  function iwp_mmb_parse_request()
89
  {
90
 
91
+
 
92
  if (!isset($HTTP_RAW_POST_DATA)) {
93
  $HTTP_RAW_POST_DATA = file_get_contents('php://input');
 
94
  }
95
 
96
  ob_start();
readme.txt CHANGED
@@ -48,6 +48,9 @@ Credits: [Vladimir Prelovac](http://prelovac.com/vladimir) for his worker plugin
48
 
49
  == Changelog ==
50
 
 
 
 
51
  = 1.1.7 =
52
  * Old backups retained when a site is restored
53
  * Compatible with Better WP Security
48
 
49
  == Changelog ==
50
 
51
+ = 1.1.8 =
52
+ * Minor fixes
53
+
54
  = 1.1.7 =
55
  * Old backups retained when a site is restored
56
  * Compatible with Better WP Security