New: Membership.AutoRenew
now can be set to:
New: When an email is generated, prior to sending to the recipients, the system scans the HTML for images that need to be resized, copies and resizes them in the email folder and updates the link.
New: Property data type PhoneNumber
will check if number is compliant. Allows leading +
, 3 to 15 numbers, opening bracket (
with matching closing bracket )
, space and hyphen -
separators. For example, +61 7 5535 8942
, (07) 5535-8942
, etc.
New: The following property was created on the website object to return organisations visible to the current user.
VisibleOrganisations
with filename organisations
New: The system only retrieves required table rows when necessary. This can be overridden if you know most rows are going to be accessed, like menu items, and the system will return all so there are less requests to the database. To do this set CollectionDefinition.AlwaysFillWithoutFilters
.
Fix: The search control, clear filter and items per page now include nofollow so search engines don't index.
Fix: When processing an order and notifications, invoice, etc. failed to send the process would stop. Now it continues with a note added to order.
Fix: Error retrieving display value in filter on collection when filtered on a variable like [Today]
.
Fix: Error in GenerateCaptchaImage
.
New: ServiceSchedule.AvailableQuantity
and ServiceTime.AvailableQuantity
when blank default to Service.AvailableQuantity
.
Fix: Attachments can now be viewed without going via the primary object if allowed.
Fix: BusinessObject.GetHTMLBreadCrumbs
to show current object. Also, now will create links to the custom view by default if one exists.
Fix: Modified BusinessCollectionItem.ToString
for new items.
Fix: Canonical path for pages including home page.
Fix: Canonical path for collections.
Fix: Filter menu for items with sub-items such as categories and sub-categories.
New: ClassDefinitionAttribute.SubmitDisplayNameExpression
and MethodDefinitionAttribute.SubmitDisplayNameExpression
allow you to set the name of submit button. For example, login method submit button might say "Sign In".
Fix: Error when trying to cascade delete rows when the related table is a view.
Fix: When checking out from dashboard cart.
New: ValueDefinitionAttribute.FilterMenuGrouping
is used to group items in the filter menu. For example, grouping on Article.Issue
might be [IssueYear] desc
or grouping on User.Region
might be [CountryName], [StateName]
. Note: the group column names must exist on the table of the column filtering by. For example, CountryName and StateName must also exist on the Users table.
New: ValueDefinitionAttribute.FilterMenuSortAscending
is used to sort items in the filter menu. True = Ascending and False = Descending.
New: Add calculated property Article.IssueYear
which is used to group issues in filter menu.
Fix: EnumerationDefinitionAttribute.DefaultValue
produced an error when enumeration name like Now could be evaluated.
New: The following properties were created on the website and group objects to return published articles visible to the current user.
VisibleServiceTimes
with filename servicetimes
New: Filter functions on visible service times.
Upcoming
Past
FilterByCategory
FilterByCountry
FilterByState
FilterByRegion
New: When specifying users for a booking the system can now ask for additional information for each user such as Dietary Requirements. You can specify the name of that additional information in Service.BookingAdditionalInformation
.
New: CartItems.HasSubscriptions
and CartItem.IsSubscription
.
New: You can now set BusinessCollection.ItemsPerPage
to zero.
Fix: Breadcrumbs filter expression were showing the values instead of the formatted display text.
Fix: Membership.Subscription
set where possible and Membership.AutoRenew
set on.
Fix: Pages moved to templates have wrong item type.
Fix: Several speed issues when requesting a page.
Fix: User.Industry
was a readonly property.
Fix: Disposal of business object when processing a return value.
Fix: Articles.FilterByIssue
.
Fix: FilterExpression.ToString
.
Fix: ValueDefinitionAttribute.CreateFilterMenu
.
Fix: EnumerationDefinitionAttribute.DefaultValue
.
Fix: GenerateHTMLSearchControl
when using short-cut paths.
Fix: Styles for search-control.
Fix: Styling issues in CartItems.ConfirmOrder
.
Fix: Styling for readonly HTML control.
New: Title and Description properties have been added to the Template. These properties can contain merge scripts and the results are added as meta tags on a web page or subject of an email.
New: All pages that were used as templates such as success messages and email templates are now moved to templates. Pages are now simply used for web pages and no longer used for emails.
Fix: SendEmailForm
will no longer send from email address of the user entering the information. If you want to send from anyone other than the administrator, then an input control with type=hidden or type=text, name=Sender and the value being the email address should be included on the form. However the Reply-To will have the email address of the user entering the information.
Fix: When ServiceBooking.Time
is update it resets the start and finish time.
Fix: Function ServiceBooking.AllowSendEmail
and ServiceBooking.AllowSendEmailIncludingUser
.
New: Group.MaximumMemberships
: the maximum number of active memberships a group is allowed.
New: Group.Image
: can be used for a banner image or like.
New: Organisation.Logo
: the representative logo of an organisation.
New: ServiceTime.SpecifyUsers
now asks for additional information (if required) for each user such as meal preference.
New: You can now customise the booking confirmation letter for each service. This can be done by creating a merge page named [Service.FileName].servicebooking.confirmationletter
.
New: Base styles nav.minimize1080
and nav.minimize1200
.
New: You can now change the maximum bookings for both a service schedule and time.
New: When adding custom properties to a service available schedule, the values are copied to a service time when generated, if the custom properties exist.
Fix: Custom properties and methods on the inherited class are now included.
Fix: Duplicate note created when service booking email sent.
Fix: Output of meta tags for canonical and next and prev pages.
Fix: Output of filter menu to add meta tags telling search engines not to follow link when there is more than one filter applied to the link.
New: There are several new operators for comparing item type properties (ItemDefinition
) where the item has a parent. For example, Category.Parent
. For this to work there must be a calcualated columns on the table with same name plus "Ancestors" and "Descendants". For example, for Article.Category
there would also be Article.CategoryAncestors
and Article.CategoryDescendants
. These return a pipe delimiter list of IDs. The operators are as follows:
AncestorOf
is /
AncestorOfOrEqualTo
is /=
DescendantOf
is \=
DescendantOfOrEqualTo
is \=
RelativeOf
is /\
RelativeOfOrEqualTo
is /\=
Fix: Filtering articles by category now includes the articles of descendant categories.
Fix: Site default static index file will now be loaded if exists.
Fix: Output of ValueDefinition.GenerateHTMLControl
and ValueDefinition.CreateFilterMenu
.
Fix: A HTML form with class disable-window-on-submit
now on submit includes the message "Please wait while processing..." with spinning repeat icon.
New: Website.ClientIPInfo
will return information about the client IP address as follows. This will use a free service but is limited to 45 requests per minute. Obtaining an API Key will give you unlimited requests. Create a configuration setting named IPAPIKey
with the value being the key.
New: Website.UserCountry
and Website.UserGeolocation
now get their info from Website.ClientIPInfo
.
New: Articles can now have a single category.
New: Search results for users on dashboard now include "Login as User".
New: Collection.DefaultItemsPerPage
now set to 25. Templates
and Snippets
set to 100, while Email
set to 5.
New: CollectionClassDefinition.GenerateFilterMenus
includes a clear filter option.
New: Styles for nav.filter-menu
.
Fix: Various fixes to ValueDefinition.CreateFilterMenu.
Fix: The return URL when logging in via custom register.
Fix: Article.Publish
return URL.
Fix: Article.StatusMessage
retrieving template to use.
Fix: CourseEnrolmentEmail.SendNow
.
Fix: Email.SendNow
sort order.
Fix: RelatedTradingItem.RelatedItemSelectableValues
.
Fix: New process path method now checks for redirect when path not found.
Fix: The page title generated for HTML output has been modified.
Fix: Collection.Definition.GenerateHTML
now shows the correct methods for each item.
Fix: Data.ConvertSQLToFilterExpressions
.
Fix: A HTML form with class disable-window-on-submit
now on submit includes the message "Please wait while processing..." with spinning repeat icon.
Fix: Error when renaming items with UpdateAllLinks
parameter set to yes.
Fix: Error viewing Trading Item Discounts.
Fix: Info message not detected in client-side scripts.
Fix: Couldn't add a large number of items to the cart due to storage size of cookies.
New: Can now create an email campaign based on course enrolments.
New: Can now retrieve custom properties via BusinessCollectionItem.RawDataValue
.
Fix: When adding a new stored payment method it now only shows the available payment methods in the user's currency.
Fix: When filtering stored payment methods by expiry date.
Fix: Error in Group.ProcessSubscription
.
Fix: User unable to remove own stored payment method.
Fix: Client-side scripts and stylesheets.
Fix: To open and close methods for multiple service times.
New: Can now Open and Close multiple Service Times at once.
Fix: Error when viewing items of a Future Order.
New: Property ItemTags.TagSet
added in order to create properties that will be specific to a tag set. For example, Product.Colours
for a multi select or Product.Material
for a single select. Selections from both will be listed in the item tags.
New: BusinessCollectionItem.DataValue.Set
now updates LinkingForeignCollectionDefinition
properties as well.
Fix: LinkingForeignCollectionDefinition.GenerateHTMLControl
now output a single select control when MaximumItems
is equal to one.
Fix: LinkingForeignCollectionDefinition.GenerateHTMLControl
was outputing a readonly control.
Fix: When submitting a form to add or update a business collection item, properties not included as controls on the form are ignore.
New: ValueDefinitionAttribute.GetCode
and ValueDefinitionAttribute.SetCode
allow for custom methods to get and set values on a property.
New: BusinessObject.GetPropertyValue
and BusinessObject.SetPropertyValue
now available. Common.GetPropertyValue
renamed to Common.GetObjectPropertyValue
.
Fix: Error replacing form values in XML.
New: Can now position tags within a tag set.
New: BusinessCollection.FilterOnIDFileNameOrUniqueValues(Object)
now excepts a business collection item of array of business collection items.
Fix: Error listing a tag's items.
Fix: BusinessCollection.Item(ID)
now throw error when ID does not exist.
New: Can now tag any item not just Articles. i.e. Users, Groups, etc.
New: Function BusinessCollectionItem.Rename
will be visible to administrators if there is a column FileName
in the table.
New: Groups now have a trial period for membership which is free.
New: StoredPaymentMethods.ExpiredOn
to filter out expired payment methods.
Fix: When a form is submitted and returned due to error or displaying message to redirect the field were not populated with the user input.
Fix: Error in BusinessCollection.FilterOnIDFileNameOrUniqueValues
.
Fix: Error when generating email.
Fix: Error when viewing/editing a region.
Fix: Backward compatibity for Human Verification Code on forms to block spambots.
Fix: Error in Group.SubscribeNewUser
.
Fix: Backward compatibity for Human Verification Code on forms to block spambots.