Skip to content

Commit

Permalink
Update VERSION for 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
suabahasa committed Mar 15, 2024
1 parent 591332b commit 8c98fce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ class MOVEBENDER
/**
* @var string
*/
public const VERSION = '1.0.3';
public const VERSION = '1.0.4';

/**
* @var int
*/
public const VERSION_ID = 10003;
public const VERSION_ID = 10004;

/**
* @var int
Expand All @@ -46,7 +46,7 @@ class MOVEBENDER
/**
* @var int
*/
public const RELEASE_VERSION = 3;
public const RELEASE_VERSION = 4;

/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion deploy/scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
...$polyfillsBootstraps,
...$polyfillsStubs,

'src/Core/template/loader.php',
dirname(__DIR__) . '/src/Core/template/loader.php',
],

// When scoping PHP files, there will be scenarios where some of the code being scoped indirectly references the
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://ko-fi.com/Q5Q75XSF7
Tags: breakdance builder
Requires at least: 6.0
Tested up to: 6.4
Stable tag: 1.0.3
Stable tag: 1.0.4
Requires PHP: 7.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -45,7 +45,7 @@ Visit [our website](https://movebender.yabe.land) for more information.

== Changelog ==

= 1.0.3 =
= 1.0.4 =
* **Fixed**: The Breakdance editor structure panel's items are far apart.

= 1.0.1 =
Expand Down
2 changes: 1 addition & 1 deletion yabe-movebender.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Plugin Name: Yabe Movebender
* Plugin URI: https://movebender.yabe.land
* Description: The Breakdance builder extension
* Version: 1.0.3
* Version: 1.0.4
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: Rosua
Expand Down

0 comments on commit 8c98fce

Please sign in to comment.