Skip to content

Commit

Permalink
Update VERSION for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suabahasa committed Mar 15, 2024
1 parent f67406e commit 591332b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 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.2';
public const VERSION = '1.0.3';

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

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

/**
* @var string
Expand Down
2 changes: 2 additions & 0 deletions deploy/scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@

...$polyfillsBootstraps,
...$polyfillsStubs,

'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.2
Stable tag: 1.0.3
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.2 =
= 1.0.3 =
* **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.2
* Version: 1.0.3
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: Rosua
Expand Down

0 comments on commit 591332b

Please sign in to comment.