Changeset 3451494
- Timestamp:
- 02/01/2026 04:45:24 PM (8 weeks ago)
- Location:
- janzeman-shared-albums-for-google-photos/trunk
- Files:
-
- 2 edited
-
janzeman-shared-albums-for-google-photos.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
janzeman-shared-albums-for-google-photos/trunk/janzeman-shared-albums-for-google-photos.php
r3451490 r3451494 5 5 * Author URI: https://github.com/JanZeman 6 6 * 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. 47 * Version: 1.0.5 8 8 * Requires at least: 5.0 9 9 * Requires PHP: 7.0 … … 23 23 24 24 // Define plugin constants 25 define( 'JZSA_VERSION', '1.0. 4' );25 define( 'JZSA_VERSION', '1.0.5' ); 26 26 define( 'JZSA_PLUGIN_FILE', __FILE__ ); 27 27 define( 'JZSA_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
janzeman-shared-albums-for-google-photos/trunk/readme.txt
r3451490 r3451494 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 234 234 == Changelog == 235 235 236 = 1.0. 4=237 * ???236 = 1.0.5 = 237 * New animated logo 238 238 239 239 = 1.0.3 =
Note: See TracChangeset
for help on using the changeset viewer.