Changeset 3443633
- Timestamp:
- 01/20/2026 11:35:28 PM (7 weeks ago)
- Location:
- lightsyncpro/trunk
- Files:
-
- 3 edited
-
includes/admin/class-admin.php (modified) (1 diff)
-
lightsyncpro.php (modified) (3 diffs)
-
readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lightsyncpro/trunk/includes/admin/class-admin.php
r3433999 r3443633 495 495 $icon = 'data:image/svg+xml;base64,' . base64_encode($svg); 496 496 } 497 add_menu_page('LightSync Pro ','LightSync Pro','manage_options', self::MENU, [ $this, 'render' ], $icon, 59);497 add_menu_page('LightSync Pro for Lightroom','LightSync Pro for Lightroom','manage_options', self::MENU, [ $this, 'render' ], $icon, 59); 498 498 } 499 499 -
lightsyncpro/trunk/lightsyncpro.php
r3434043 r3443633 1 1 <?php 2 2 /** 3 * Plugin Name: LightSync Pro – Adobe Lightroom Cloud to Media Library Sync3 * Plugin Name: LightSync Pro for Lightroom 4 4 * Plugin URI: https://lightsyncpro.com 5 5 * Description: Sync Adobe Lightroom (Cloud) albums directly into the Media Library. 6 * Version: 1.2. 36 * Version: 1.2.4 7 7 * Author: Tag Team Design 8 8 * Author URI: https://tagteamdesign.com … … 40 40 if ( $pro_is_active ) { 41 41 add_action( 'admin_notices', function() { 42 echo '<div class="notice notice-warning"><p><strong>LightSync Pro (Free)</strong> has been disabled because the paid version is active. You can safely delete the free version.</p></div>';42 echo '<div class="notice notice-warning"><p><strong>LightSync Pro for Lightroom</strong> has been disabled because the paid version is active. You can safely delete the free version.</p></div>'; 43 43 }); 44 44 } … … 48 48 49 49 if ( ! defined( 'LIGHTSYNC_PRO' ) ) define( 'LIGHTSYNC_PRO', 'lightsyncpro' ); 50 if ( ! defined( 'LIGHTSYNC_VERSION' ) ) define( 'LIGHTSYNC_VERSION', '1.2. 3' );50 if ( ! defined( 'LIGHTSYNC_VERSION' ) ) define( 'LIGHTSYNC_VERSION', '1.2.4' ); 51 51 52 52 53 53 // Core constants - all guarded to prevent conflicts during Pro activation 54 if ( ! defined( 'LIGHTSYNC_PRO_VERSION' ) ) define( 'LIGHTSYNC_PRO_VERSION', '1.2. 3' );54 if ( ! defined( 'LIGHTSYNC_PRO_VERSION' ) ) define( 'LIGHTSYNC_PRO_VERSION', '1.2.4' ); 55 55 if ( ! defined( 'LIGHTSYNC_PRO_NAME' ) ) define( 'LIGHTSYNC_PRO_NAME', 'LightSync Pro' ); 56 56 if ( ! defined( 'LIGHTSYNC_PRO_SLUG' ) ) define( 'LIGHTSYNC_PRO_SLUG', 'lightsyncpro' ); -
lightsyncpro/trunk/readme.txt
r3435576 r3443633 1 === LightSync Pro – Adobe Lightroom Cloud to Media Library Sync===1 === LightSync Pro for Lightroom === 2 2 Contributors: tagteamdesign, lightsyncpro 3 3 Tags: lightroom, adobe, media library, photography, image sync … … 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 37 Stable tag: 1.2.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Sync Adobe Lightroom Cloud albums directly to WordPress — no exports, no uploads, just click and sync.11 Sync Adobe Lightroom Cloud albums directly to WordPress. Import and manage photos in your Media Library with automatic WebP optimization. 12 12 13 13 == Description == 14 14 15 https://www.youtube.com/watch?v=DPBykgosGrs16 17 Tired of exporting JPEGs, renaming files, and uploading through FTP every time you edit a photo?18 19 15 LightSync Pro connects Adobe Lightroom Cloud directly to WordPress — no manual exports, no ZIP files, no FTP uploads. 20 16 21 17 Sync your Lightroom albums straight into the WordPress Media Library with automatic WebP compression and smart organization. 22 18 23 Built for photographers, artists, and creative professionals who want their Lightroom collections available in WordPress without the busywork.19 Built for photographers, artists, and creative professionals who want their Lightroom collections available in WordPress without manual work. 24 20 25 21 = Key Features = … … 58 54 * Photos remain in WordPress if you disconnect Adobe 59 55 60 = Need More? =61 62 [LightSync Pro](https://lightsyncpro.com) unlocks the full workflow:63 64 * Unlimited album syncing65 * Automatic background sync on schedule66 * Shopify integration67 * Priority support68 69 [Compare plans at lightsyncpro.com →](https://lightsyncpro.com/pricing)70 71 56 == Installation == 72 57 … … 116 101 No, the free version supports manual sync only. Click "Sync Now" whenever you want to import new or updated photos from Lightroom. 117 102 118 = How do I get unlimited albums or automatic sync? =119 120 The free version is fully functional for single-album workflows. For unlimited albums, scheduled background sync, and Shopify integration, see [LightSync Pro plans](https://lightsyncpro.com/pricing).121 122 103 = What happens to my photos if I disconnect Adobe? = 123 104 … … 153 134 154 135 == Changelog == 136 137 = 1.2.4 = 138 * Renamed plugin to "LightSync Pro for Lightroom" for brand consistency 139 * Updated admin menu label to match new naming 140 * Improved deactivation notice messaging 155 141 156 142 = 1.2.3 = … … 178 164 == Upgrade Notice == 179 165 166 = 1.2.4 = 167 Plugin renamed to "LightSync Pro for Lightroom" for brand consistency across the LightSync Pro family. 168 180 169 = 1.2.3 = 181 170 PHP 7.4 stability … … 238 227 239 228 All photos are downloaded directly from Adobe to your WordPress uploads folder. No photos or WordPress content are ever stored on LightSync Pro servers. 240
Note: See TracChangeset
for help on using the changeset viewer.