| @@ -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.12.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,68 @@ | ||
| 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 | |
| 311 | 371 | |
| 312 | 372 | = 2.12.0 - 03/09/2026 = |
| 313 | 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 |
| 314 | 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 |