V4.0.0 is now released and is available from our customers section. I want to say thanks to everyone and I am very sorry for the delay in this version. 2007 was a bad year for me and hopefully now everything is back to a more normal routine.
This is the first official release of v4 and includes lots of changes from the v3.1 line. You can see a full list at the bottom of this post.
Please note: We decided to remove the memberships system totally from v4 because of the issues we have had with them. If this is a must need then you should use v3.1 as they are included with it. In the future they may be added back as part of the core or as a module but we do not have any dates or time estimates.
FAQ:
Is upgrading easy?
Upgrading should be easy and you should follow the instructions
EXACTLY as they are listed here:
http://www.68classifieds.com/knowled...rlier-version/
Will my templates from v3 work with v4?
No the templates have changed and you will need to redo them.
Am I required to upgrade?
No you are not required to upgrade.
Will my modules from v3 work with v4?
We do not guarantee they will work. You should check with the developer of the module. As for our modules we will be working on converting them over the next few weeks.
Do you have a demo of v4?
Yes you can see a demo here:
http://www.68classifieds.com/demo/
Notes:
If you find any bugs please post them to our bug tracker here:
68 Classifieds Issue Tracker
The download is available in our customers area:
68 Classifieds Customers Area
Files changed from RC10:
userjoin.php (modified) (1 diff)
includes/paymentapi/twocheckout/readme.php (modified) (1 diff)
includes/core/checkout/step3submit.php (modified) (1 diff)
includes/classes/kernel/Listings.php (modified) (4 diffs)
includes/classes/kernel/Login.php (modified) (9 diffs)
external.php (modified) (1 diff)
administration/language/english.php (modified) (1 diff)
administration/templates/default/orders/orders_browse.tpl (modified) (2 diffs)
administration/templates/default/style/default.css (modified) (2 diffs)
administration/templates/default/products/products.tpl (modified) (1 diff)
templates/default/layout.tpl (modified) (2 diffs)
New Features in V4.0.0- Redesigned Administration
- Redesigned Default Template
- Changed the order system
- - All orders come from one table
- - You can now add an internal name to products. This way you can name two the same but tell them apart.
- - Listing status is determined by order status. So if you change an order status it changes the listing status.
- - Changed date fields to not use the calendar so you can edit date and time.
- - Stepped Checkout
- - Users that didn't complete an order can finish the same order with out having to re-enter all the information.
- - Listings are separate from orders
- - Changed Renewal Process
- - Added transactions table
- - Added ability to view past orders
- - Cleaned up all the checkout files and moved the processing to includes/core/
- Added better sorting to administration and frontend
- Cleaned up all the code to be more Object Oriented.
- Added new calendar extra field type
- Added Private Message System
- Added a way for users to mark as spam so the administrator can take any needed actions.
- Added Order History
- Added More Reporting. Monthly sales stats, etc.
- Added User Notes
- Added different levels of administration
- Added Billing information for users.
- Added duplicate categories
- Added delete category and move all listings to another category.
- Added new payment gateway system.
- Moved all settings to one location.
- Added allowed html tags for placing a listing and for private messages
- Page Editor now has a preview at the bottom.
- Added new category slug so instead of category.php?type=2&sec=4 it is category.php?cat=truck
- Made the default template validate.
- Fixed some small pesky bugs with htmlspecialchars
- Added more options to external.php for rss.
- Added latest news to administration so you can see new release announcements plus any other news.
- Modified the way add to favorites works.
- Added Ajax when deleting file uploads for extra fields.
- Added support for login and redirect to the referring page
- Moved renewal settings to Checkout Settings.
- Moved all emails to Smarty template files.
- - Emails include a header and footer so you can define a global layout
- Renamed install folder to setup.
- This should be less confusing when you are upgrading.
- Added php validation when adding and modifying a listing.
- This prevents from users from bypassing javascript validation.
- Upgraded Smarty to the latest version
- Removed restrictions from category image upload.