Plugin Directory

Changeset 3443633


Ignore:
Timestamp:
01/20/2026 11:35:28 PM (7 weeks ago)
Author:
lightsyncpro
Message:

Version 1.2.4 - Renamed to LightSync Pro for Lightroom

Location:
lightsyncpro/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lightsyncpro/trunk/includes/admin/class-admin.php

    r3433999 r3443633  
    495495            $icon = 'data:image/svg+xml;base64,' . base64_encode($svg);
    496496        }
    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);
    498498    }
    499499
  • lightsyncpro/trunk/lightsyncpro.php

    r3434043 r3443633  
    11<?php
    22/**
    3  * Plugin Name: LightSync Pro – Adobe Lightroom Cloud to Media Library Sync
     3 * Plugin Name: LightSync Pro for Lightroom
    44 * Plugin URI: https://lightsyncpro.com
    55 * Description: Sync Adobe Lightroom (Cloud) albums directly into the Media Library.
    6  * Version: 1.2.3
     6 * Version: 1.2.4
    77 * Author: Tag Team Design
    88 * Author URI: https://tagteamdesign.com
     
    4040        if ( $pro_is_active ) {
    4141            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>';
    4343            });
    4444        }
     
    4848
    4949if ( ! defined( 'LIGHTSYNC_PRO' ) ) define( 'LIGHTSYNC_PRO', 'lightsyncpro' );
    50 if ( ! defined( 'LIGHTSYNC_VERSION' ) ) define( 'LIGHTSYNC_VERSION', '1.2.3' );
     50if ( ! defined( 'LIGHTSYNC_VERSION' ) ) define( 'LIGHTSYNC_VERSION', '1.2.4' );
    5151
    5252
    5353// Core constants - all guarded to prevent conflicts during Pro activation
    54 if ( ! defined( 'LIGHTSYNC_PRO_VERSION' ) )  define( 'LIGHTSYNC_PRO_VERSION',  '1.2.3' );
     54if ( ! defined( 'LIGHTSYNC_PRO_VERSION' ) )  define( 'LIGHTSYNC_PRO_VERSION',  '1.2.4' );
    5555if ( ! defined( 'LIGHTSYNC_PRO_NAME' ) )     define( 'LIGHTSYNC_PRO_NAME',     'LightSync Pro' );
    5656if ( ! 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 ===
    22Contributors: tagteamdesign, lightsyncpro
    33Tags: lightroom, adobe, media library, photography, image sync
     
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Sync Adobe Lightroom Cloud albums directly to WordPress — no exports, no uploads, just click and sync.
     11Sync Adobe Lightroom Cloud albums directly to WordPress. Import and manage photos in your Media Library with automatic WebP optimization.
    1212
    1313== Description ==
    1414
    15 https://www.youtube.com/watch?v=DPBykgosGrs
    16 
    17 Tired of exporting JPEGs, renaming files, and uploading through FTP every time you edit a photo?
    18 
    1915LightSync Pro connects Adobe Lightroom Cloud directly to WordPress — no manual exports, no ZIP files, no FTP uploads.
    2016
    2117Sync your Lightroom albums straight into the WordPress Media Library with automatic WebP compression and smart organization.
    2218
    23 Built for photographers, artists, and creative professionals who want their Lightroom collections available in WordPress without the busywork.
     19Built for photographers, artists, and creative professionals who want their Lightroom collections available in WordPress without manual work.
    2420
    2521= Key Features =
     
    5854* Photos remain in WordPress if you disconnect Adobe
    5955
    60 = Need More? =
    61 
    62 [LightSync Pro](https://lightsyncpro.com) unlocks the full workflow:
    63 
    64 * Unlimited album syncing
    65 * Automatic background sync on schedule
    66 * Shopify integration
    67 * Priority support
    68 
    69 [Compare plans at lightsyncpro.com →](https://lightsyncpro.com/pricing)
    70 
    7156== Installation ==
    7257
     
    116101No, the free version supports manual sync only. Click "Sync Now" whenever you want to import new or updated photos from Lightroom.
    117102
    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 
    122103= What happens to my photos if I disconnect Adobe? =
    123104
     
    153134
    154135== 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
    155141
    156142= 1.2.3 =
     
    178164== Upgrade Notice ==
    179165
     166= 1.2.4 =
     167Plugin renamed to "LightSync Pro for Lightroom" for brand consistency across the LightSync Pro family.
     168
    180169= 1.2.3 =
    181170PHP 7.4 stability
     
    238227
    239228All 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.