Plugin Directory

Changeset 1022792


Ignore:
Timestamp:
11/10/2014 07:42:57 AM (11 years ago)
Author:
owencutajar
Message:

Next revision - list feature pulled in from premium version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-auctions/trunk/wp_auctions.php

    r1015115 r1022792  
    1414  v3.0 Free  - OwenC - 14/10/14 - Refreshed with premium features - Added Bid Increment - Added TinyMCE and WP Media
    1515  v3.1 Free  - OwenC - 27/10/14 - Refreshed with premium features - Registered users only options
     16  v3.2 Free  - OwenC -  9/11/14 - Refreshed with premium features - List Format
    1617*/
    1718
     
    2223    require_once('../../../wp-config.php');
    2324 
    24 $wpa_version = "3.1";
     25$wpa_version = "3.2";
    2526
    2627// Consts
     
    17081709        <p><?php _e('Choose a graphical style for your widget.','WPAuctions') ?></p></td>
    17091710      </tr>
    1710       <!-- W3 - Test List Format before releasing
    17111711      <tr valign="top">
    17121712        <th scope="row" class='row-title'><?php _e('List Format:','WPAuctions') ?></th>
     
    17191719        <p><?php _e('Select whether you prefer the sidebar widget to show a graphical or list format','WPAuctions') ?></p></td>
    17201720      </tr>
    1721       -->
    17221721       
    17231722      <tr valign="top" class="alternate">
Note: See TracChangeset for help on using the changeset viewer.