Skip to content

Commit ca1bcc5

Browse files
committed
Bump version
1 parent 7b04c75 commit ca1bcc5

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ The plugin is lightweight and only loads in the admin when editing posts or page
7979

8080
## Changelog
8181

82-
### 1.0
82+
### 1.0.1
83+
- Fix bug where attributes were applied to all child elements as well
84+
85+
### 1.0.0
8386
- Initial release
8487

8588
## Credits

custom-block-attributes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Custom Block Attributes
44
* Description: Allow users to add custom HTML attributes to blocks in the Block Editor.
5-
* Version: 1.0
5+
* Version: 1.0.1
66
* Author: Micah Wood
77
* Author URI: https://micahwood.me
88
* Requires at least: 6.7
@@ -18,7 +18,7 @@
1818
exit; // Exit if accessed directly
1919
}
2020

21-
define( 'CUSTOM_BLOCK_ATTRIBUTES_VERSION', '1.0' );
21+
define( 'CUSTOM_BLOCK_ATTRIBUTES_VERSION', '1.0.1' );
2222

2323
/**
2424
* Enqueue the script for the block editor.

0 commit comments

Comments
 (0)