Changeset 3405554
- Timestamp:
- 11/29/2025 12:55:50 AM (3 months ago)
- Location:
- listdom-bridge
- Files:
-
- 48 added
- 1 deleted
- 5 edited
-
tags/1.3.0 (added)
-
tags/1.3.0/composer.json (added)
-
tags/1.3.0/composer.lock (added)
-
tags/1.3.0/i18n (added)
-
tags/1.3.0/i18n/languages (added)
-
tags/1.3.0/i18n/languages/listdom-bridge-en_US.mo (added)
-
tags/1.3.0/i18n/languages/listdom-bridge-en_US.po (added)
-
tags/1.3.0/i18n/languages/listdom-bridge-fr_FR.mo (added)
-
tags/1.3.0/i18n/languages/listdom-bridge-fr_FR.po (added)
-
tags/1.3.0/init.php (added)
-
tags/1.3.0/listdom-bridge.php (added)
-
tags/1.3.0/plugin (added)
-
tags/1.3.0/plugin.php (added)
-
tags/1.3.0/plugin/Hooks.php (added)
-
tags/1.3.0/plugin/I18n.php (added)
-
tags/1.3.0/readme.txt (added)
-
tags/1.3.0/vendor (added)
-
tags/1.3.0/vendor/autoload.php (added)
-
tags/1.3.0/vendor/composer (added)
-
tags/1.3.0/vendor/composer/ClassLoader.php (added)
-
tags/1.3.0/vendor/composer/InstalledVersions.php (added)
-
tags/1.3.0/vendor/composer/LICENSE (added)
-
tags/1.3.0/vendor/composer/autoload_classmap.php (added)
-
tags/1.3.0/vendor/composer/autoload_namespaces.php (added)
-
tags/1.3.0/vendor/composer/autoload_psr4.php (added)
-
tags/1.3.0/vendor/composer/autoload_real.php (added)
-
tags/1.3.0/vendor/composer/autoload_static.php (added)
-
tags/1.3.0/vendor/composer/installed.json (added)
-
tags/1.3.0/vendor/composer/installed.php (added)
-
tags/1.3.0/vendor/webilia (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Addon.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Base.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Boot.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Import (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Import/Base.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Import/BusinessDirectoryPlugin.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Import/ClassifiedListing.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Import/Directorist.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Import/HivePress.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Import/WPGeoDirectory.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/app/Import/WPGoMaps.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/composer.json (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/composer.lock (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/html (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/html/form.php (added)
-
tags/1.3.0/vendor/webilia/listdom-p-bridge/html/thirdparty.php (added)
-
trunk/init.php (modified) (1 diff)
-
trunk/listdom-bridge.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/vendor/bin (deleted)
-
trunk/vendor/webilia/listdom-p-bridge/app/Addon.php (modified) (2 diffs)
-
trunk/vendor/webilia/listdom-p-bridge/html/thirdparty.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
listdom-bridge/trunk/init.php
r3373302 r3405554 10 10 * @var string 11 11 */ 12 public $version = '1. 2.1';12 public $version = '1.3.0'; 13 13 14 14 /** -
listdom-bridge/trunk/listdom-bridge.php
r3373302 r3405554 4 4 * Plugin URI: https://listdom.net 5 5 * Description: Migrate listings from other plugins to Listdom 6 * Version: 1. 2.16 * Version: 1.3.0 7 7 * Author: Webilia 8 8 * Author URI: https://webilia.com/ 9 9 * Requires at least: 4.2 10 * Tested up to: 6. 811 * Requires PHP: 7. 210 * Tested up to: 6.9 11 * Requires PHP: 7.4 12 12 * License: GPLv2 or later 13 13 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
listdom-bridge/trunk/readme.txt
r3373302 r3405554 4 4 Tags: migration, listings, importer, directory, listdom 5 5 Requires at least: 4.2 6 Tested up to: 6. 87 Requires PHP: 7. 28 Stable tag: 1. 2.16 Tested up to: 6.9 7 Requires PHP: 7.4 8 Stable tag: 1.3.0 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 32 32 33 33 While the Bridge addon offers a quick migration path, the most accurate approach is to import listings via Listdom's built-in CSV importer or the Excel Importer addon. These tools provide precise field mapping and are best when custom fields matter. Use the Bridge addon when speed is more important than perfect custom-field handling. 34 34 35 == Features and Capabilities == 35 36 … … 97 98 The Bridge addon is completely free. Webilia also offers paid addons and a Pro version of Listdom, but the migration tool itself does not require a purchase. 98 99 99 == Changelog ==100 101 = 1.0.0 =102 * Initial release103 * Migration support for Business Directory, Directorist, HivePress, WP GeoDirectory, WP Go Maps, and Classified Listing104 * Full import of listing content, media, categories, tags, taxonomies, and map shapes105 * Batch processing, duplicate handling, and listing author mapping106 107 100 == About Listdom == 108 101 … … 119 112 == Changelog == 120 113 114 = 1.3.0 - November 28th, 2025 = 115 * Maintenance updates. 116 121 117 = 1.2.1 - October 5th, 2025 = 122 118 * Addressed some background issues. … … 127 123 = 1.0.0 = 128 124 * Initial public release on WordPress.org 125 * Migration support for Business Directory, Directorist, HivePress, WP GeoDirectory, WP Go Maps, and Classified Listing 126 * Full import of listing content, media, categories, tags, taxonomies, and map shapes 127 * Batch processing, duplicate handling, and listing author mapping -
listdom-bridge/trunk/vendor/webilia/listdom-p-bridge/app/Addon.php
r3358261 r3405554 103 103 $message = sprintf( 104 104 /* translators: 1: plugin name, 2: import type */ 105 esc_html__( 'Finished importing %2$s from %1$s.', 'listdom-bridge'),105 esc_html__("Finished importing %2\$s from %1\$s.", 'listdom-bridge'), 106 106 $plugin_name, 107 107 ucfirst($type) … … 112 112 $message = sprintf( 113 113 /* translators: 1: imported so far, 2: total, 3: plugin name, 4: import type */ 114 esc_html__( 'Imported %1$d of %2$d %4$s from %3$s. Please wait...', 'listdom-bridge'),114 esc_html__("Imported %1\$d of %2\$d %4\$s from %3\$s. Please wait...", 'listdom-bridge'), 115 115 min($offset + $count, $total), 116 116 $total, -
listdom-bridge/trunk/vendor/webilia/listdom-p-bridge/html/thirdparty.php
r3373302 r3405554 18 18 <div class="lsd-col-3"> 19 19 <?php echo LSD_Form::label([ 20 'class' => 'lsd-fields-label-tiny', 20 21 'for' => 'lsdaddbrg_plugin', 21 22 'title' => esc_html__('Plugin', 'listdom-bridge'), … … 32 33 <div class="lsd-col-3"> 33 34 <?php echo LSD_Form::label([ 35 'class' => 'lsd-fields-label-tiny', 34 36 'for' => 'lsdaddbrg_category', 35 37 'title' => esc_html__('Category', 'listdom-bridge'),
Note: See TracChangeset
for help on using the changeset viewer.