| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | Tags: block, blocks, editor, gutenberg, gutenberg blocks |
| 4 | 4 | Requires at least: 6.8 |
| 5 | 5 | Tested up to: 7.1 |
| 6 | 6 | Requires PHP: 7.4 |
| 7 | -Stable tag: 2.13.1 | |
| 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,24 @@ | ||
| 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 | |
| 311 | 327 | |
| 312 | 328 | = 2.13.1 - 15/09/2026 = |
| 313 | 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 |
| 314 | 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`) |