Skip to content

Commit 4d9d371

Browse files
committed
3.1.1
1 parent 28ec80b commit 4d9d371

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Tags:
1919

2020
== Changelog ==
2121

22-
= 3.1.0 =
22+
= 3.1.1 =
2323

24-
Release Date: 2025-02-22
24+
Release Date: 2025-02-23
2525

2626
- Improve compatibility with PHP 8.4
2727
- Improve dev/build/test setup and release pipeline

tangible-blocks-pro.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
* Plugin Name: Tangible Blocks - Pro
44
* Plugin URI: https://tangibleblocks.com/pro
55
* Description: Extend Tangible Blocks with Pro features: third-party plugin integrations - Easy Digital Downloads, Events Calendar, Gravity Forms, LearnDash, LifterLMS, WooCommerce
6-
* Version: 3.1.0
6+
* Version: 3.1.1
77
* Author: Team Tangible
88
* Author URI: https://teamtangible.com
99
* License: GPLv2 or later
1010
*/
1111
use tangible\framework;
1212
use tangible\updater;
1313

14-
define( 'TANGIBLE_BLOCKS_PRO_VERSION', '3.1.0' );
14+
define( 'TANGIBLE_BLOCKS_PRO_VERSION', '3.1.1' );
1515

1616
$module_path = is_dir(
1717
($path = __DIR__ . '/../../tangible') // Module

0 commit comments

Comments
 (0)