Update 3.12.2

New: eWay payment gateway now forces the use of TLS1.2 Security Protocol.

New: When an order is processed using guest checked out, the Trading Entity now displays Guest instead of nothing.

Fix: Order First and Last Names changed to not required.

Fix: ConvertTextToDuration for negative durations.

Update 3.12.1

Fix: Allow first and last names to be blank on the order billing details.

Fix: Remove old scheduling service status from administration menu.

Update 3.12.0

New: Guest Checkout: when a user is checking out they do not need to create an account. If they would like to create an account while checking out they simply input a password. Guest checkout can be enabled/disabled by setting Allow Guest Checkout in Configure Components.

New: Billing Details: when a user is checking out the system can now ask for billing details.

New: ZipMoney payment method has been integrated to take payments via buy now / pay later payment gateways: zippay.com.au and zipmoney.com.au.

New: When invoice shows a balance due the payment instructions includes a link to pay.

New: Notes property and Insert Note function on Orders.

New: Payment processing errors are recorded in notes on the order.

Fix: Redirect URLs comparison methods now ignores case.

Fix: Blocked several business objects from being viewed by the public.

Fix: Error on load when attempting to determine user culture code when the user's country can not be determined.

Update 3.11.7

New: Enabled Fraud Guard on SecurePay payment gateway transactions.

Fix: Error when displaying invoice for an order to be picked up.

Fix: Error in TransactionException when no transaction number.

Fix: Start next automated transaction throwing error when finalising.

Update 3.11.6

Fix: Modified the links to filters of article and directory views to tell search engines not to follow. This also helps when producing the sitemap for search engine submission.

Fix: Updated Search Engine Site Map Ping Service URLs.

Fix: Updated Blog Directory Ping Service URLs.

Update 3.11.5

New: You can now select Google reCAPTCHA for the Human Verification Method. You can do this via Configure Form Validation. You will need to sign up for Google reCAPTCHA to get a site key and secret key which can be set in Configure Form Validation. Once configured, forms generated by the system will automatically add Google reCAPTCHA if needed. To manually add to a form add a merge field containing expression: Application.GenerateHTMLHumanVerificationControl(0).

New: Shared function created called Web.WebRequest(URL, Method, AcceptType, ContentType, Content, OtherHeaders, Timeout) which minimized code throughout the system.

Fix: Process would crash without error when submitting a Trading Item. This was due to the relation to Auctions and the RoundToValue on the definition for Auction.OpeningPrice was set to 0.01. Although there is nothing wrong with this the run-time did not like it. A temporary work around was put in place using RoundToValueExpression with same value as a string.

Update 3.11.4

New: Changed the email notification for automated tasks to include the success of the run and a link to the result if results recorded.

Update 3.11.3

Fix: When sending an email campaign an invalid email addresses would halt execution of the batch.

Fix: When Views were reloaded the existing view of the same name was getting an error when unloading.

Update 3.11.2

New: Upgraded web.config targetFramework to 4.6.1.

Update 3.11.1

New: Added the ability to change the targetFramework in the web.config when Application.InstallUpdates is run.

Update 3.11.0

New: New compilation using Visual Studio 2017.

New: Alipay payment gateway integration.

New: New Human Verification Method called Honey Pot.

New: A new URL parameter EndSessionOnComplete will abandon the session once the request is complete. It has been implemented when running automated tasks.

New: New property added Application.ActiveSessionCount which can be used to view how many sessions are currently active.

Fix: Will now only show payment methods for the currency the user has selected.

Fix: Removed unused Windows Service functions.

Update 3.10.4

Fix: A method definition created from configuration file had an incorrect qualified name for the returns value.

Update 3.10.3

Fix: A new base.js function to allow you to click on the 2nd and subsequent inputs in a control wrapped with a label.

Update 3.10.2

New: A new Base.js function that detects a click on an element and toggles a class in another element. To acheive this do the following to the clickable element:

  • Add a class called toggler.
  • Add an attribute called data-selector which contains a CSS selector pointing to the element(s) you want to toggle.
  • Add an attribute called data-toggle-class which contains a CSS class you want to toggle (add if not there/remove if is).
  • Examples: Put the first one on the page to open the subscription form and the second on the subscription form to close it.
    • <span class="button toggler" data-selector="#subscription-form" data-toggle-class="show">Subscribe Now</span>
    • <span class="button toggler" data-selector="#subscription-form" data-toggle-class="show">Close</span>

 

Update 3.10.1

New: A new method called Captch Equation for the Human Verification Code will display an equation in the Catcha image for the user to solve.

Update 3.10.0

New: You can now specify multiple language sites. This should be used when duplicating sites for different cultures (language and/or location). It tells the search engines that the content in the other sites is duplicated for another culture. This way the search engines will not penalise you for having duplicate content. Also, visitors will be redirected to the appropriate site based on their default culture (language and current location). To do this follow these steps for every site:

  • Set all supported languages for all sites in each site
  • Set base culture code for each site
  • Set Domains in Configure Website for each site (make all the same)
    • Format: [Domain], [Culture Code]; [Domain], [Culture Code]; etc
    • Example: www.theinternetplatform.com, en; www.theinternetplatform.com.au, en-AU; www.theinternetplatform.com.cn, zn-CN
    • Note: The first domain should be the default where the user is redirected if no culture is matched.

Error: When filtering a collection with a boolean property.

Update 3.9.5

New: New version of the HTML editor.

New: New base.css styles.

Fix: Error when loading the definition inpsector for a custom business collection item after a reset.

Fix: Error when Application.GetView that inherits another business collection is reloaded.

Update 3.9.4

New: Kosova added to Countries with a temporary ISO code of XK and currency EUR.

Update 3.9.3

New: If an article file name is specified ending with a forward slash (for example, http://yourdomain.com/contact/), it will be redirected without the ending forward slash (for example, http://yourdomain.com/contact).

Fix: Services functions List Times and Open As ICalendar were not returning all times in some circumstances.

Update 3.9.2

New: Now records the date/time a service booking is booked.

Update 3.9.1

Fix: Open As ICalendar now has correct start and finish times based on the time zone.

Fix: Error in install updates for websites using cart items.

Update 3.9.0

New: Can now set the base time zone for the system.