Plugin Directory

Changeset 1663884


Ignore:
Timestamp:
05/24/2017 11:05:14 AM (9 years ago)
Author:
peoplesgeek
Message:

Adding featured image support and testing for WordPress 4.7.5

Location:
pg-simple-affiliate-shop
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • pg-simple-affiliate-shop/trunk/readme.txt

    r1458425 r1663884  
    44Tags: affiliate store, affiliate shop, affiliate product management, simple affiliate page, affiliate marketing
    55Requires at least: 3.4
    6 Tested up to: 4.5.3
    7 Stable tag: 1.3.4
     6Tested up to: 4.7.5
     7Stable tag: 1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8686== Changelog ==
    8787
     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
    8891= Version 1.3.4 =
    8992* 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  
    55Tags: affiliate store, affiliate shop, affiliate product management, simple affiliate page, affiliate marketing
    66Description: This plugin allows you to manage and display a simple list of affiliate products and banners
    7 Version: 1.3.4
     7Version: 1.4
    88Author: PeoplesGeek
    99Author URI: http://www.peoplesgeek.com
     
    1111Domain Path: /languages
    1212
    13     Copyright 2012 Brian Reddick (info@peoplesgeek.com)
     13    Copyright 2012 Brian Reddick
    1414
    1515    This program is free software; you can redistribute it and/or modify
     
    300300            'hierarchical' => true,
    301301            'public' => true,
    302             'supports' => array('title'),//'excerpt'), // ,'author'
     302            'supports' => array('title','thumbnail'),//'excerpt'), // ,'author'
    303303            'menu_icon' => $this->shopURI. "images/cash-register-icon.png",
    304304            'labels' => array(
Note: See TracChangeset for help on using the changeset viewer.