Skip to main content
Toggle navigation menu
Back to website
Submit a request
Sign in
Wicket Support
What's new
Release Notes
Search
Release Notes
v2.64.0 - May 16th, 2023
v2.63.3 - May 3rd, 2023
v2.63.2 - April 18th, 2023
v2.63.1 - April 6th, 2023
v2.63.0 - March 28th, 2023
v2.62.0 - March 13th, 2023
v2.61.1 - February 7th, 2023
v2.61.0 - January 31st, 2023
v2.60.0 - January 9th, 2023
v2.59.1 - November 30th, 2022
v2.59.0 - November 29th, 2022
v2.58.1 - Nov 2nd, 2022
v2.58.0 - October 12th, 2022
v2.57.0 - Sept 7th, 2022
v2.56.2 - Aug 25th 2022
v2.56.1 - August 24th, 2022
v2.56.0 - August 16th, 2022
v2.55.0 - August 15th, 2022
2.54.1 - August 8th, 2022
v2.54.0 - July 13th, 2022
v2.53.2 - June 29th, 2022
v2.53.1 - May 31st, 2022
v2.52.0 - May 3rd, 2022
v2.51.4 - April 27th, 2022
v2.51.3 - March 30th, 2022
v2.51.2 - March 23rd, 2022
v2.51.1 - March 17th, 2022
v2.51.0 - February 17th, 2022
2.50.0 - January 19th, 2022
v2.49.3 - December 7th, 2021
Next
›
Last
»
Modified Support Hours June 1st & 2nd
<% var getColumnClasses = function(columnNumber) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Have questions? We've got answers!
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% var getColumnClasses = function(columnNumber) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Get in touch
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Still need help?
Contact us
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 12 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %> <% if (category.isActive) { %>
<% } %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %> <% if (section.isActive) { %>
<% } %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>