Skip to content

Commit

Permalink
v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Dec 13, 2024
1 parent c4fe1e0 commit d1fdd10
Showing 5 changed files with 16 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

= 3.8.2 - Dec 13, 2024 =

* **Pro**
* fixed automatic plugins update. In case you can't automatically update plugin, install it manually https://www.lazyblocks.com/docs/account-and-license/download-lazy-blocks-pro-plugin/

= 3.8.1 - Dec 10, 2024 =

* remove experimental notice under WPML setting
4 changes: 2 additions & 2 deletions languages/lazy-blocks.pot
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@
# This file is distributed under the GPLv2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Lazy Blocks 3.8.1\n"
"Project-Id-Version: Lazy Blocks 3.8.2\n"
"Report-Msgid-Bugs-To: https://github.com/nk-crew/lazyblocks/issues\n"
"Last-Translator: Lazy Blocks Team\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-12-10T12:32:18+00:00\n"
"POT-Creation-Date: 2024-12-13T06:30:22+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: lazy-blocks\n"
4 changes: 2 additions & 2 deletions lazy-blocks.php
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
/**
* Plugin Name: Lazy Blocks
* Description: Easily create custom blocks and custom meta fields for Gutenberg without hard coding.
* Version: 3.8.1
* Version: 3.8.2
* Author: Lazy Blocks Team
* Author URI: https://www.lazyblocks.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=byline
* License: GPLv2 or later
@@ -17,7 +17,7 @@
}

if ( ! defined( 'LAZY_BLOCKS_VERSION' ) ) {
define( 'LAZY_BLOCKS_VERSION', '3.8.1' );
define( 'LAZY_BLOCKS_VERSION', '3.8.2' );
}

if ( ! class_exists( 'LazyBlocks' ) ) :
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lazy-blocks",
"title": "Lazy Blocks",
"version": "3.8.1",
"version": "3.8.2",
"description": "No hassle Gutenberg blocks for WordPress developers",
"license": "GPL-2.0",
"author": "Lazy Blocks Team <https://www.lazyblocks.com/>",
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
* Requires at least: 6.2
* Tested up to: 6.7
* Requires PHP: 7.2
* Stable tag: 3.8.1
* Stable tag: 3.8.2
* License: GPLv2 or later
* License URI: <http://www.gnu.org/licenses/gpl-2.0.html>

@@ -136,6 +136,11 @@ The manual installation method involves downloading our Lazy Blocks plugin and u

## Changelog

= 3.8.2 - Dec 13, 2024 =

* **Pro**
* fixed automatic plugins update. In case you can't automatically update plugin, install it manually https://www.lazyblocks.com/docs/account-and-license/download-lazy-blocks-pro-plugin/

= 3.8.1 - Dec 10, 2024 =

* remove experimental notice under WPML setting

0 comments on commit d1fdd10

Please sign in to comment.