Changeset 2929827
- Timestamp:
- 06/22/2023 06:53:14 PM (3 years ago)
- Location:
- envira-gallery-lite
- Files:
-
- 6 edited
- 1 copied
-
tags/1.8.6.2 (copied) (copied from envira-gallery-lite/trunk)
-
tags/1.8.6.2/envira-gallery-lite.php (modified) (2 diffs)
-
tags/1.8.6.2/includes/admin/ajax.php (modified) (1 diff)
-
tags/1.8.6.2/readme.txt (modified) (2 diffs)
-
trunk/envira-gallery-lite.php (modified) (2 diffs)
-
trunk/includes/admin/ajax.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
envira-gallery-lite/tags/1.8.6.2/envira-gallery-lite.php
r2911246 r2929827 6 6 * Author: Envira Gallery Team 7 7 * Author URI: http://enviragallery.com 8 * Version: 1.8.6. 18 * Version: 1.8.6.2 9 9 * Text Domain: envira-gallery-lite 10 10 * … … 56 56 * @var string 57 57 */ 58 public $version = '1.8.6. 1';58 public $version = '1.8.6.2'; 59 59 60 60 /** -
envira-gallery-lite/tags/1.8.6.2/includes/admin/ajax.php
r2901860 r2929827 760 760 ]; 761 761 } else { 762 $src = isset( $image['src'] ) ? $image['src'] : $image['url']; 763 $link = isset( $image['link'] ) && wp_http_validate_url( $image['link'] ) ? $image['link'] : $src; 762 764 $new_image = [ 763 765 'status' => 'active', 764 'src' => ( isset( $image['src'] ) ? $image['src'] : $image['url'] ),766 'src' => $src, 765 767 'title' => $image['title'], 766 'link' => $ image['link'],768 'link' => $link, 767 769 'alt' => $image['alt'], 768 770 'caption' => $image['caption'], -
envira-gallery-lite/tags/1.8.6.2/readme.txt
r2911246 r2929827 3 3 Tags: gallery, image gallery, photo gallery, best gallery plugin, wordpress gallery plugin 4 4 Requires at least: 5.0.0 5 Tested up to: 6.2. 05 Tested up to: 6.2.2 6 6 Requires PHP: 5.6 7 Stable tag: 1.8.6. 17 Stable tag: 1.8.6.2 8 8 License: GNU General Public License v2.0 or later 9 9 … … 210 210 == Changelog == 211 211 212 1.8.6.2 213 214 * Fixed: Link Validation when inserting images into galleries 215 212 216 1.8.6.1 213 217 -
envira-gallery-lite/trunk/envira-gallery-lite.php
r2911246 r2929827 6 6 * Author: Envira Gallery Team 7 7 * Author URI: http://enviragallery.com 8 * Version: 1.8.6. 18 * Version: 1.8.6.2 9 9 * Text Domain: envira-gallery-lite 10 10 * … … 56 56 * @var string 57 57 */ 58 public $version = '1.8.6. 1';58 public $version = '1.8.6.2'; 59 59 60 60 /** -
envira-gallery-lite/trunk/includes/admin/ajax.php
r2901860 r2929827 760 760 ]; 761 761 } else { 762 $src = isset( $image['src'] ) ? $image['src'] : $image['url']; 763 $link = isset( $image['link'] ) && wp_http_validate_url( $image['link'] ) ? $image['link'] : $src; 762 764 $new_image = [ 763 765 'status' => 'active', 764 'src' => ( isset( $image['src'] ) ? $image['src'] : $image['url'] ),766 'src' => $src, 765 767 'title' => $image['title'], 766 'link' => $ image['link'],768 'link' => $link, 767 769 'alt' => $image['alt'], 768 770 'caption' => $image['caption'], -
envira-gallery-lite/trunk/readme.txt
r2911246 r2929827 3 3 Tags: gallery, image gallery, photo gallery, best gallery plugin, wordpress gallery plugin 4 4 Requires at least: 5.0.0 5 Tested up to: 6.2. 05 Tested up to: 6.2.2 6 6 Requires PHP: 5.6 7 Stable tag: 1.8.6. 17 Stable tag: 1.8.6.2 8 8 License: GNU General Public License v2.0 or later 9 9 … … 210 210 == Changelog == 211 211 212 1.8.6.2 213 214 * Fixed: Link Validation when inserting images into galleries 215 212 216 1.8.6.1 213 217
Note: See TracChangeset
for help on using the changeset viewer.