Changeset 3366154
- Timestamp:
- 09/23/2025 04:05:58 AM (4 months ago)
- Location:
- advanced-tabs-block
- Files:
-
- 50 added
- 2 edited
-
tags/1.2.6 (added)
-
tags/1.2.6/assets (added)
-
tags/1.2.6/assets/css (added)
-
tags/1.2.6/assets/css/admin.css (added)
-
tags/1.2.6/assets/css/bootstrap-icons.min.css (added)
-
tags/1.2.6/assets/css/fonts (added)
-
tags/1.2.6/assets/css/fonts/bootstrap-icons.woff (added)
-
tags/1.2.6/assets/css/fonts/bootstrap-icons.woff2 (added)
-
tags/1.2.6/assets/js (added)
-
tags/1.2.6/assets/js/admin.js (added)
-
tags/1.2.6/build (added)
-
tags/1.2.6/build/blocks (added)
-
tags/1.2.6/build/blocks/tab (added)
-
tags/1.2.6/build/blocks/tab/block.json (added)
-
tags/1.2.6/build/blocks/tab/index-rtl.css (added)
-
tags/1.2.6/build/blocks/tab/index.asset.php (added)
-
tags/1.2.6/build/blocks/tab/index.css (added)
-
tags/1.2.6/build/blocks/tab/index.js (added)
-
tags/1.2.6/build/blocks/tab/style-index-rtl.css (added)
-
tags/1.2.6/build/blocks/tab/style-index.css (added)
-
tags/1.2.6/build/blocks/tabs (added)
-
tags/1.2.6/build/blocks/tabs/block.json (added)
-
tags/1.2.6/build/blocks/tabs/index-rtl.css (added)
-
tags/1.2.6/build/blocks/tabs/index.asset.php (added)
-
tags/1.2.6/build/blocks/tabs/index.css (added)
-
tags/1.2.6/build/blocks/tabs/index.js (added)
-
tags/1.2.6/build/blocks/tabs/style-index-rtl.css (added)
-
tags/1.2.6/build/blocks/tabs/style-index.css (added)
-
tags/1.2.6/build/blocks/tabs/view.asset.php (added)
-
tags/1.2.6/build/blocks/tabs/view.js (added)
-
tags/1.2.6/build/global (added)
-
tags/1.2.6/build/global/global-rtl.css (added)
-
tags/1.2.6/build/global/global.asset.php (added)
-
tags/1.2.6/build/global/global.css (added)
-
tags/1.2.6/build/global/global.js (added)
-
tags/1.2.6/includes (added)
-
tags/1.2.6/includes/admin (added)
-
tags/1.2.6/includes/admin/admin.php (added)
-
tags/1.2.6/includes/classes (added)
-
tags/1.2.6/includes/classes/block-category.php (added)
-
tags/1.2.6/includes/classes/block-patterns.php (added)
-
tags/1.2.6/includes/classes/enqueue-assets.php (added)
-
tags/1.2.6/includes/classes/fonts-loader.php (added)
-
tags/1.2.6/includes/classes/patterns-category.php (added)
-
tags/1.2.6/includes/classes/register-blocks.php (added)
-
tags/1.2.6/includes/loader.php (added)
-
tags/1.2.6/includes/patterns (added)
-
tags/1.2.6/includes/patterns/patterns.php (added)
-
tags/1.2.6/plugin.php (added)
-
tags/1.2.6/readme.txt (added)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-tabs-block/trunk/plugin.php
r3353784 r3366154 5 5 * Requires at least: 6.0 6 6 * Requires PHP: 7.4 7 * Version: 1.2. 57 * Version: 1.2.6 8 8 * Author: Zakaria Binsaifullah 9 9 * Author URI: https://makegutenblock.com -
advanced-tabs-block/trunk/readme.txt
r3353788 r3366154 1 1 === Advanced Tabs Gutenberg Block === 2 2 Contributors: binsaifullah 3 Tags: tab, tab block, tabs , block, gutenbergblock3 Tags: tab, tab block, tabs block, tab block, Advanced tabs block, Gutenberg Block, Custom block 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 56 Stable tag: 1.2.6 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 11 Showcase content is tabs style in Gutenberg editor easily.12 10 13 11 == Description == … … 30 28 31 29 #### Update Notice 32 > This is a major stable update. So, the old version will be broken. Please redesign your tabs using the new version. Sorry for the inconvenience. 30 > This is a major stable update. So, the old version will be broken. Please redesign your tabs using the new version. Sorry for the inconvenience. 33 31 34 32 … … 58 56 59 57 60 == Changelog == 61 = 1.2.5 = 58 == Changelog == 59 = 1.2.6 = 60 * Fixed: PHP Fatal Error Issue is fixed 61 62 = 1.2.5 = 62 63 * Codes are optimized 63 * Add accessibility support 64 * Add accessibility support 64 65 * CSL issue fixed 65 66 66 67 = 1.2.3 & 1.2.4 = 67 * Compatibility Check 68 * Compatibility Check 68 69 69 70 = 1.2.2 = … … 71 72 72 73 1.2.0 73 * Added: New Styles for Tabs 74 * Added: New Styles for Tabs 74 75 * Added: New Styles for Tabs Content 75 76 * Added: Icon Support for Tabs
Note: See TracChangeset
for help on using the changeset viewer.