Changeset 2185349
- Timestamp:
- 11/04/2019 03:38:04 AM (6 years ago)
- Location:
- simple-google-photos-grid
- Files:
-
- 8 edited
- 1 copied
-
tags/1.4 (copied) (copied from simple-google-photos-grid/trunk)
-
tags/1.4/readme.md (modified) (1 diff)
-
tags/1.4/readme.txt (modified) (2 diffs)
-
tags/1.4/simple-google-photos-grid-shortcode.php (modified) (1 diff)
-
tags/1.4/uninstall.php (modified) (1 diff)
-
trunk/readme.md (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-google-photos-grid-shortcode.php (modified) (1 diff)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-google-photos-grid/tags/1.4/readme.md
r1775225 r2185349 1 1 # Simple Google Photos WordPress Plugin 2 Provides a WordPress widget and shortcode to display photos from a public Google Photos album. [See a demo and read more about the plugin](https://josheli.com/knob/2017/11/21/simple-google-photos-a-wordpress-plugin/).2 [Get the plugin here](https://wordpress.org/plugins/simple-google-photos-grid/). Provides a WordPress widget and shortcode to display photos from a public Google Photos album. [See a demo and read more about the plugin](https://josheli.com/knob/2017/11/21/simple-google-photos-a-wordpress-plugin/). 3 3 4 4 ## Installation -
simple-google-photos-grid/tags/1.4/readme.txt
r2077307 r2185349 3 3 Tags: album, gallery, photos, Google Photos 4 4 Requires at least: 4.0 5 Tested up to: 5. 1.15 Tested up to: 5.2.4 6 6 Stable tag: trunk 7 7 License: GPLv2 … … 54 54 == Changelog == 55 55 56 = 1.4 = 57 * Fixed uninstall and shortcode bugs 58 56 59 = 1.3 = 57 60 * Added "number photos per row" configuration/attribute to have grids other than 2x2 -
simple-google-photos-grid/tags/1.4/simple-google-photos-grid-shortcode.php
r1775225 r2185349 8 8 class Simple_Google_Photos_Grid_Shortcode 9 9 { 10 public function shortcode($attributes = [], $content = null, $tag = '') {10 public static function shortcode($attributes = [], $content = null, $tag = '') { 11 11 12 12 $attributes = array_change_key_case((array)$attributes, CASE_LOWER); -
simple-google-photos-grid/tags/1.4/uninstall.php
r1775225 r2185349 13 13 exit; 14 14 15 include_once __DIR__ . '/ simple-google-photos-grid-widget.php';16 Simple_Google_Photo _Grid_Widget::uninstall();15 include_once __DIR__ . '/Simple_Google_Photos_Grid.php'; 16 Simple_Google_Photos_Grid::uninstall(); -
simple-google-photos-grid/trunk/readme.md
r1775225 r2185349 1 1 # Simple Google Photos WordPress Plugin 2 Provides a WordPress widget and shortcode to display photos from a public Google Photos album. [See a demo and read more about the plugin](https://josheli.com/knob/2017/11/21/simple-google-photos-a-wordpress-plugin/).2 [Get the plugin here](https://wordpress.org/plugins/simple-google-photos-grid/). Provides a WordPress widget and shortcode to display photos from a public Google Photos album. [See a demo and read more about the plugin](https://josheli.com/knob/2017/11/21/simple-google-photos-a-wordpress-plugin/). 3 3 4 4 ## Installation -
simple-google-photos-grid/trunk/readme.txt
r2077307 r2185349 3 3 Tags: album, gallery, photos, Google Photos 4 4 Requires at least: 4.0 5 Tested up to: 5. 1.15 Tested up to: 5.2.4 6 6 Stable tag: trunk 7 7 License: GPLv2 … … 54 54 == Changelog == 55 55 56 = 1.4 = 57 * Fixed uninstall and shortcode bugs 58 56 59 = 1.3 = 57 60 * Added "number photos per row" configuration/attribute to have grids other than 2x2 -
simple-google-photos-grid/trunk/simple-google-photos-grid-shortcode.php
r1775225 r2185349 8 8 class Simple_Google_Photos_Grid_Shortcode 9 9 { 10 public function shortcode($attributes = [], $content = null, $tag = '') {10 public static function shortcode($attributes = [], $content = null, $tag = '') { 11 11 12 12 $attributes = array_change_key_case((array)$attributes, CASE_LOWER); -
simple-google-photos-grid/trunk/uninstall.php
r1775225 r2185349 13 13 exit; 14 14 15 include_once __DIR__ . '/ simple-google-photos-grid-widget.php';16 Simple_Google_Photo _Grid_Widget::uninstall();15 include_once __DIR__ . '/Simple_Google_Photos_Grid.php'; 16 Simple_Google_Photos_Grid::uninstall();
Note: See TracChangeset
for help on using the changeset viewer.