Version Description
Download this release
Release Info
Developer | cory@lamle.org |
Plugin | Duplicator – WordPress Migration Plugin |
Version | 0.5.22 |
Comparing to | |
See all releases |
Code changes from version 0.5.20 to 0.5.22
- define.php +1 -1
- duplicator.php +5 -5
- readme.txt +2 -2
define.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
//Prevent directly browsing to the file
|
3 |
if (function_exists('plugin_dir_url')) {
|
4 |
-
define('DUPLICATOR_VERSION', '0.5.
|
5 |
define("DUPLICATOR_HOMEPAGE", "http://lifeinthegrid.com/labs/duplicator");
|
6 |
define("DUPLICATOR_GIVELINK", "http://lifeinthegrid.com/partner");
|
7 |
define("DUPLICATOR_HELPLINK", "http://lifeinthegrid.com/duplicator-docs");
|
1 |
<?php
|
2 |
//Prevent directly browsing to the file
|
3 |
if (function_exists('plugin_dir_url')) {
|
4 |
+
define('DUPLICATOR_VERSION', '0.5.22');
|
5 |
define("DUPLICATOR_HOMEPAGE", "http://lifeinthegrid.com/labs/duplicator");
|
6 |
define("DUPLICATOR_GIVELINK", "http://lifeinthegrid.com/partner");
|
7 |
define("DUPLICATOR_HELPLINK", "http://lifeinthegrid.com/duplicator-docs");
|
duplicator.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Duplicator
|
4 |
Plugin URI: http://www.lifeinthegrid.com/duplicator/
|
5 |
Description: Create a backup of your WordPress files and database. Duplicate and move an entire site from one location to another in a few steps. Create a full snapshot of your site at any point in time.
|
6 |
-
Version: 0.5.
|
7 |
Author: LifeInTheGrid
|
8 |
Author URI: http://www.lifeinthegrid.com
|
9 |
License: GPLv2 or later
|
@@ -192,8 +192,8 @@ if (is_admin() == true) {
|
|
192 |
$perms = apply_filters($wpfront_caps_translator, $perms);
|
193 |
$page_about = add_submenu_page('duplicator', __('About', 'wpduplicator'), __('About', 'wpduplicator'), $perms, 'duplicator-about', 'duplicator_get_menu');
|
194 |
|
195 |
-
|
196 |
-
|
197 |
//$page_gopro = add_submenu_page('duplicator', __('Go Pro!', 'wpduplicator'), __('Go Pro!', 'wpduplicator'), $perms, 'duplicator-gopro', 'duplicator_get_menu');
|
198 |
|
199 |
//Apply Scripts
|
@@ -202,7 +202,7 @@ if (is_admin() == true) {
|
|
202 |
add_action('admin_print_scripts-' . $page_help, 'duplicator_scripts');
|
203 |
add_action('admin_print_scripts-' . $page_tools, 'duplicator_scripts');
|
204 |
add_action('admin_print_scripts-' . $page_about, 'duplicator_scripts');
|
205 |
-
add_action('admin_print_scripts-' . $page_gopro, 'duplicator_scripts');
|
206 |
|
207 |
//Apply Styles
|
208 |
add_action('admin_print_styles-' . $page_packages, 'duplicator_styles');
|
@@ -210,7 +210,7 @@ if (is_admin() == true) {
|
|
210 |
add_action('admin_print_styles-' . $page_help, 'duplicator_styles');
|
211 |
add_action('admin_print_styles-' . $page_tools, 'duplicator_styles');
|
212 |
add_action('admin_print_styles-' . $page_about, 'duplicator_styles');
|
213 |
-
add_action('admin_print_styles-' . $page_gopro, 'duplicator_styles');
|
214 |
}
|
215 |
|
216 |
/**
|
3 |
Plugin Name: Duplicator
|
4 |
Plugin URI: http://www.lifeinthegrid.com/duplicator/
|
5 |
Description: Create a backup of your WordPress files and database. Duplicate and move an entire site from one location to another in a few steps. Create a full snapshot of your site at any point in time.
|
6 |
+
Version: 0.5.22
|
7 |
Author: LifeInTheGrid
|
8 |
Author URI: http://www.lifeinthegrid.com
|
9 |
License: GPLv2 or later
|
192 |
$perms = apply_filters($wpfront_caps_translator, $perms);
|
193 |
$page_about = add_submenu_page('duplicator', __('About', 'wpduplicator'), __('About', 'wpduplicator'), $perms, 'duplicator-about', 'duplicator_get_menu');
|
194 |
|
195 |
+
//$perms = 'manage_options';
|
196 |
+
//$perms = apply_filters($wpfront_caps_translator, $perms);
|
197 |
//$page_gopro = add_submenu_page('duplicator', __('Go Pro!', 'wpduplicator'), __('Go Pro!', 'wpduplicator'), $perms, 'duplicator-gopro', 'duplicator_get_menu');
|
198 |
|
199 |
//Apply Scripts
|
202 |
add_action('admin_print_scripts-' . $page_help, 'duplicator_scripts');
|
203 |
add_action('admin_print_scripts-' . $page_tools, 'duplicator_scripts');
|
204 |
add_action('admin_print_scripts-' . $page_about, 'duplicator_scripts');
|
205 |
+
//add_action('admin_print_scripts-' . $page_gopro, 'duplicator_scripts');
|
206 |
|
207 |
//Apply Styles
|
208 |
add_action('admin_print_styles-' . $page_packages, 'duplicator_styles');
|
210 |
add_action('admin_print_styles-' . $page_help, 'duplicator_styles');
|
211 |
add_action('admin_print_styles-' . $page_tools, 'duplicator_styles');
|
212 |
add_action('admin_print_styles-' . $page_about, 'duplicator_styles');
|
213 |
+
//add_action('admin_print_styles-' . $page_gopro, 'duplicator_styles');
|
214 |
}
|
215 |
|
216 |
/**
|
readme.txt
CHANGED
@@ -4,10 +4,10 @@ Donate link: www.lifeinthegrid.com/partner
|
|
4 |
Tags: backup, restore, move, migrate, localhost, synchronize, duplicate, clone, automate, niche
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.2
|
7 |
-
Stable tag: 0.5.
|
8 |
License: GPLv2
|
9 |
|
10 |
-
Duplicate, clone, backup, move and transfer an entire site from one location to another.
|
11 |
|
12 |
|
13 |
== Description ==
|
4 |
Tags: backup, restore, move, migrate, localhost, synchronize, duplicate, clone, automate, niche
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 0.5.22
|
8 |
License: GPLv2
|
9 |
|
10 |
+
Duplicate, clone, backup, move and transfer an entire site from one location to another.
|
11 |
|
12 |
|
13 |
== Description ==
|