Changeset 3451490
- Timestamp:
- 02/01/2026 04:33:53 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) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
janzeman-shared-albums-for-google-photos/trunk/janzeman-shared-albums-for-google-photos.php
r3451139 r3451490 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. 37 * Version: 1.0.4 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. 3' );25 define( 'JZSA_VERSION', '1.0.4' ); 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
r3451139 r3451490 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 56 56 57 57 1. 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 albums58 2. Open Settings page of this plugin. It is a rich onboarding guide as well. 59 3. Once comprotable use your own Google Photo albums on your own pages and posts. 60 60 61 61 == Usage == … … 234 234 == Changelog == 235 235 236 = 1.0.4 = 237 * ??? 238 236 239 = 1.0.3 = 237 240 * Improved Settings page with more intuitive onboarding and richer, example-driven documentation
Note: See TracChangeset
for help on using the changeset viewer.