Changeset 689460
- Timestamp:
- 03/31/2013 01:55:17 PM (13 years ago)
- Location:
- wp-auctions/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
wp_auctions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-auctions/trunk/readme.txt
r689421 r689460 39 39 For more information and to take a look at the Pro version, visit our website - [WP Auctions](http://www.wpauctions.com "Auction Plugin for WordPress"). 40 40 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 51 41 == Installation == 52 42 … … 66 56 67 57 The 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.80 58 81 59 = Why does the AJAX popup look weird on my blog? = … … 102 80 * and much, much more... 103 81 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!82 More information at: [WP Auctions](http://www.wpauctions.com "Auction Plugin for WordPress"). 105 83 106 84 == Screenshots == … … 113 91 114 92 == Changelog == 93 94 = 2.03 = 95 * Text update 115 96 116 97 = 2.02 = … … 203 184 == Upgrade Notice == 204 185 186 = 2.03 = 187 188 Text updates 189 205 190 = 2.0 = 206 191 -
wp-auctions/trunk/wp_auctions.php
r689421 r689460 4 4 Plugin URI: http://www.wpauctions.com/downloads 5 5 Description: WP Auctions allows you to host auctions on your own blog or website. 6 Version: 2.03 6 Version: 2.03b 7 7 Author: Owen Cutajar & Hyder Jaffari 8 8 Author URI: http://www.wpauctions.com … … 17 17 v2.0 - Improved based on Gold functionality (example image handling) 18 18 v2.02 - Bug fixes 19 v2.03 - Minor tweaks19 v2.03b - Minor tweaks 20 20 */ 21 21 … … 24 24 require_once('../../../wp-config.php'); 25 25 26 $wpa_version = "2.03 Lite";26 $wpa_version = "2.03b Lite"; 27 27 28 28 // helper functions
Note: See TracChangeset
for help on using the changeset viewer.