Skip to content

Commit 7f2d44b

Browse files
committed
Release 1.4.10
* Created blocks footer-navigation.php
1 parent 6ef3dd5 commit 7f2d44b

File tree

5 files changed

+474
-4
lines changed

5 files changed

+474
-4
lines changed

README-snippets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626
| Title | Version | Type | Status | Description |
2727
| ----- | ------- | ---- | ------ | ----------- |
28-
| [Email Subscribe Block](./blocks/email-subscribe-redirect-block.php) | 1.0 | type: 'email', | :question: | A simple form that redirects with email query param. |
28+
| [Email Subscribe Block](./blocks/email-subscribe-redirect-block.php) | 1.0 | type: 'email', | :white_check_mark: | A simple form that redirects with email query param. |
29+
| [Footer Navigation Block](./blocks/footer-navigation.php) | 1.0.0 | type: 'string', | :white_check_mark: | A block that renders a WordPress menu as an unordered list. |
2930

3031
## [buddyboss](buddyboss)
3132

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ The status field is used to indicate the current status of the snippet. This is
3939

4040
| Title | Version | Type | Status | Description |
4141
| ----- | ------- | ---- | ------ | ----------- |
42-
| [Email Subscribe Block](./blocks/email-subscribe-redirect-block.php) | 1.0 | type: 'email', | :question: | A simple form that redirects with email query param. |
42+
| [Email Subscribe Block](./blocks/email-subscribe-redirect-block.php) | 1.0 | type: 'email', | :white_check_mark: | A simple form that redirects with email query param. |
43+
| [Footer Navigation Block](./blocks/footer-navigation.php) | 1.0.0 | type: 'string', | :white_check_mark: | A block that renders a WordPress menu as an unordered list. |
4344

4445
## [buddyboss](buddyboss)
4546

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.9
1+
1.4.10

blocks/email-subscribe-redirect-block.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
* Plugin Name: Email Subscribe Block
44
* Description: A simple form that redirects with email query param.
55
* Version: 1.0
6-
* Author: Your Name
6+
* Author: Managing WP
7+
* Status: Complete
78
*/
89

910
// Exit if accessed directly

0 commit comments

Comments
 (0)