Plugin Directory

Changeset 3451494


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

Release 1.0.5

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

    r3451490 r3451494  
    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.4
     7 * Version: 1.0.5
    88 * Requires at least: 5.0
    99 * Requires PHP: 7.0
     
    2323
    2424// Define plugin constants
    25 define( 'JZSA_VERSION', '1.0.4' );
     25define( 'JZSA_VERSION', '1.0.5' );
    2626define( 'JZSA_PLUGIN_FILE', __FILE__ );
    2727define( 'JZSA_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • janzeman-shared-albums-for-google-photos/trunk/readme.txt

    r3451490 r3451494  
    55Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    234234== Changelog ==
    235235
    236 = 1.0.4 =
    237 * ???
     236= 1.0.5 =
     237* New animated logo
    238238
    239239= 1.0.3 =
Note: See TracChangeset for help on using the changeset viewer.