Skip to content

Commit 2f55aa5

Browse files
committed
Updates
1 parent 6fefb83 commit 2f55aa5

File tree

3 files changed

+6
-53
lines changed

3 files changed

+6
-53
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ A flexible list block powered by the Icon Picker.
3636

3737
- Add, remove, and reorder list items
3838
- Each list item includes:
39+
3940
- An Icon Picker
4041
- A fully insertable inner block
4142
- Paragraph
@@ -61,6 +62,7 @@ A dynamic block that allows users to insert values from WordPress data sources d
6162
**Features**
6263

6364
- Insert values from:
65+
6466
- wp_options
6567
- Post meta
6668

@@ -81,7 +83,7 @@ A dynamic block that allows users to insert values from WordPress data sources d
8183
### Via Composer
8284

8385
```bash
84-
composer require ziorwebdev/wordpress-blocks::dev-main
86+
composer require ziorwebdev/wordpress-blocks
8587
```
8688

8789
After installation, the blocks will be available in your project.

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
}
1010
},
1111
"require": {
12-
"php": "^8.0",
13-
"ascteam/mimey": "^3.0"
12+
"php": "^8.0"
1413
},
1514
"license": "MIT",
1615
"authors": [

composer.lock

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

0 commit comments

Comments
 (0)