Skip to content

Commit

Permalink
Update block supports
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan committed Aug 4, 2024
1 parent fba41c4 commit 41248ff
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).

## [Unreleased]

### Changed

- Block supports.

## [0.6.0] - 2024-08-04

### Added
Expand Down
7 changes: 3 additions & 4 deletions build/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@
"html": false,
"className": true,
"color": {
"background": true,
"gradients": true,
"heading": true,
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
"text": true
},
"spacing": {
"padding": true,
Expand Down
2 changes: 1 addition & 1 deletion date-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Display a date.
* Plugin URI: https://pixelalbatross.pt/?utm_source=wp-plugins&utm_medium=date-block&utm_campaign=plugin-uri
* Requires at least: 6.1
* Requires PHP: 8.2
* Requires PHP: 7.4
* Version: 0.6.0
* Author: Pixel Albatross
* Author URI: https://pixelalbatross.pt/?utm_source=wp-plugins&utm_medium=date-block&utm_campaign=author-uri
Expand Down
7 changes: 3 additions & 4 deletions src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@
"html": false,
"className": true,
"color": {
"background": true,
"gradients": true,
"heading": true,
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
"text": true
},
"spacing": {
"padding": true,
Expand Down

0 comments on commit 41248ff

Please sign in to comment.