diff --git a/.plugin-data b/.plugin-data
index 8302994..1b94983 100644
--- a/.plugin-data
+++ b/.plugin-data
@@ -1,4 +1,4 @@
{
- "version": "1.1.1",
+ "version": "1.1.2",
"slug": "blockparty-tabs"
}
diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json
index ac65d36..9e4b1c8 100644
--- a/.wordpress-org/blueprints/blueprint.json
+++ b/.wordpress-org/blueprints/blueprint.json
@@ -11,7 +11,7 @@
"pluginData": {
"resource": "git:directory",
"url": "https://github.com/BeAPI/blockparty-tabs",
- "ref": "1.1.1",
+ "ref": "1.1.2",
"refType": "tag"
},
"options": {
@@ -33,4 +33,4 @@
"code": "\n
\n
\n\n\n\n
\n\n\n\n\n\n
Johannes Gutenberg was born in Mainz (in modern-day Germany), a wealthy city along the Rhine, between the 14th and 15th centuries. His exact year of birth is unknown; on the basis of a later document indicating that he came of age by 1420, scholarly estimates have ranged from 1393 to 1406. The year 1400 is commonly assigned to Gutenberg, \"for the sake of convenience\". Tradition also holds his birthdate to be on the feast day of Saint John the Baptist, 24 June, since children of the time were often named after their birthday's patron saint. There is no verification for this assumption, since the name \"Johannes\"—and variants such as \"Johann\", \"Henne\", \"Hengin\" and \"Henchen\"—was widely popular at the time. In full, Gutenberg's name was \"Johannes Gensfleisch zur Laden zum Gutenberg\", with \"Laden\" and \"Gutenberg\" being adopted from the family's residences in Mainz.The latter refers to the Hof zum Gutenberg, a large and now destroyed Gothic-style residence inherited by Gutenberg's father. Gutenberg probably spent his earliest years at the manor, which existed beside St. Christoph's.
\n\n\n\n
Source : Wikipedia
\n
\n\n\n\n\n
Gutenberg's invention had an enormous impact on subsequent human history, both on cultural and social matters. His design directly impacted the mass spread of books across Europe, causing an information revolution. As a result, Venzke describes the inauguration of the Renaissance, Reformation and humanist movement as \"unthinkable\" without Gutenberg's influence. Described as \"one of the most recognized names in the world\", a team of US journalists voted Gutenberg as the \"man of the millennium\" in 1999. Similarly, in 1999 the A&E Network ranked Gutenberg the No. 1 most influential person of the second millennium on their \"Biographies of the Millennium\" countdown, while Time–Life magazine picked Gutenberg's invention as the most important of the second millennium in 1997. The scholar of paper history, Thomas Francis Carter, drew parallels between Cai Lun, the traditional inventor of paper during the Eastern Han dynasty, and Gutenberg, calling them \"spiritual father and son\" respectively. In his 1978 book, The 100: A Ranking of the Most Influential Persons in History, Michael H. Hart ranked him 8th, below Cai but above figures such as Christopher Columbus, Albert Einstein and Charles Darwin.
\n\n\n\n
Source : Wikipedia
\n
\n\n
\n\nBLOCKPARTY_TABS_MARKUP_EOF;\n\n$page_id = wp_insert_post(\n\tarray(\n\t\t'post_title' => 'Blockparty Tabs',\n\t\t'post_name' => 'blockparty-tabs-demo',\n\t\t'post_content' => $page_content,\n\t\t'post_status' => 'publish',\n\t\t'post_type' => 'page',\n\t)\n);\necho 'Page created with ID: ' . $page_id;\n?>\n"
}
]
-}
+}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b349a27..2bbebbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 1.1.2 - 2026-04-24
+
+- Fix css for nested tabs block
+
## 1.1.1 - 2026-04-20
- Update block icons
diff --git a/blockparty-tabs.php b/blockparty-tabs.php
index d27291e..d7d5296 100644
--- a/blockparty-tabs.php
+++ b/blockparty-tabs.php
@@ -4,7 +4,7 @@
* Description: Accessible Tabs block for WordPress gutenberg.
* Requires at least: 6.2
* Requires PHP: 8.1
- * Version: 1.1.1
+ * Version: 1.1.2
* Author: Be API Technical team
* Author URI: https://beapi.fr
* License: GPL-2.0-or-later
@@ -14,7 +14,7 @@
namespace Blockparty\Tabs;
-define( 'BLOCKPARTY_TABS_VERSION', '1.1.1' );
+define( 'BLOCKPARTY_TABS_VERSION', '1.1.2' );
define( 'BLOCKPARTY_TABS_URL', plugin_dir_url( __FILE__ ) );
define( 'BLOCKPARTY_TABS_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLOCKPARTY_TABS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
diff --git a/readme.txt b/readme.txt
index 9dc00c7..28f8f03 100644
--- a/readme.txt
+++ b/readme.txt
@@ -2,7 +2,7 @@
Contributors: Be API Technical team
Tags: block
Tested up to: 6.0
-Stable tag: 1.1.1
+Stable tag: 1.1.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -31,6 +31,10 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
== Changelog ==
+= 1.1.2 =
+
+* Fix css for nested tabs block
+
= 1.1.1 =
* Update block icons
diff --git a/src/blockparty-tabs-nav-item/block.json b/src/blockparty-tabs-nav-item/block.json
index d83ff7b..d49076e 100644
--- a/src/blockparty-tabs-nav-item/block.json
+++ b/src/blockparty-tabs-nav-item/block.json
@@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "blockparty/tabs-nav-item",
- "version": "1.1.1",
+ "version": "1.1.2",
"title": "Tab",
"category": "widgets",
"description": "Accessible tabs block item",
@@ -48,4 +48,4 @@
],
"textdomain": "blockparty-tabs",
"editorScript": "file:./index.js"
-}
+}
\ No newline at end of file
diff --git a/src/blockparty-tabs-nav/block.json b/src/blockparty-tabs-nav/block.json
index fc17556..5af7efe 100644
--- a/src/blockparty-tabs-nav/block.json
+++ b/src/blockparty-tabs-nav/block.json
@@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "blockparty/tabs-nav",
- "version": "1.1.1",
+ "version": "1.1.2",
"title": "Tabs list",
"category": "widgets",
"description": "Accessible tabs block item",
@@ -21,4 +21,4 @@
],
"textdomain": "blockparty-tabs",
"editorScript": "file:./index.js"
-}
+}
\ No newline at end of file
diff --git a/src/blockparty-tabs-panel-item/block.json b/src/blockparty-tabs-panel-item/block.json
index eeff424..b91dc84 100644
--- a/src/blockparty-tabs-panel-item/block.json
+++ b/src/blockparty-tabs-panel-item/block.json
@@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "blockparty/tabs-panel-item",
- "version": "1.1.1",
+ "version": "1.1.2",
"title": "Panel",
"category": "widgets",
"icon": "layout",
@@ -38,4 +38,4 @@
],
"textdomain": "blockparty-tabs",
"editorScript": "file:./index.js"
-}
+}
\ No newline at end of file
diff --git a/src/blockparty-tabs-panels/block.json b/src/blockparty-tabs-panels/block.json
index 455ead7..fb937e5 100644
--- a/src/blockparty-tabs-panels/block.json
+++ b/src/blockparty-tabs-panels/block.json
@@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "blockparty/tabs-panels",
- "version": "1.1.1",
+ "version": "1.1.2",
"title": "Panels",
"category": "widgets",
"description": "Accessible tabs block item",
@@ -27,4 +27,4 @@
],
"textdomain": "blockparty-tabs",
"editorScript": "file:./index.js"
-}
+}
\ No newline at end of file
diff --git a/src/blockparty-tabs/block.json b/src/blockparty-tabs/block.json
index 0dec411..151b963 100644
--- a/src/blockparty-tabs/block.json
+++ b/src/blockparty-tabs/block.json
@@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "blockparty/tabs",
- "version": "1.1.1",
+ "version": "1.1.2",
"title": "Tabs",
"category": "widgets",
"description": "Accessible tabs block",
@@ -41,4 +41,4 @@
"viewScript": "file:./script.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
-}
+}
\ No newline at end of file
diff --git a/src/blockparty-tabs/style.scss b/src/blockparty-tabs/style.scss
index 99dbbbd..4e71c61 100644
--- a/src/blockparty-tabs/style.scss
+++ b/src/blockparty-tabs/style.scss
@@ -146,7 +146,7 @@
}
}
> #{$block}-panels {
- flex: 1 1 66.66666%;
+ flex: 1 1 var(--wp--blockparty--tabs--sidebar-panel-width);
align-self: stretch;
> #{$block}-panel-item {
border-left: var(--wp--blockparty--tabs--panel-border);