Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Fix/676 gf file upload issue #678

Draft
wants to merge 10 commits into
base: canary
Choose a base branch
from
Prev Previous commit
Next Next commit
Bump plugin version
ravewebdev committed Sep 21, 2021
commit c8697e8d8116db5c2b29faf1ecea8c86fcec1313
4 changes: 2 additions & 2 deletions backend/plugins/wds-headless-blocks/wds-headless-blocks.php
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
* Description: WDS Headless extension handling Gutenberg block functionality.
* Author: WebDevStudios <contact@webdevstudios.com>
* Author URI: https://webdevstudios.com
* Version: 1.0.0
* Version: 1.0.1
* Requires at least: 5.6
* Requires PHP: 7.4
* License: GPL-2
@@ -23,7 +23,7 @@
// Define constants.
define( 'WDS_HEADLESS_BLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'WDS_HEADLESS_BLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'WDS_HEADLESS_BLOCKS_VERSION', '1.0.0' );
define( 'WDS_HEADLESS_BLOCKS_VERSION', '1.0.1' );

// Register de/activation hooks.
register_activation_hook( __FILE__, __NAMESPACE__ . '\activation_callback' );