Skip to content

Commit

Permalink
Update version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxiang committed Dec 1, 2018
1 parent 50f0f1d commit bfb6d0d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ Note that WordPress needs to know in advance the width and height of an image in

## Changelog

**Version 1.1.2 - 2018.12.2**

Fix: external images added in WooCommerce Product gallery disappear when clicking Publish/Update.

Similar issue of other plugins may also by chance be fixed.

Detailed information of this issue:

[https://github.com/zzxiang/external-media-without-import/issues/10](https://github.com/zzxiang/external-media-without-import/issues/10)
[https://wordpress.org/support/topic/product-gallery-image-not-working/](https://wordpress.org/support/topic/product-gallery-image-not-working/)

**Version 1.1.1**

Debug warnings are fixed.
Expand Down
2 changes: 1 addition & 1 deletion external-media-without-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: External Media without Import
Description: Add external images to the media library without importing, i.e. uploading them to your WordPress site.
Version: 1.1.1
Version: 1.1.2
Author: Zhixiang Zhu
Author URI: http://zxtechart.com
License: GPLv3
Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: zzxiang
Tags: remote media, remote URL, remote image, remote file, external media
Requires at least: 4.7.4
Tested up to: 4.9.8
Stable tag: 1.1.1
Stable tag: 1.1.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html

Expand Down Expand Up @@ -38,6 +38,16 @@ Note that WordPress needs to know in advance the width and height of an image in

== Changelog ==

= Version 1.1.2 - 2018.12.2 =
Fix: external images added in WooCommerce Product gallery disappear when clicking Publish/Update.

Similar issue when of other plugins may also by chance be fixed.

Detailed information of this issue:

[https://github.com/zzxiang/external-media-without-import/issues/10](https://github.com/zzxiang/external-media-without-import/issues/10)
[https://wordpress.org/support/topic/product-gallery-image-not-working/](https://wordpress.org/support/topic/product-gallery-image-not-working/)

= Version 1.1.1 =
Debug warnings are fixed.

Expand Down

0 comments on commit bfb6d0d

Please sign in to comment.