Changeset 3307030
- Timestamp:
- 06/05/2025 11:36:00 AM (7 months ago)
- Location:
- all-in-one-wp-migration/trunk
- Files:
-
- 57 edited
-
all-in-one-wp-migration.php (modified) (1 diff)
-
constants.php (modified) (4 diffs)
-
lib/controller/class-ai1wm-export-controller.php (modified) (7 diffs)
-
lib/controller/class-ai1wm-import-controller.php (modified) (7 diffs)
-
lib/controller/class-ai1wm-main-controller.php (modified) (5 diffs)
-
lib/model/export/class-ai1wm-export-init.php (modified) (1 diff)
-
lib/model/export/class-ai1wm-export-themes.php (modified) (1 diff)
-
lib/model/import/class-ai1wm-import-confirm.php (modified) (2 diffs)
-
lib/view/assets/css/backups.min.css (modified) (1 diff)
-
lib/view/assets/css/backups.min.rtl.css (modified) (1 diff)
-
lib/view/assets/css/export.min.css (modified) (1 diff)
-
lib/view/assets/css/export.min.rtl.css (modified) (1 diff)
-
lib/view/assets/css/import.min.css (modified) (1 diff)
-
lib/view/assets/css/import.min.rtl.css (modified) (1 diff)
-
lib/view/assets/css/servmask.min.css (modified) (1 diff)
-
lib/view/assets/css/servmask.min.rtl.css (modified) (1 diff)
-
lib/view/assets/css/updater.min.css (modified) (1 diff)
-
lib/view/assets/css/updater.min.rtl.css (modified) (1 diff)
-
lib/view/assets/font/servmask.eot (modified) (previous)
-
lib/view/assets/font/servmask.svg (modified) (1 diff)
-
lib/view/assets/font/servmask.ttf (modified) (previous)
-
lib/view/assets/font/servmask.woff (modified) (previous)
-
lib/view/export/button-azure-storage.php (modified) (1 diff)
-
lib/view/export/button-b2.php (modified) (1 diff)
-
lib/view/export/button-box.php (modified) (1 diff)
-
lib/view/export/button-digitalocean.php (modified) (1 diff)
-
lib/view/export/button-dropbox.php (modified) (1 diff)
-
lib/view/export/button-ftp.php (modified) (1 diff)
-
lib/view/export/button-gcloud-storage.php (modified) (1 diff)
-
lib/view/export/button-gdrive.php (modified) (1 diff)
-
lib/view/export/button-glacier.php (modified) (1 diff)
-
lib/view/export/button-mega.php (modified) (1 diff)
-
lib/view/export/button-onedrive.php (modified) (1 diff)
-
lib/view/export/button-pcloud.php (modified) (1 diff)
-
lib/view/export/button-s3-client.php (modified) (1 diff)
-
lib/view/export/button-s3.php (modified) (1 diff)
-
lib/view/export/button-webdav.php (modified) (1 diff)
-
lib/view/import/button-azure-storage.php (modified) (1 diff)
-
lib/view/import/button-b2.php (modified) (1 diff)
-
lib/view/import/button-box.php (modified) (1 diff)
-
lib/view/import/button-digitalocean.php (modified) (1 diff)
-
lib/view/import/button-dropbox.php (modified) (1 diff)
-
lib/view/import/button-ftp.php (modified) (1 diff)
-
lib/view/import/button-gcloud-storage.php (modified) (1 diff)
-
lib/view/import/button-gdrive.php (modified) (1 diff)
-
lib/view/import/button-glacier.php (modified) (1 diff)
-
lib/view/import/button-mega.php (modified) (1 diff)
-
lib/view/import/button-onedrive.php (modified) (1 diff)
-
lib/view/import/button-pcloud.php (modified) (1 diff)
-
lib/view/import/button-s3-client.php (modified) (1 diff)
-
lib/view/import/button-s3.php (modified) (1 diff)
-
lib/view/import/button-url.php (modified) (1 diff)
-
lib/view/import/button-webdav.php (modified) (1 diff)
-
lib/view/import/pro.php (modified) (3 diffs)
-
lib/view/schedules/index.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
all-in-one-wp-migration/trunk/all-in-one-wp-migration.php
r3293214 r3307030 6 6 * Author: ServMask 7 7 * Author URI: https://servmask.com/ 8 * Version: 7.9 48 * Version: 7.95 9 9 * Text Domain: all-in-one-wp-migration 10 10 * Domain Path: /languages -
all-in-one-wp-migration/trunk/constants.php
r3293214 r3307030 38 38 // = Plugin Version = 39 39 // ================== 40 define( 'AI1WM_VERSION', '7.9 4' );40 define( 'AI1WM_VERSION', '7.95' ); 41 41 42 42 // =============== … … 1281 1281 // ==================== 1282 1282 if ( ! defined( 'AI1WMKE_PLUGIN_TITLE' ) ) { 1283 define( 'AI1WMKE_PLUGIN_TITLE', ' Pro Plugin' );1283 define( 'AI1WMKE_PLUGIN_TITLE', 'All-in-One WP Migration Pro' ); 1284 1284 } 1285 1285 … … 1288 1288 // ==================== 1289 1289 if ( ! defined( 'AI1WMKE_PLUGIN_ABOUT' ) ) { 1290 define( 'AI1WMKE_PLUGIN_ABOUT', 'https://plugin-updates.wp-migration.com/ pro-plugin.json' );1290 define( 'AI1WMKE_PLUGIN_ABOUT', 'https://plugin-updates.wp-migration.com/all-in-one-wp-migration-pro.json' ); 1291 1291 } 1292 1292 … … 1295 1295 // ==================== 1296 1296 if ( ! defined( 'AI1WMKE_PLUGIN_CHECK' ) ) { 1297 define( 'AI1WMKE_PLUGIN_CHECK', 'https://redirect.wp-migration.com/v1/check/ pro-plugin' );1297 define( 'AI1WMKE_PLUGIN_CHECK', 'https://redirect.wp-migration.com/v1/check/all-in-one-wp-migration-pro' ); 1298 1298 } 1299 1299 -
all-in-one-wp-migration/trunk/lib/controller/class-ai1wm-export-controller.php
r3266064 r3307030 154 154 } 155 155 156 // Add Google Drive Extension 157 if ( defined( 'AI1WMGE_PLUGIN_NAME' ) ) { 158 $active_filters[] = apply_filters( 'ai1wm_export_gdrive', Ai1wm_Template::get_content( 'export/button-gdrive' ) ); 159 } else { 160 $static_filters[] = apply_filters( 'ai1wm_export_gdrive', Ai1wm_Template::get_content( 'export/button-gdrive' ) ); 161 } 162 156 163 // Add FTP Extension 157 164 if ( defined( 'AI1WMFE_PLUGIN_NAME' ) ) { … … 168 175 } 169 176 170 // Add Google Drive Extension171 if ( defined( 'AI1WMGE_PLUGIN_NAME' ) ) {172 $active_filters[] = apply_filters( 'ai1wm_export_gdrive', Ai1wm_Template::get_content( 'export/button-gdrive' ) );173 } else {174 $static_filters[] = apply_filters( 'ai1wm_export_gdrive', Ai1wm_Template::get_content( 'export/button-gdrive' ) );175 }176 177 177 // Add Amazon S3 Extension 178 178 if ( defined( 'AI1WMSE_PLUGIN_NAME' ) ) { … … 182 182 } 183 183 184 // Add OneDrive Extension 185 if ( defined( 'AI1WMOE_PLUGIN_NAME' ) ) { 186 $active_filters[] = apply_filters( 'ai1wm_export_onedrive', Ai1wm_Template::get_content( 'export/button-onedrive' ) ); 187 } else { 188 $static_filters[] = apply_filters( 'ai1wm_export_onedrive', Ai1wm_Template::get_content( 'export/button-onedrive' ) ); 189 } 190 191 // Add pCloud Extension 192 if ( defined( 'AI1WMPE_PLUGIN_NAME' ) ) { 193 $active_filters[] = apply_filters( 'ai1wm_export_pcloud', Ai1wm_Template::get_content( 'export/button-pcloud' ) ); 194 } else { 195 $static_filters[] = apply_filters( 'ai1wm_export_pcloud', Ai1wm_Template::get_content( 'export/button-pcloud' ) ); 196 } 197 198 // Add S3 Client Extension 199 if ( defined( 'AI1WMNE_PLUGIN_NAME' ) ) { 200 $active_filters[] = apply_filters( 'ai1wm_export_s3_client', Ai1wm_Template::get_content( 'export/button-s3-client' ) ); 201 } else { 202 $static_filters[] = apply_filters( 'ai1wm_export_s3_client', Ai1wm_Template::get_content( 'export/button-s3-client' ) ); 203 } 204 205 // Add Google Cloud Storage Extension 206 if ( defined( 'AI1WMCE_PLUGIN_NAME' ) ) { 207 $active_filters[] = apply_filters( 'ai1wm_export_gcloud_storage', Ai1wm_Template::get_content( 'export/button-gcloud-storage' ) ); 208 } else { 209 $static_filters[] = apply_filters( 'ai1wm_export_gcloud_storage', Ai1wm_Template::get_content( 'export/button-gcloud-storage' ) ); 210 } 211 212 // Add DigitalOcean Spaces Extension 213 if ( defined( 'AI1WMIE_PLUGIN_NAME' ) ) { 214 $active_filters[] = apply_filters( 'ai1wm_export_digitalocean', Ai1wm_Template::get_content( 'export/button-digitalocean' ) ); 215 } else { 216 $static_filters[] = apply_filters( 'ai1wm_export_digitalocean', Ai1wm_Template::get_content( 'export/button-digitalocean' ) ); 217 } 218 219 // Add Mega Extension 220 if ( defined( 'AI1WMEE_PLUGIN_NAME' ) ) { 221 $active_filters[] = apply_filters( 'ai1wm_export_mega', Ai1wm_Template::get_content( 'export/button-mega' ) ); 222 } else { 223 $static_filters[] = apply_filters( 'ai1wm_export_mega', Ai1wm_Template::get_content( 'export/button-mega' ) ); 224 } 225 184 226 // Add Backblaze B2 Extension 185 227 if ( defined( 'AI1WMAE_PLUGIN_NAME' ) ) { … … 189 231 } 190 232 191 // Add OneDrive Extension192 if ( defined( 'AI1WMOE_PLUGIN_NAME' ) ) {193 $active_filters[] = apply_filters( 'ai1wm_export_onedrive', Ai1wm_Template::get_content( 'export/button-onedrive' ) );194 } else {195 $static_filters[] = apply_filters( 'ai1wm_export_onedrive', Ai1wm_Template::get_content( 'export/button-onedrive' ) );196 }197 198 233 // Add Box Extension 199 234 if ( defined( 'AI1WMBE_PLUGIN_NAME' ) ) { … … 203 238 } 204 239 205 // Add Mega Extension206 if ( defined( 'AI1WMEE_PLUGIN_NAME' ) ) {207 $active_filters[] = apply_filters( 'ai1wm_export_mega', Ai1wm_Template::get_content( 'export/button-mega' ) );208 } else {209 $static_filters[] = apply_filters( 'ai1wm_export_mega', Ai1wm_Template::get_content( 'export/button-mega' ) );210 }211 212 // Add DigitalOcean Spaces Extension213 if ( defined( 'AI1WMIE_PLUGIN_NAME' ) ) {214 $active_filters[] = apply_filters( 'ai1wm_export_digitalocean', Ai1wm_Template::get_content( 'export/button-digitalocean' ) );215 } else {216 $static_filters[] = apply_filters( 'ai1wm_export_digitalocean', Ai1wm_Template::get_content( 'export/button-digitalocean' ) );217 }218 219 // Add Google Cloud Storage Extension220 if ( defined( 'AI1WMCE_PLUGIN_NAME' ) ) {221 $active_filters[] = apply_filters( 'ai1wm_export_gcloud_storage', Ai1wm_Template::get_content( 'export/button-gcloud-storage' ) );222 } else {223 $static_filters[] = apply_filters( 'ai1wm_export_gcloud_storage', Ai1wm_Template::get_content( 'export/button-gcloud-storage' ) );224 }225 226 240 // Add Microsoft Azure Extension 227 241 if ( defined( 'AI1WMZE_PLUGIN_NAME' ) ) { … … 231 245 } 232 246 247 // Add WebDAV Extension 248 if ( defined( 'AI1WMWE_PLUGIN_NAME' ) ) { 249 $active_filters[] = apply_filters( 'ai1wm_export_webdav', Ai1wm_Template::get_content( 'export/button-webdav' ) ); 250 } else { 251 $static_filters[] = apply_filters( 'ai1wm_export_webdav', Ai1wm_Template::get_content( 'export/button-webdav' ) ); 252 } 253 233 254 // Add Amazon Glacier Extension 234 255 if ( defined( 'AI1WMRE_PLUGIN_NAME' ) ) { … … 236 257 } else { 237 258 $static_filters[] = apply_filters( 'ai1wm_export_glacier', Ai1wm_Template::get_content( 'export/button-glacier' ) ); 238 }239 240 // Add pCloud Extension241 if ( defined( 'AI1WMPE_PLUGIN_NAME' ) ) {242 $active_filters[] = apply_filters( 'ai1wm_export_pcloud', Ai1wm_Template::get_content( 'export/button-pcloud' ) );243 } else {244 $static_filters[] = apply_filters( 'ai1wm_export_pcloud', Ai1wm_Template::get_content( 'export/button-pcloud' ) );245 }246 247 // Add WebDAV Extension248 if ( defined( 'AI1WMWE_PLUGIN_NAME' ) ) {249 $active_filters[] = apply_filters( 'ai1wm_export_webdav', Ai1wm_Template::get_content( 'export/button-webdav' ) );250 } else {251 $static_filters[] = apply_filters( 'ai1wm_export_webdav', Ai1wm_Template::get_content( 'export/button-webdav' ) );252 }253 254 // Add S3 Client Extension255 if ( defined( 'AI1WMNE_PLUGIN_NAME' ) ) {256 $active_filters[] = apply_filters( 'ai1wm_export_s3_client', Ai1wm_Template::get_content( 'export/button-s3-client' ) );257 } else {258 $static_filters[] = apply_filters( 'ai1wm_export_s3_client', Ai1wm_Template::get_content( 'export/button-s3-client' ) );259 259 } 260 260 -
all-in-one-wp-migration/trunk/lib/controller/class-ai1wm-import-controller.php
r3266064 r3307030 167 167 } 168 168 169 // Add Google Drive Extension 170 if ( defined( 'AI1WMGE_PLUGIN_NAME' ) ) { 171 $active_filters[] = apply_filters( 'ai1wm_import_gdrive', Ai1wm_Template::get_content( 'import/button-gdrive' ) ); 172 } else { 173 $static_filters[] = apply_filters( 'ai1wm_import_gdrive', Ai1wm_Template::get_content( 'import/button-gdrive' ) ); 174 } 175 176 // Add FTP Extension 177 if ( defined( 'AI1WMFE_PLUGIN_NAME' ) ) { 178 $active_filters[] = apply_filters( 'ai1wm_import_ftp', Ai1wm_Template::get_content( 'import/button-ftp' ) ); 179 } else { 180 $static_filters[] = apply_filters( 'ai1wm_import_ftp', Ai1wm_Template::get_content( 'import/button-ftp' ) ); 181 } 182 183 // Add Dropbox Extension 184 if ( defined( 'AI1WMDE_PLUGIN_NAME' ) ) { 185 $active_filters[] = apply_filters( 'ai1wm_import_dropbox', Ai1wm_Template::get_content( 'import/button-dropbox' ) ); 186 } else { 187 $static_filters[] = apply_filters( 'ai1wm_import_dropbox', Ai1wm_Template::get_content( 'import/button-dropbox' ) ); 188 } 189 169 190 // Add URL Extension 170 191 if ( defined( 'AI1WMLE_PLUGIN_NAME' ) ) { … … 174 195 } 175 196 176 // Add FTP Extension177 if ( defined( 'AI1WMFE_PLUGIN_NAME' ) ) {178 $active_filters[] = apply_filters( 'ai1wm_import_ftp', Ai1wm_Template::get_content( 'import/button-ftp' ) );179 } else {180 $static_filters[] = apply_filters( 'ai1wm_import_ftp', Ai1wm_Template::get_content( 'import/button-ftp' ) );181 }182 183 // Add Dropbox Extension184 if ( defined( 'AI1WMDE_PLUGIN_NAME' ) ) {185 $active_filters[] = apply_filters( 'ai1wm_import_dropbox', Ai1wm_Template::get_content( 'import/button-dropbox' ) );186 } else {187 $static_filters[] = apply_filters( 'ai1wm_import_dropbox', Ai1wm_Template::get_content( 'import/button-dropbox' ) );188 }189 190 // Add Google Drive Extension191