Changeset 1061226
- Timestamp:
- 01/06/2015 12:27:35 PM (11 years ago)
- Location:
- wp-auctions/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp_auctions.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-auctions/trunk/readme.txt
r1022999 r1061226 23 23 **New Features:** 24 24 25 * Custom contact field. Request phone numbers, addresses etc... 25 26 * Show auctions in a List or Graphic format. 26 27 * Set a global Bid increment value for all auctions. … … 105 106 == Changelog == 106 107 108 = 3.3 = 109 * New Feature: Customize the Contact field. You can request other data like phone number, address, date of birth etc... 110 107 111 = 3.2 = 108 112 * New Feature: Show auctions in sidebar widget in list or graphic format -
wp-auctions/trunk/wp_auctions.php
r1022999 r1061226 4 4 Plugin URI: http://www.wpauctions.com/download/ 5 5 Description: Implements the ability to run auctions on your own blog. Once activated, add the widget to your sidebar or add <code><?php wp_auctions(); ?></code> to your sidebar. 6 Version: 3. 26 Version: 3.3 7 7 Author: Owen Cutajar & Hyder Jaffari 8 8 Author URI: http://www.wpauctions.com/profile … … 15 15 v3.1 Free - OwenC - 27/10/14 - Refreshed with premium features - Registered users only options 16 16 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 17 18 */ 18 19 … … 23 24 require_once('../../../wp-config.php'); 24 25 25 $wpa_version = "3. 2";26 $wpa_version = "3.3"; 26 27 27 28 // Consts … … 1727 1728 <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 <!--more-->','WPAuctions') ?></p></td> 1728 1729 </tr> 1729 <!-- W4 - Test Custom Contact before releasing 1730 1730 1731 <tr valign="top"> 1731 1732 <th scope="row" class='row-title'><?php _e('Custom Contact Field:','WPAuctions') ?></th> … … 1734 1735 <p><?php _e('Enter your custom contact field caption (leave blank for URL <- this is the default setting)','WPAuctions') ?></p></td> 1735 1736 </tr> 1736 -->1737 1737 <tr valign="top"> 1738 1738 <th scope="row" class='row-title'><?php _e('RSS Feed link:','WPAuctions') ?></th>
Note: See TracChangeset
for help on using the changeset viewer.