Plugin Directory

Changeset 1123473


Ignore:
Timestamp:
03/30/2015 08:55:12 AM (11 years ago)
Author:
owencutajar
Message:

Added extra image for auction - Auctions can now have 2 images

File:
1 edited

Legend:

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

    r1073399 r1123473  
    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.4
     6Version: 3.5
    77Author: Owen Cutajar & Hyder Jaffari
    88Author URI: http://www.wpauctions.com/profile
     
    1717  v3.3 Free  - OwenC -  6/1/15 - Refreshed with premium features - Custom Contact Field
    1818  v3.4 Free  - OwenC - 22/1/15 - Refreshed with premium features - Added Shipping
     19  v3.5 Free  - OwenC - 30/03/15 - Added extra image
    1920*/
    2021
     
    2526    require_once('../../../wp-config.php');
    2627 
    27 $wpa_version = "3.4";
     28$wpa_version = "3.5";
    2829
    2930// Consts
     
    22102211
    22112212   
    2212   <!-- <h2 class="other-settings"><em><?php _e('Optional Settings','WPAuctions') ?></em></h2>
     2213  <h2 class="other-settings"><em><?php _e('Optional Settings','WPAuctions') ?></em></h2>
    22132214    <table width="100%" cellspacing="2" cellpadding="5" class="widefat">
    2214         W6 - Test BIN pricing before releasing
     2215    <!--    W6 - Test BIN pricing before releasing
     2216   
    22152217       <tr valign="top" class="alternate">
    22162218        <th scope="row"><?php _e('Buy It Now Price:','WPAuctions') ?></th>
     
    22192221      </tr>
    22202222      -->
    2221       <!-- W7 - Test Extra image before releasing
    22222223      <tr valign="top">
    22232224        <th scope="row"><?php _e('Extra Image:','WPAuctions') ?></th>
     
    22342235        </td>
    22352236      </tr>
    2236       -->
    22372237      <!-- W8 - Test in-post auctions before releasing
    22382238      <tr valign="top" class="alternate">
Note: See TracChangeset for help on using the changeset viewer.