Changeset 1663884
- Timestamp:
- 05/24/2017 11:05:14 AM (9 years ago)
- Location:
- pg-simple-affiliate-shop
- Files:
-
- 1 added
- 2 edited
-
assets/Simple Affiliate Shop - Plugin notes.gdoc (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shop.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pg-simple-affiliate-shop/trunk/readme.txt
r1458425 r1663884 4 4 Tags: affiliate store, affiliate shop, affiliate product management, simple affiliate page, affiliate marketing 5 5 Requires at least: 3.4 6 Tested up to: 4. 5.37 Stable tag: 1. 3.46 Tested up to: 4.7.5 7 Stable tag: 1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 86 86 == Changelog == 87 87 88 = Version 1.4 = 89 * Added the ability to set a featured image for each shop product. This is to support this feature for some themes that use featured image. Note that it depends on your theme as to whether this option is used. 90 88 91 = Version 1.3.4 = 89 92 * Fix: The helper for inserting short codes into pages and posts now supports the new and old tinyMCE editor -
pg-simple-affiliate-shop/trunk/shop.php
r1458443 r1663884 5 5 Tags: affiliate store, affiliate shop, affiliate product management, simple affiliate page, affiliate marketing 6 6 Description: This plugin allows you to manage and display a simple list of affiliate products and banners 7 Version: 1. 3.47 Version: 1.4 8 8 Author: PeoplesGeek 9 9 Author URI: http://www.peoplesgeek.com … … 11 11 Domain Path: /languages 12 12 13 Copyright 2012 Brian Reddick (info@peoplesgeek.com)13 Copyright 2012 Brian Reddick 14 14 15 15 This program is free software; you can redistribute it and/or modify … … 300 300 'hierarchical' => true, 301 301 'public' => true, 302 'supports' => array('title' ),//'excerpt'), // ,'author'302 'supports' => array('title','thumbnail'),//'excerpt'), // ,'author' 303 303 'menu_icon' => $this->shopURI. "images/cash-register-icon.png", 304 304 'labels' => array(
Note: See TracChangeset
for help on using the changeset viewer.