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.129.0 - June 4, 2026
v2.128.0 - May 20, 2026
v2.127.0 - April 29, 2026
v2.126.0 - April 16, 2026
v2.125.1 - April 7, 2026
v2.125.0 - March 26, 2026
v2.124.1 - March 11, 2026
v2.124.0 - March 5, 2025
v2.123.0 - February 26, 2026
v2.122.0 - February 17, 2026
v2.121.0 - February 11, 2026
v2.120.0 - January 21, 2026
v2.119.0 - January 7, 2026
v2.118.0 - December 11, 2025
v2.117.1 - November 27, 2025
v2.117.0 - November 13, 2025
v2.116.0 - November 5, 2025
v2.115.2 - October 27, 2025
v2.115.1 - October 23, 2025
v2.115.0 - October 14, 2025
v2.114.0 - October 2, 2025
v2.113.0 - September 23, 2025
v2.112.0 - September 9, 2025
v2.111.0 - August 26, 2025
v2.110.0 - August 14, 2025
v2.109.0 - July 31, 2025
v2.108.0 - July 16, 2025
2.107.0 - June 27, 2025
v2.106.0 - June 19, 2025
v2.205.0 - June 4, 2025
Next
›
Last
»
<% 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
<% } %>
<% } %>