Plugin Directory

Changeset 1061226


Ignore:
Timestamp:
01/06/2015 12:27:35 PM (11 years ago)
Author:
owencutajar
Message:

New version - Pulled in Custom Contact option from premium version

Location:
wp-auctions/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-auctions/trunk/readme.txt

    r1022999 r1061226  
    2323**New Features:**
    2424
     25* Custom contact field. Request phone numbers, addresses etc...
    2526* Show auctions in a List or Graphic format.
    2627* Set a global Bid increment value for all auctions.
     
    105106== Changelog ==
    106107
     108= 3.3 =
     109* New Feature: Customize the Contact field. You can request other data like phone number, address, date of birth etc...
     110
    107111= 3.2 =
    108112* New Feature: Show auctions in sidebar widget in list or graphic format
  • wp-auctions/trunk/wp_auctions.php

    r1022999 r1061226  
    44Plugin URI: http://www.wpauctions.com/download/
    55Description: Implements the ability to run auctions on your own blog. Once activated, add the widget to your sidebar or add <code>&lt;?php wp_auctions(); ?&gt;</code> to your sidebar.
    6 Version: 3.2
     6Version: 3.3
    77Author: Owen Cutajar & Hyder Jaffari
    88Author URI: http://www.wpauctions.com/profile
     
    1515  v3.1 Free  - OwenC - 27/10/14 - Refreshed with premium features - Registered users only options
    1616  v3.2 Free  - OwenC -  9/11/14 - Refreshed with premium features - List Format
     17  v3.3 Free  - OwenC -  6/1/15 - Refreshed with premium features - Custom Contact Field
    1718*/
    1819
     
    2324    require_once('../../../wp-config.php');
    2425 
    25 $wpa_version = "3.2";
     26$wpa_version = "3.3";
    2627
    2728// Consts
     
    17271728        <p><?php _e('Specify the HTML you would like to display if there are no active auctions. Leave blank for standard "No Auctions" display<br>To rotate ads, separate with &lt;!--more--&gt;','WPAuctions') ?></p></td>
    17281729      </tr>
    1729       <!-- W4 - Test Custom Contact before releasing
     1730
    17301731      <tr valign="top">
    17311732        <th scope="row" class='row-title'><?php _e('Custom Contact Field:','WPAuctions') ?></th>
     
    17341735        <p><?php _e('Enter your custom contact field caption (leave blank for URL <- this is the default setting)','WPAuctions') ?></p></td>
    17351736      </tr>
    1736       -->
    17371737      <tr valign="top">
    17381738        <th scope="row" class='row-title'><?php _e('RSS Feed link:','WPAuctions') ?></th>
Note: See TracChangeset for help on using the changeset viewer.