Skip to content

Commit a2881ed

Browse files
committed
3.2.1
1 parent b913b97 commit a2881ed

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.2.0 =
22+
= 3.2.1 =
2323

24-
Release Date: 2025-02-26
24+
Release Date: 2025-02-27
2525

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

tangible-loops-and-logic-pro.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
* Plugin Name: Tangible: Loops & Logic Pro
44
* Plugin URI: https://loop.tangible.one/pro
55
* Description: Extend Loops & Logic with Pro features: third-party plugin integrations (Easy Digital Downloads, Events Calendar, Gravity Forms, LearnDash, LifterLMS, WooCommerce)
6-
* Version: 3.2.0
6+
* Version: 3.2.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_LOOPS_AND_LOGIC_PRO_VERSION', '3.2.0' );
14+
define( 'TANGIBLE_LOOPS_AND_LOGIC_PRO_VERSION', '3.2.1' );
1515

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

0 commit comments

Comments
 (0)