Skip to content

Commit d293c55

Browse files
authored
Merge pull request #25 from BeAPI/ver/1.0.7
Release 1.0.7
2 parents 85decc9 + 35b7fd0 commit d293c55

10 files changed

Lines changed: 20 additions & 16 deletions

File tree

.plugin-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.0.6",
2+
"version": "1.0.7",
33
"slug": "blockparty-accordion"
44
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.0.7 - 2026-02-02
9+
10+
- Update `@beapi/be-a11y` to `1.7.3`
11+
812
## 1.0.6 - 2025-11-10
913

1014
- Update block icons

blockparty-accordion.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Accessible Accordion block for WordPress editor.
55
* Requires at least: 6.2
66
* Requires PHP: 8.1
7-
* Version: 1.0.6
7+
* Version: 1.0.7
88
* Author: Be API Technical team
99
* Author URI: https://beapi.fr
1010
* License: GPL-2.0-or-later
@@ -15,7 +15,7 @@
1515

1616
namespace Blockparty\Accordion;
1717

18-
define( 'BLOCKPARTY_ACCORDION_VERSION', '1.0.6' );
18+
define( 'BLOCKPARTY_ACCORDION_VERSION', '1.0.7' );
1919
define( 'BLOCKPARTY_ACCORDION_URL', plugin_dir_url( __FILE__ ) );
2020
define( 'BLOCKPARTY_ACCORDION_DIR', plugin_dir_path( __FILE__ ) );
2121
define( 'BLOCKPARTY_ACCORDION_PLUGIN_DIRNAME', plugin_basename( __FILE__ ) );

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockparty-accordion",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Accessible Accordion block for WordPress",
55
"author": "Be API Technical team",
66
"license": "GPL-2.0-or-later",
@@ -24,7 +24,7 @@
2424
"eslint-config-prettier": "^8.5.0"
2525
},
2626
"dependencies": {
27-
"@beapi/be-a11y": "^1.7.0",
27+
"@beapi/be-a11y": "^1.7.3",
2828
"@beapi/icons": "^1.2.5",
2929
"@wordpress/components": "^27.2.0",
3030
"@wordpress/data": "^9.24.0",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
3131

3232
== Changelog ==
3333

34-
= 1.0.6 =
34+
= 1.0.7 =
3535

3636
* Update block icons
3737

src/blockparty-accordion-item/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"apiVersion": 2,
44
"name": "blockparty/accordion-item",
55
"parent": [ "blockparty/accordion" ],
6-
"version": "1.0.6",
6+
"version": "1.0.7",
77
"title": "Item",
88
"category": "widgets",
99
"description": "Accessible accordion block item.",

src/blockparty-accordion-panel/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"apiVersion": 2,
44
"name": "blockparty/accordion-panel",
55
"parent": [ "blockparty/accordion-item" ],
6-
"version": "1.0.6",
6+
"version": "1.0.7",
77
"title": "Panel",
88
"category": "widgets",
99
"description": "Accessible accordion block panel.",

src/blockparty-accordion-summary/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"apiVersion": 2,
44
"name": "blockparty/accordion-summary",
55
"parent": [ "blockparty/accordion-item" ],
6-
"version": "1.0.6",
6+
"version": "1.0.7",
77
"title": "Summary",
88
"category": "widgets",
99
"description": "Accessible accordion block summary.",

src/blockparty-accordion/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 2,
44
"name": "blockparty/accordion",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"title": "Accordion",
77
"category": "widgets",
88
"description": "Accessible accordion block.",

0 commit comments

Comments
 (0)