Changeset 3063066
- Timestamp:
- 04/03/2024 12:17:50 AM (2 years ago)
- Location:
- tabs-block-lite/trunk
- Files:
-
- 8 edited
-
build/tab/block.json (modified) (1 diff)
-
build/tabs/block.json (modified) (1 diff)
-
package.json (modified) (1 diff)
-
readme.md (modified) (4 diffs)
-
readme.txt (modified) (4 diffs)
-
src/tab/block.json (modified) (1 diff)
-
src/tabs/block.json (modified) (1 diff)
-
tabs-block-lite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tabs-block-lite/trunk/build/tab/block.json
r3055708 r3063066 3 3 "apiVersion": 2, 4 4 "name": "tt/tab", 5 "version": "0.1. 0",5 "version": "0.1.1", 6 6 "title": "Tab", 7 7 "category": "text", -
tabs-block-lite/trunk/build/tabs/block.json
r3055708 r3063066 3 3 "apiVersion": 2, 4 4 "name": "tt/tabs", 5 "version": "0.1. 0",5 "version": "0.1.1", 6 6 "title": "Tabs", 7 7 "category": "text", -
tabs-block-lite/trunk/package.json
r3061374 r3063066 1 1 { 2 2 "name": "tabs-block", 3 "version": "0.1. 0",3 "version": "0.1.1", 4 4 "description": "A block that displays horizontal list items that can be selected to show their associated sections of content.", 5 5 "author": "Troy Templeman <[email protected]> (https://troytempleman.com/)", -
tabs-block-lite/trunk/readme.md
r3061374 r3063066 6 6 **Requires at least:** 6.0 \ 7 7 **Tested up to:** 6.4.1 \ 8 **Stable tag:** 0.1. 0\8 **Stable tag:** 0.1.1 \ 9 9 **Requires PHP:** 7.4 \ 10 10 **License:** GPLv2 or later \ … … 18 18 19 19 Ideal for condensing longform or complex content. Also useful for reducing page scrolling. 20 21 Upgrade to Pro at [https://troytempleman.com/wordpress/blocks/tabs-block/](https://troytempleman.com/wordpress/blocks/tabs-block/). 20 22 21 23 ### Features … … 93 95 ## Support 94 96 95 If you need help with Tabs Block Lite, please submit a ticket on the [Support] https://wordpress.org/support/plugin/tabs-block-lite) forum.97 If you need help with Tabs Block Lite, please submit a ticket on the [Support](https://wordpress.org/support/plugin/tabs-block-lite) forum. 96 98 97 99 ## Donate … … 222 224 ## Changelog 223 225 226 ### 0.1.1 - April 2, 2024 227 228 * Update readme 229 224 230 ### 0.1.0 - November 15, 2023 225 231 -
tabs-block-lite/trunk/readme.txt
r3061374 r3063066 5 5 Requires at least: 6.0 6 6 Tested up to: 6.4.1 7 Stable tag: 0.1. 07 Stable tag: 0.1.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 17 17 18 18 Ideal for condensing longform or complex content. Also useful for reducing page scrolling. 19 20 Upgrade to Pro at [https://troytempleman.com/wordpress/blocks/tabs-block/](https://troytempleman.com/wordpress/blocks/tabs-block/). 19 21 20 22 = Features = … … 93 95 == Support == 94 96 95 If you need help with Tabs Block Lite, please submit a ticket on the [Support] https://wordpress.org/support/plugin/tabs-block-lite) forum.97 If you need help with Tabs Block Lite, please submit a ticket on the [Support](https://wordpress.org/support/plugin/tabs-block-lite) forum. 96 98 97 99 == Donate == … … 222 224 == Changelog == 223 225 226 = 0.1.1 - April 2, 2024 = 227 228 * Update readme 229 224 230 = 0.1.0 - November 15, 2023 = 225 231 -
tabs-block-lite/trunk/src/tab/block.json
r3055707 r3063066 3 3 "apiVersion": 2, 4 4 "name": "tt/tab", 5 "version": "0.1. 0",5 "version": "0.1.1", 6 6 "title": "Tab", 7 7 "category": "text", -
tabs-block-lite/trunk/src/tabs/block.json
r3055707 r3063066 3 3 "apiVersion": 2, 4 4 "name": "tt/tabs", 5 "version": "0.1. 0",5 "version": "0.1.1", 6 6 "title": "Tabs", 7 7 "category": "text", -
tabs-block-lite/trunk/tabs-block-lite.php
r3061374 r3063066 4 4 * Plugin URI: https://github.com/troytempleman/tabs-block-lite 5 5 * Description: A block that displays horizontal list items that can be selected to show their associated sections of content. 6 * Version: 0.1. 06 * Version: 0.1.1 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.0
Note: See TracChangeset
for help on using the changeset viewer.