Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed Jan 5, 2024
1 parent 6d7b79f commit 7d4b186
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion game-review.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Game Review Block
* Description: Add a review rating block with a score from 1 to 10 to your post. Adds schema.org meta data for Rich Results in search engines.
* Requires PHP: 7.0
* Version: 4.0.7
* Version: 4.0.8
* Author: Marc Tönsing
* Author URI: https://toensing.com
* License: GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: MarcDK
Tags: block, review, schema, rating, shortscore
Requires at least: 5.9
Tested up to: 6.4
Stable tag: 4.0.7
Stable tag: 4.0.8
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 1 addition & 3 deletions src/random-game/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { __ } from '@wordpress/i18n';
import { InspectorControls, useBlockProps } from '@wordpress/block-editor';
import ServerSideRender from '@wordpress/server-side-render';
import {
FontSizePicker,
ToggleControl,
Panel,
RangeControl,
Expand Down Expand Up @@ -39,8 +38,7 @@ export default function Edit( { attributes, setAttributes } ) {
value={ Number( attributes.min_rating ) }
/>
</PanelRow>
<PanelRow>
</PanelRow>
<PanelRow></PanelRow>
<PanelRow>
<ToggleControl
label={ __( 'Use cache', 'game-review-block' ) }
Expand Down

0 comments on commit 7d4b186

Please sign in to comment.