Changeset 2204733
- Timestamp:
- 12/02/2019 05:27:15 PM (6 years ago)
- Location:
- sell-media
- Files:
-
- 8 edited
- 1 copied
-
tags/2.4.4 (copied) (copied from sell-media/trunk)
-
tags/2.4.4/inc/class-layouts.php (modified) (1 diff)
-
tags/2.4.4/js/sell_media.js (modified) (1 diff)
-
tags/2.4.4/readme.txt (modified) (2 diffs)
-
tags/2.4.4/sell-media.php (modified) (1 diff)
-
trunk/inc/class-layouts.php (modified) (1 diff)
-
trunk/js/sell_media.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sell-media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sell-media/tags/2.4.4/inc/class-layouts.php
r2201626 r2204733 139 139 } 140 140 141 // Sell Media Item goes to attachment after version 2.4 142 if( is_attachment() && 'sell_media_item' == get_post_type($post->post_parent)) { 143 $classes[] = 'single-sell_media_item'; 144 } 145 141 146 // Theme 142 147 $theme = wp_get_theme(); -
sell-media/tags/2.4.4/js/sell_media.js
r2123444 r2204733 720 720 */ 721 721 function sm_update_cart_menu() { 722 var sell_media_cart_info = jQuery.parseJSON(jQuery.cookie('sell_media_cart_info') );722 var sell_media_cart_info = jQuery.parseJSON(jQuery.cookie('sell_media_cart_info') || null); 723 723 if (sell_media_cart_info != null) { 724 724 jQuery('.checkout-price').text(sell_media_cart_info.subtotal); -
sell-media/tags/2.4.4/readme.txt
r2201626 r2204733 1 1 === Sell Media === 2 2 3 Contributors: endortrails, racase 3 Contributors: endortrails, racase, nhuja 4 4 Donate link: https://graphpaperpress.com/plugins/sell-media/ 5 5 Tags: photography, photos, sell media, sell photos, sell videos, sell downloads, download, downloads, e-commerce, paypal, stock photos, photo gallery, photo cart 6 Requires at least: 5. 06 Requires at least: 5.3 7 7 Tested up to: 5.3 8 Stable tag: 2.4. 38 Stable tag: 2.4.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 232 232 233 233 == Changelog == 234 235 = 2.4.4 = 236 * Fix: Magnifier extension support 237 * Fix: Parse json if cookie present 234 238 235 239 = 2.4.3 = -
sell-media/tags/2.4.4/sell-media.php
r2201626 r2204733 4 4 * Plugin URI: http://graphpaperpress.com/plugins/sell-media/ 5 5 * Description: A plugin for selling photos, prints and other downloads. 6 * Version: 2.4. 36 * Version: 2.4.4 7 7 * Author: Graph Paper Press 8 8 * Author URI: http://graphpaperpress.com -
sell-media/trunk/inc/class-layouts.php
r2201626 r2204733 139 139 } 140 140 141 // Sell Media Item goes to attachment after version 2.4 142 if( is_attachment() && 'sell_media_item' == get_post_type($post->post_parent)) { 143 $classes[] = 'single-sell_media_item'; 144 } 145 141 146 // Theme 142 147 $theme = wp_get_theme(); -
sell-media/trunk/js/sell_media.js
r2123444 r2204733 720 720 */ 721 721 function sm_update_cart_menu() { 722 var sell_media_cart_info = jQuery.parseJSON(jQuery.cookie('sell_media_cart_info') );722 var sell_media_cart_info = jQuery.parseJSON(jQuery.cookie('sell_media_cart_info') || null); 723 723 if (sell_media_cart_info != null) { 724 724 jQuery('.checkout-price').text(sell_media_cart_info.subtotal); -
sell-media/trunk/readme.txt
r2201626 r2204733 1 1 === Sell Media === 2 2 3 Contributors: endortrails, racase 3 Contributors: endortrails, racase, nhuja 4 4 Donate link: https://graphpaperpress.com/plugins/sell-media/ 5 5 Tags: photography, photos, sell media, sell photos, sell videos, sell downloads, download, downloads, e-commerce, paypal, stock photos, photo gallery, photo cart 6 Requires at least: 5. 06 Requires at least: 5.3 7 7 Tested up to: 5.3 8 Stable tag: 2.4. 38 Stable tag: 2.4.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 232 232 233 233 == Changelog == 234 235 = 2.4.4 = 236 * Fix: Magnifier extension support 237 * Fix: Parse json if cookie present 234 238 235 239 = 2.4.3 = -
sell-media/trunk/sell-media.php
r2201626 r2204733 4 4 * Plugin URI: http://graphpaperpress.com/plugins/sell-media/ 5 5 * Description: A plugin for selling photos, prints and other downloads. 6 * Version: 2.4. 36 * Version: 2.4.4 7 7 * Author: Graph Paper Press 8 8 * Author URI: http://graphpaperpress.com
Note: See TracChangeset
for help on using the changeset viewer.