PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
← All changes | readme.txt +143 -2 2.8.0 → 2.14.0 View file →
@@ -1,11 +1,11 @@
1 1 === aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder ===
2 2 Contributors: kodezen, academylms, tusharimran
3 3 Tags: block, blocks, editor, gutenberg, gutenberg blocks
4 4 Requires at least: 6.8
5 -Tested up to: 6.9
5 +Tested up to: 7.1
6 6 Requires PHP: 7.4
7 -Stable tag: 2.8.0
7 +Stable tag: 2.14.0
8 8 License: GPLv3
9 9 License URI: https://opensource.org/licenses/GPL-3.0
10 10
11 11 aBlocks is a Gutenberg-based website builder with 100+ free flexible blocks and powerful form solutions, allowing you to build any type of form!
@@ -307,8 +307,149 @@
307 307
308 308 Our external packages use [Lottie](https://github.com/chenqingspring/react-lottie) and [Striptags](https://github.com/ericnorris/striptags) is distributed under the terms of the MIT. Additionally, we incorporate [FontAwesome v6](https://fontawesome.com/license/free) under the CC BY 4.0 License, and [dnd kit](https://github.com/clauderic/dnd-kit) licensed under the MIT License.
309 309
310 310 == Changelog ==
311 +
312 += 2.14.0 - 24/09/2026 =
313 +* Added – Content Timeline: Top and Bottom content positions lay the items out in a horizontal row, with the connector line and scroll animation running between the markers and items stacking on small screens
314 +* Added – Image Hotspot: each hotspot can show an icon inside its pin, with Icon Color and Icon Size settings
315 +* Improved – Content Timeline: in the Top and Bottom layouts, Arrow Alignment reads Start, Center and End and places the arrow under the marker, including on small screens
316 +* Improved – Content Timeline: the connector line re-measures when items are added, removed or reordered, when the content changes size and when images finish loading
317 +* Improved – Heading: animated headings get their own HTML Tag (H1–H6), Alignment, Typography and Text Shadow settings in every animation type, and the animated text inherits the heading typography
318 +* Improved – Heading: the Typing, Slide Down and Swirl animations keep the heading the same size while they run, so the text around them no longer shifts or re-wraps, and the slide animations stay inside the phrase
319 +* Improved – Heading: typing holds the full phrase before the next one starts, the caret follows the last typed letter, and hidden padding letters no longer show as blank pauses
320 +* Improved – Tabs: the active tab's icon takes the title's active colour
321 +* Fixed – Heading: an animated heading could keep running twice after its settings changed in the editor or after switching browser tabs
322 +* Improved – Atomic Border: on tablet, mobile and custom breakpoints, Border width and Border radius show the value and unit inherited from wider breakpoints on every side and corner, instead of empty `0 PX` fields, and a value typed there keeps the inherited unit
323 +* Improved – Atomic Border: clearing a Border width or radius set on a breakpoint shows the inherited value again instead of `0`
324 +* Improved – Atomic Border: an inherited Border color shows a colour chip next to its code, and an inherited Border type shows as inherited, including the hint that a double border needs at least 3px
325 +* Fixed – Atomic Border: a breakpoint or hover/focus state that only changed the border width or colour turned an inherited dashed, dotted or double border into a solid one
326 +* Fixed – Atomic Border: the editor and the frontend now resolve the inherited border type the same way, including at custom breakpoints, and pages saved before this update pick up the corrected styles without being re-saved
327 +
328 += 2.13.1 - 15/09/2026 =
329 +* Security – Loop Builder: the public loop request now limits how many posts one request can render (100 by default, filterable with `ablocks/loop_builder/max_posts_per_request`), and only accepts post types and taxonomies that are publicly viewable
330 +* Security – Search block: the public search request only searches publicly viewable post types and returns at most 20 results (filterable with `ablocks/search/max_results`)
331 +* Security – Template importer: plugin dependency names are shown as plain text instead of HTML
332 +* Improved – Built JavaScript files and bundled libraries no longer contain extremely long single lines, so they can be reviewed line by line
333 +
334 += 2.13.0 - 15/09/2026 =
335 +* Added – Link Guard addon (off by default): links to scheduled, draft, private, trashed or deleted posts are unwrapped when the page renders, keeping their text, and come back as soon as the linked post is published
336 +* Added – Cookie Consent: third-party embeds such as video players and maps are blocked until the visitor consents, the same as scripts
337 +* Added – Cookie Consent: preferences open as a dialog that works with every banner layout, and visitors can close the banner without accepting
338 +* Added – Copy Styles and Paste Styles for atomic blocks: copy the look of any atomic block, including its global classes and animations, and paste it onto any other atomic block
339 +* Improved – Cookie Consent: the Banner settings are split into Layout, Content, Buttons, Preferences and Colours sub-tabs, and the live preview stays in view while you edit
340 +* Improved – Cookie Consent: the Tags tab checks whether another plugin actually places a tag before disabling its field, and sites behind a CDN or reverse proxy can say where the visitor's real IP address is
341 +* Improved – On tablet, mobile and custom breakpoints, settings show the values inherited from wider breakpoints, including every typography field, instead of empty fields
342 +* Improved – Children of an atomic Flex row share the row equally, a container narrower than its parent is centred, and an aBlocks Container inside a Div, Flex or Grid fills the row like an atomic container
343 +* Improved – Atomic SVG: Justify content and Align items position the icon, and a custom width keeps resizing it
344 +* Improved – Carousel: responsive navigation and pagination settings apply at custom breakpoints, and slides per view follows the site's breakpoint widths
345 +* Improved – Custom breakpoints show an icon in the device switcher, with their width on hover
346 +* Improved – Logout block custom URL controls
347 +* Improved – Updated the StoreEngine SDK to 1.5.7
348 +* Fixed – Editing a global class had no visible effect when the block kept its own value for the same setting, such as the direction or gap set by a layout preset
349 +* Fixed – Side-by-side atomic containers holding text overflowed the page instead of shrinking to fit
350 +* Fixed – Atomic blocks could break out of the theme's content width
351 +* Fixed – A linked atomic Div, Flex or Grid that contained other links broke the page layout on the frontend
352 +* Fixed – Flex wrap had no effect on atomic containers
353 +* Fixed – An empty Atomic Text collapsed on the frontend
354 +* Fixed – A value set on tablet was not inherited on mobile
355 +* Fixed – A container's drag handle covered the text inside it
356 +* Fixed – The mouse wheel did not scroll the page while the pointer was over a small atomic block such as an SVG icon
357 +* Fixed – Choosing a background overlay image opened an empty media library
358 +* Fixed – Pasting a sentence from Google Docs added a new block instead of pasting inline, and pasting a document into an empty Atomic Text left the empty block behind
359 +* Fixed – Atomic blocks pasted over an Atomic Text lost their styles and classes, and outdated style classes built up on copied blocks
360 +* Fixed – Carousel slides moved when selecting or dragging content inside a slide in the editor
361 +* Fixed – A value of 0 set on tablet or mobile fell back to the desktop value on the frontend
362 +* Fixed – Box shadows with a 0 offset did not render on the frontend, and a shadow on a container inside a Loop Template was clipped
363 +* Fixed – Loop Filter: button labels wrapped after clicking a filter, filters did nothing when the loop came from a synced pattern or template, and the reloaded results lost their styling
364 +* Fixed – Pages whose content is only a synced pattern loaded no aBlocks styles or scripts
365 +* Fixed – List item markers were not aligned with the first line of text
366 +* Fixed – Dynamic blocks showed "Error loading block" in the editor when another plugin added its own attributes to every block
367 +* Fixed – Opening a page with a Heading or atomic blocks marked it as edited before any change
368 +* Fixed – The plugin install link on the welcome page
369 +* Fixed – A console error when aBlocks Pro is active, and duplicate block IDs on the text of several blocks in the editor
370 +* Security – Loop Filter requests only return content the visitor is allowed to read
371 +
372 += 2.12.0 - 03/09/2026 =
373 +* Added – Atomic blocks: a new family of primitives — Text, Div, Flex, Grid, Image and SVG — that render one semantic tag with no wrapper markup, share a single style system, and emit one small stylesheet per unique design instead of one per block
374 +* Added – Reusable global classes: name a set of styles once, apply it to any atomic block, and edit it in one place to update every block using it, with a class manager for renaming, duplicating and deleting across the site
375 +* Added – Interaction states: style Hover, Focus, Focus (keyboard) and Active on any atomic block or global class, and preview each state in the canvas while you edit it
376 +* Added – Custom responsive breakpoints: register your own breakpoints with min and max widths, switch the canvas to them from the block toolbar, and choose whether values cascade down to narrower screens or apply only within their own range
377 +* Added – Interactions for atomic blocks: several animations per block, each with its own trigger, easing, repeat and per-breakpoint settings, including scroll-linked animations that follow the scroll position
378 +* Added – Paste from Google Docs: a pasted document becomes aBlocks blocks — headings, paragraphs, lists and tables — and its images are imported into the media library as WebP, deduplicated and named after their alt text. Pastes from anywhere else are untouched
379 +* Added – Cookie Consent: a consent banner with per-category tag blocking, so scripts you register stay blocked until the visitor agrees, and every form submission records the consent that was in force when it was sent
380 +* Added – Roles and permissions: grant editing, advanced settings or dashboard access per role, so a content-only author gets a content-only editor
381 +* Improved – A page now loads only the global classes it actually uses, rather than the whole library
382 +* Improved – The atomic inspector follows the layout conventions authors already know: panels that hold saved settings are marked, repeatable lists drag to reorder, and units sit on the label row
383 +* Improved – Enable Tablet Hamburger Menu control for the navigation block
384 +* Improved – Updated the StoreEngine SDK to 1.5.6
385 +* Fixed – Global classes could be lost when several were saved at once: each save rewrote the whole library, so a slow request could land last and overwrite every class created while it was in flight. Saves are now serialized and applied atomically on the server
386 +* Fixed – Class edits made just before switching to another class, closing the tab or saving the post were silently dropped
387 +* Fixed – Creating, duplicating or converting a class waited for the server before the editor responded, so on a slow connection it looked as though nothing had happened — and a class could end up applied to a block without ever being saved
388 +* Fixed – Pasting content into an Atomic Text block could replace it with a plain paragraph, losing the block's styles and classes
389 +* Fixed – Nested atomic blocks rendered without their styles on the frontend of block themes
390 +* Fixed – A block's own styles silently overrode the global class being edited, with nothing on screen to say so; the Style tab now names the properties responsible and can clear them
391 +* Fixed – A global class applied to a block did not stay selected after a reload, so the next edit landed on the block's own styles instead of the class
392 +* Fixed – Duplicating a block did not carry its class styles across correctly
393 +* Fixed – Custom width was ignored on Div, Flex and Grid while min and max width worked
394 +* Fixed – A child Div did not fill the available width inside a row-direction Flex container
395 +* Fixed – Div and Flex containers set to the same width rendered at different sizes on the frontend
396 +* Fixed – A single Div or Flex block was hard to select with the sidebar closed
397 +* Fixed – Flex direction was set to row but the Row icon did not read as active
398 +* Fixed – The active class colour did not persist after clicking away
399 +* Fixed – Accordion title index IDs and the font selection UI
400 +* Security – Block attribute values are escaped before being written into a `<style>` element, so a crafted attribute cannot break out of its own rule
401 +
402 += 2.11.1 - 14/08/2026 =
403 +* Fixed – Images with a custom width rendered too tall when "Serve responsive images" was on: adding a srcset triggers WordPress core's "sizes=auto", and an image with a width but no height had no aspect ratio, so the browser's contain-intrinsic-size fallback stretched it. The Performance Suite now always emits both width and height (deriving the missing one from the intrinsic ratio) before adding a srcset.
404 +
405 += 2.11.0 - 12/08/2026 =
406 +* Added – Performance Suite full-page cache: rendered pages are saved to disk so repeat visits skip WordPress, block parsing and theme rendering, with scheduled cache maintenance and background warming from your sitemap
407 +* Added – Site Scanner: a scored, interactive audit that runs 22 checks across caching, images, fonts, assets, search visibility and server configuration, and for anything it flags tells you what was found, why it matters and how to fix it
408 +* Added – Image optimization tools: on-server compression in three levels (gentle/balanced/aggressive) with optional WebP, unused-media cleanup, content-based duplicate detection, and gates that require meaningful filenames and alt text (no external API or quota)
409 +* Added – Responsive images (srcset/sizes) and LCP image preload for faster largest-contentful-paint
410 +* Added – Critical-CSS inlining and async CSS loading, split by property so applying deferred styles never causes layout shift (CLS-safe)
411 +* Added – Design system lock: optionally disable one-off typography and color/gradient picks in the editor so blocks can only use your global presets and palette
412 +* Added – Cache controls in the admin toolbar (aBlocks Cache) for quick purging
413 +* Added – Template-resolution cache, fragment cache for FSE template parts and a shared object-cache backend to lower server load
414 +* Improved – Self-hosted fonts are emitted as real font stacks and loaded on every page type
415 +* Improved – Smaller generated CSS: editor-only rules are stripped from the frontend, styles are deduped in the build, and no-op transitions and invalid unit-only values are removed
416 +* Improved – Mobile touch-target sizing for more tappable controls
417 +* Improved – Performance settings reorganized into focused sub-tabs
418 +* Improved – New controls for the hamburger / mobile menu
419 +* Fixed – DeferJs breaking the storefront for logged-out visitors
420 +* Fixed – Container link and aspect-ratio issues
421 +* Fixed – Menu trigger and submenu click issues
422 +* Fixed – Link reference passthrough not passing correctly
423 +* Fixed – Global localize issues
424 +* Fixed – Editor-CSS stripping accidentally removing valid frontend rules
425 +
426 += 2.10.0 - 05/07/2026 =
427 +* Improved – Fonts are now self-hosted and loaded per page for faster, privacy-friendly rendering (no external Google Fonts request when hosted locally, and no font-related database writes while rendering a page)
428 +* Improved – Faster block editor: Lottie, Map and Chart blocks and the Custom CSS editor now load on demand, reducing the editor bundle size
429 +* Improved – Smoother typing in block settings with debounced text inputs
430 +* Improved – Lower server load with cached global styles, dynamic content and parsed-block lookups, plus cached library asset reads during generation
431 +* Improved – Safer asset caching: editing a single page no longer clears every page's generated assets
432 +* Fixed – Chart block not rendering in the editor
433 +* Fixed – Dynamic content processing no longer runs on unrelated blocks
434 +* Fixed – Removed a leftover debug log from the fonts loader
435 +
436 +2.9.0 – 14/05/2026
437 +* Added - ECM shortcode blocks, Bookmark Button, Bookmark Badge, Bookmark Count, Bookmark List, Claim Button, Claim Badge, Claim Count, Claim List, Upvote, Upvote List, Upvote Count, Rection, Reaction List
438 +* Fixed – Security Issues
439 +* Fixed – Font Family issues
440 +* Fixed – Search block loading issues
441 +* Fixed – Hotspot block position responsive issues
442 +* Fixed – Content-timeline block date connector issues
443 +* Fixed – Table block hover color issues
444 +* Fixed – Info-Box block hover issues
445 +* Fixed – Form block CSS issues
446 +* Improved – Added link support for Advanced list block
447 +* Improved – Added link and width support for image scroll block
448 +* Improved – Added evergreen feature for countdown block
449 +
450 += 2.8.1 - 23/04/2026 =
451 +* Added – Kodezen Store License support
311 452
312 453 = 2.8.0 - 08/04/2026 =
313 454 * Improved – Update form builder block UI
314 455 * Improved – Breadcrumb block schema support (SEO)