Plugin Directory

Changeset 3063066


Ignore:
Timestamp:
04/03/2024 12:17:50 AM (2 years ago)
Author:
troytempleman
Message:

Update readme

Location:
tabs-block-lite/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • tabs-block-lite/trunk/build/tab/block.json

    r3055708 r3063066  
    33  "apiVersion": 2,
    44  "name": "tt/tab",
    5   "version": "0.1.0",
     5  "version": "0.1.1",
    66  "title": "Tab",
    77  "category": "text",
  • tabs-block-lite/trunk/build/tabs/block.json

    r3055708 r3063066  
    33  "apiVersion": 2,
    44  "name": "tt/tabs",
    5   "version": "0.1.0",
     5  "version": "0.1.1",
    66  "title": "Tabs",
    77  "category": "text",
  • tabs-block-lite/trunk/package.json

    r3061374 r3063066  
    11{
    22    "name": "tabs-block",
    3     "version": "0.1.0",
     3    "version": "0.1.1",
    44    "description": "A block that displays horizontal list items that can be selected to show their associated sections of content.",
    55    "author": "Troy Templeman <[email protected]> (https://troytempleman.com/)",
  • tabs-block-lite/trunk/readme.md

    r3061374 r3063066  
    66**Requires at least:** 6.0 \
    77**Tested up to:** 6.4.1 \
    8 **Stable tag:** 0.1.0 \
     8**Stable tag:** 0.1.1 \
    99**Requires PHP:** 7.4 \
    1010**License:** GPLv2 or later \
     
    1818
    1919Ideal for condensing longform or complex content. Also useful for reducing page scrolling.
     20
     21Upgrade to Pro at [https://troytempleman.com/wordpress/blocks/tabs-block/](https://troytempleman.com/wordpress/blocks/tabs-block/).
    2022
    2123### Features
     
    9395## Support
    9496
    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.
     97If you need help with Tabs Block Lite, please submit a ticket on the [Support](https://wordpress.org/support/plugin/tabs-block-lite) forum.
    9698
    9799## Donate
     
    222224## Changelog
    223225
     226### 0.1.1 - April 2, 2024
     227
     228* Update readme
     229
    224230### 0.1.0 - November 15, 2023
    225231
  • tabs-block-lite/trunk/readme.txt

    r3061374 r3063066  
    55Requires at least: 6.0
    66Tested up to: 6.4.1
    7 Stable tag: 0.1.0
     7Stable tag: 0.1.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    1717
    1818Ideal for condensing longform or complex content. Also useful for reducing page scrolling.
     19
     20Upgrade to Pro at [https://troytempleman.com/wordpress/blocks/tabs-block/](https://troytempleman.com/wordpress/blocks/tabs-block/).
    1921
    2022= Features =
     
    9395== Support ==
    9496
    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.
     97If you need help with Tabs Block Lite, please submit a ticket on the [Support](https://wordpress.org/support/plugin/tabs-block-lite) forum.
    9698
    9799== Donate ==
     
    222224== Changelog ==
    223225
     226= 0.1.1 - April 2, 2024 =
     227
     228* Update readme
     229
    224230= 0.1.0 - November 15, 2023 =
    225231
  • tabs-block-lite/trunk/src/tab/block.json

    r3055707 r3063066  
    33    "apiVersion": 2,
    44    "name": "tt/tab",
    5     "version": "0.1.0",
     5    "version": "0.1.1",
    66    "title": "Tab",
    77    "category": "text",
  • tabs-block-lite/trunk/src/tabs/block.json

    r3055707 r3063066  
    33    "apiVersion": 2,
    44    "name": "tt/tabs",
    5     "version": "0.1.0",
     5    "version": "0.1.1",
    66    "title": "Tabs",
    77    "category": "text",
  • tabs-block-lite/trunk/tabs-block-lite.php

    r3061374 r3063066  
    44 * Plugin URI:        https://github.com/troytempleman/tabs-block-lite
    55 * Description:       A block that displays horizontal list items that can be selected to show their associated sections of content.
    6  * Version:           0.1.0
     6 * Version:           0.1.1
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.0
Note: See TracChangeset for help on using the changeset viewer.