Plugin Directory

Changeset 689460


Ignore:
Timestamp:
03/31/2013 01:55:17 PM (13 years ago)
Author:
owencutajar
Message:

Tweak redux

Location:
wp-auctions/trunk
Files:
2 edited

Legend:

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

    r689421 r689460  
    3939For more information and to take a look at the Pro version, visit our website - [WP Auctions](http://www.wpauctions.com "Auction Plugin for WordPress").
    4040
    41 **Special Offer**
    42 
    43 Upgrade today, use code 1BCF1 to get $15 off!
    44 
    45 **Need Help?**
    46 
    47 We have a dedicated forum here [WP Auctions Forum](http://www.wpauctions.com/forums/ "Forum") where you can register for free and let us know about any issues you are facing. Once you register please send us an email stating the username you have selected so we can activate you as soon as possible.
    48 
    49 We encourage you to ask us any questions you may have before rating or placing a vote on the plugin. Thank you!
    50 
    5141== Installation ==
    5242
     
    6656
    6757The plugin uses the jQuery Javascript library and was coded with best practices so as not to conflict with your theme or other plugins. To check where the problem could be, try to switch to the default theme and disable your other plugins and see if that will fix the problem.
    68 
    69 = Why do my images not show up? =
    70 
    71 This could be due to a number of factors, but mostly due to the fact that the "files" folder needs to be CHMOD 777 in order to save your images. We've included links to instructions in the backend area, under the "Add" screen, on how to do it.
    72 
    73 = How do I insert HTML as part of my description? =
    74 
    75 Simple, here's an example of a paragraph:
    76 
    77 <p>Your text comes here</p>
    78 
    79 There are specific instructions for you under the description entry box on the "Add" screen as well.
    8058
    8159= Why does the AJAX popup look weird on my blog? =
     
    10280* and much, much more...
    10381
    104 More information at: [WP Auctions](http://www.wpauctions.com "Auction Plugin for WordPress"). Don't forget to use coupon code 1BCF1 to get $15 off!
     82More information at: [WP Auctions](http://www.wpauctions.com "Auction Plugin for WordPress").
    10583
    10684== Screenshots ==
     
    11391
    11492== Changelog ==
     93
     94= 2.03 =
     95* Text update
    11596
    11697= 2.02 =
     
    203184== Upgrade Notice ==
    204185
     186= 2.03 =
     187
     188Text updates
     189
    205190= 2.0 =
    206191
  • wp-auctions/trunk/wp_auctions.php

    r689421 r689460  
    44Plugin URI: http://www.wpauctions.com/downloads
    55Description: WP Auctions allows you to host auctions on your own blog or website.
    6 Version: 2.03
     6Version: 2.03b
    77Author: Owen Cutajar & Hyder Jaffari
    88Author URI: http://www.wpauctions.com
     
    1717     v2.0 - Improved based on Gold functionality (example image handling)
    1818     v2.02 - Bug fixes
    19      v2.03 - Minor tweaks
     19     v2.03b - Minor tweaks
    2020*/
    2121
     
    2424    require_once('../../../wp-config.php');
    2525 
    26 $wpa_version = "2.03 Lite";
     26$wpa_version = "2.03b Lite";
    2727
    2828// helper functions
Note: See TracChangeset for help on using the changeset viewer.