Plugin Directory

Changeset 1228847


Ignore:
Timestamp:
08/24/2015 01:55:06 AM (11 years ago)
Author:
wpecommerce
Message:

.committing version 1.0.7

Location:
wp-isell-photo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-isell-photo/trunk/readme.txt

    r1146590 r1228847  
    44Tags: 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 
    55Requires at least: 4.1
    6 Tested up to: 4.2
    7 Stable tag: 1.0.6
     6Tested up to: 4.3
     7Stable tag: 1.0.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    100100== Changelog ==
    101101
     102= 1.0.7 =
     103* WP iSell Photo is now compatible with WordPress 4.3
     104
    102105= 1.0.6 =
    103106* Updated the gallery code so it is compatible with WordPress 4.1
  • wp-isell-photo/trunk/wp-iSell-photo.php

    r1077881 r1228847  
    22/*
    33Plugin Name: WP iSell Photo
    4 Version: 1.0.6
     4Version: 1.0.7
    55Plugin URI: https://wp-ecommerce.net/wp-isell-photo-easily-sell-photos-wordpress-1800
    66Author: wpecommerce
     
    1414    class WP_iSELL_PHOTO
    1515    {
    16         var $plugin_version = '1.0.6';
     16        var $plugin_version = '1.0.7';
    1717        function __construct()
    1818        {
Note: See TracChangeset for help on using the changeset viewer.