Change: Modify column display of the categories page on smaller desktop screens.
Fix: Sign in modal form was incorrectly hiding if incorrect credentials were submitted, rather than
displaying the sign in error.
Admin
Add: Ability to enable/disable main categories from the categories management page.
Change: Retrieve current version of the software using a cron task, once a day, rather than every time the
admin dashboard was being accessed.
Listings
Fix: Youtube and other embedded videos didn't work when using the lightgallery plugin.
Fix: The lightgallery plugin didn't generate thumbnails properly in some cases.
Fix: For classifieds, clicking on the "contact seller" button didn't correctly redirect the user to the
"questions & answers" tab on the listing details page.
Search & Browse
Add: Search form for blocked users section.
Change: Improved meta title and description on category specific browse pages.
Change: For both / crawler searches, disable the sorting and items per page variables, to optimize server
load on large databases.
Fix: Issue with adult categories not always displaying the warning message.
Change: Price range form fields to accept localized numeric values, rather than decimal values only.
Cart, Purchase & Shipping
Add: Ability from the admin control panel to set the default shipping locations for all new accounts, rather
than forcing "Domestic".
Messaging
Add: If a message topic has more than two users in the conversation, display and send email
notifications to all recipients.
Multilanguage
Fix: Issue with translated sentences using the ' character: it caused an error with rendering the
image uploader element.
Add: Enable language change and languages in the admin control panel even if multilanguage is disabled on
the front end.
Emails
Change: Modify SMTP transport method configuration to allow the selection of the SMTP protocol, rather than
forcing it.
Cron
Change: If running the cron task from the application, it will not be run when a crawler / bot accesses the
website.
Change: Improved several cron sql queries to lower server load in certain cases.
Add: Created secondary cron tasks function, to run certain tasks daily by default, rather than running them
using the main cron call, which usually runs once per minute.
Add: Cron tasks to optimize the purge of tables having both user_id and user_token columns.
Fees & Payment
Fix: Issue with users not get redirected to the sign-up fee payment page after registration, if a signup fee
was set.
CMS
Change: Prohibit the usage of reserved slugs (which are set on the routes array in the code, Eg.: "sell",
"sign-in")