Migrate Guru: Migrate & Clone WordPress Free - Version 4.66

Version Description

  • Post type fetch improvement.
Download this release

Release Info

Developer ritesh.soni36
Plugin Icon 128x128 Migrate Guru: Migrate & Clone WordPress Free
Version 4.66
Comparing to
See all releases

Code changes from version 4.65 to 4.66

Files changed (4) hide show
  1. callback/wings/misc.php +1 -1
  2. info.php +1 -1
  3. migrateguru.php +1 -1
  4. readme.txt +4 -1
callback/wings/misc.php CHANGED
@@ -68,7 +68,7 @@ class BVMiscCallback extends BVCallbackBase {
68
  AND post_status='publish' ORDER BY post_date DESC ) AS posts GROUP BY post_type";
69
  $posts = $this->db->getResult($post_query);
70
  foreach ( $posts as $key => $post ) {
71
- $posts[$key]['url'] = get_permalink($post);
72
  }
73
  $result['posts'] = $posts;
74
  return $result;
68
  AND post_status='publish' ORDER BY post_date DESC ) AS posts GROUP BY post_type";
69
  $posts = $this->db->getResult($post_query);
70
  foreach ( $posts as $key => $post ) {
71
+ $posts[$key]['url'] = get_permalink($post['ID']);
72
  }
73
  $result['posts'] = $posts;
74
  return $result;
info.php CHANGED
@@ -10,7 +10,7 @@ if (!class_exists('MGInfo')) :
10
  public $badgeinfo = 'bvmgbadge';
11
  public $ip_header_option = 'bvmgipheader';
12
  public $brand_option = 'bvmgbrand';
13
- public $version = '4.65';
14
  public $webpage = 'https://www.migrateguru.com';
15
  public $appurl = 'https://mg.blogvault.net';
16
  public $slug = 'migrate-guru/migrateguru.php';
10
  public $badgeinfo = 'bvmgbadge';
11
  public $ip_header_option = 'bvmgipheader';
12
  public $brand_option = 'bvmgbrand';
13
+ public $version = '4.66';
14
  public $webpage = 'https://www.migrateguru.com';
15
  public $appurl = 'https://mg.blogvault.net';
16
  public $slug = 'migrate-guru/migrateguru.php';
migrateguru.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://www.migrateguru.com
5
  Description: Migrating your site(s) to any WordPress Hosting platform has never been so easy.
6
  Author: Migrate Guru
7
  Author URI: http://www.migrateguru.com
8
- Version: 4.65
9
  Network: True
10
  */
11
 
5
  Description: Migrating your site(s) to any WordPress Hosting platform has never been so easy.
6
  Author: Migrate Guru
7
  Author URI: http://www.migrateguru.com
8
+ Version: 4.66
9
  Network: True
10
  */
11
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link: https://www.migrateguru.com/
6
  Requires at least: 4.0
7
  Tested up to: 5.8
8
  Requires PHP: 5.4.0
9
- Stable tag: 4.65
10
  License: GPLv2 or later
11
  License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
12
 
@@ -132,6 +132,9 @@ Yes, we do. You can access it here: https://migrateguru.freshdesk.com/support/ho
132
  6. Click ‘Migrate’.
133
 
134
  == Changelog =
 
 
 
135
  = 4.65 =
136
  * Robust handling of requests params.
137
  * Callback wing versioning.
6
  Requires at least: 4.0
7
  Tested up to: 5.8
8
  Requires PHP: 5.4.0
9
+ Stable tag: 4.66
10
  License: GPLv2 or later
11
  License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
12
 
132
  6. Click ‘Migrate’.
133
 
134
  == Changelog =
135
+ = 4.66 =
136
+ * Post type fetch improvement.
137
+
138
  = 4.65 =
139
  * Robust handling of requests params.
140
  * Callback wing versioning.