Plugin Directory

Changeset 3451490


Ignore:
Timestamp:
02/01/2026 04:33:53 PM (8 weeks ago)
Author:
janzeman
Message:

Release 1.0.4

Location:
janzeman-shared-albums-for-google-photos/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • janzeman-shared-albums-for-google-photos/trunk/janzeman-shared-albums-for-google-photos.php

    r3451139 r3451490  
    55 * Author URI: https://github.com/JanZeman
    66 * Description: Display publicly shared Google Photos albums with a modern Swiper-based gallery viewer. Not affiliated with or endorsed by Google LLC.
    7  * Version: 1.0.3
     7 * Version: 1.0.4
    88 * Requires at least: 5.0
    99 * Requires PHP: 7.0
     
    2323
    2424// Define plugin constants
    25 define( 'JZSA_VERSION', '1.0.3' );
     25define( 'JZSA_VERSION', '1.0.4' );
    2626define( 'JZSA_PLUGIN_FILE', __FILE__ );
    2727define( 'JZSA_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • janzeman-shared-albums-for-google-photos/trunk/readme.txt

    r3451139 r3451490  
    55Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    57571. Install & Activate the plugin
    58 2. Use this shortcode in your posts or pages: [jzsa-album link="https://photos.google.com/share/AF1QipOg3EA51ATc_YWHyfcffDCzNZFsVTU_uBqSEKFix7LY80DIgH3lMkLwt4QDTHd8EQ?key=RGwySFNhbmhqMFBDbnZNUUtwY0stNy1XV1JRbE9R"]
    59 3. Follow the guide in plugin settings to use your own Google Photo albums
     582. Open Settings page of this plugin. It is a rich onboarding guide as well.
     593. Once comprotable use your own Google Photo albums on your own pages and posts.
    6060
    6161== Usage ==
     
    234234== Changelog ==
    235235
     236= 1.0.4 =
     237* ???
     238
    236239= 1.0.3 =
    237240* Improved Settings page with more intuitive onboarding and richer, example-driven documentation
Note: See TracChangeset for help on using the changeset viewer.