File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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.
You can’t perform that action at this time.
0 commit comments