Changeset 1228847
- Timestamp:
- 08/24/2015 01:55:06 AM (11 years ago)
- Location:
- wp-isell-photo/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-iSell-photo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-isell-photo/trunk/readme.txt
r1146590 r1228847 4 4 Tags: sell photos, photo gallery, photography, sell images, sell digital print, commerce, e-commerce, paypal, sell media, stock photos, gallery, image, images, media, photo, photo albums, photos, picture, pictures, thumbnails 5 5 Requires at least: 4.1 6 Tested up to: 4. 27 Stable tag: 1.0. 66 Tested up to: 4.3 7 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 100 100 == Changelog == 101 101 102 = 1.0.7 = 103 * WP iSell Photo is now compatible with WordPress 4.3 104 102 105 = 1.0.6 = 103 106 * Updated the gallery code so it is compatible with WordPress 4.1 -
wp-isell-photo/trunk/wp-iSell-photo.php
r1077881 r1228847 2 2 /* 3 3 Plugin Name: WP iSell Photo 4 Version: 1.0. 64 Version: 1.0.7 5 5 Plugin URI: https://wp-ecommerce.net/wp-isell-photo-easily-sell-photos-wordpress-1800 6 6 Author: wpecommerce … … 14 14 class WP_iSELL_PHOTO 15 15 { 16 var $plugin_version = '1.0. 6';16 var $plugin_version = '1.0.7'; 17 17 function __construct() 18 18 {
Note: See TracChangeset
for help on using the changeset viewer.