Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fencermonir committed Feb 28, 2024
1 parent 9fdf4b9 commit bf0046e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions flipbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Flipbox
* Plugin URI: https://essential-blocks.com
* Description: Deliver your content beautifully to grab attention with an animated Flipbox block.
* Version: 1.2.6
* Version: 1.3.0
* Author: WPDeveloper
* Author URI: https://wpdeveloper.net
* License: GPL-2.0-or-later
Expand All @@ -27,7 +27,7 @@
require_once __DIR__ . '/lib/style-handler/style-handler.php';

function create_block_flipbox_block_init() {
define( 'EB_FLIPBOX_BLOCKS_VERSION', "1.2.6" );
define( 'EB_FLIPBOX_BLOCKS_VERSION', "1.3.0" );
define( 'EB_FLIPBOX_BLOCKS_ADMIN_URL', plugin_dir_url( __FILE__ ) );
define( 'EB_FLIPBOX_BLOCKS_ADMIN_PATH', dirname( __FILE__ ) );

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flipbox-block",
"version": "1.2.6",
"version": "1.3.0",
"description": "Deliver your content beautifully to grab attention with an animated Flipbox block.",
"author": "WPDeveloper",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpdevteam, re_enter_rupok, Asif2BD, rahat89, fencermonir
Tags: block, blocks, flipbox, flip box, flipper, animated box, gutenberg, gutenberg blocks
Requires at least: 5.6
Tested up to: 6.4
Stable tag: 1.2.6
Stable tag: 1.3.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -79,7 +79,7 @@ Yes, it will work with any standard WordPress theme.


== Changelog ==
= 1.2.6 - 27/02/2024 =
= 1.3.0 - 28/02/2024 =
* Improved: Line break options in Flipbox block
* Fixed: Flipbox block’s richtext invalid html tag issue
* Added: Flip on Click feature in Flipbox block
Expand Down

0 comments on commit bf0046e

Please sign in to comment.