From f807af4cb2af4a6aad8526e59b29f193ddd208e1 Mon Sep 17 00:00:00 2001 From: balexey88 Date: Fri, 29 Aug 2025 15:47:12 +0300 Subject: [PATCH 1/2] Release 0.0.3 --- .github/workflows/tests.yml | 2 +- README.md | 2 +- changes.md | 3 +++ readme.txt | 6 +++--- wp-stateless-gravity-forms-addon.php | 4 ++-- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 153a3ce..6ff3ef0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} diff --git a/README.md b/README.md index 9393b5e..d8c2136 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Provides compatibility between the [Gravity Forms](https://www.gravityforms.com/ ### Notes -* Tested with Gravity Forms plugin version 2.8.17 +* Tested with Gravity Forms plugin version 2.9.16.1 ### Support, Feedback, & Contribute diff --git a/changes.md b/changes.md index 31105a4..468e4d8 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,6 @@ +#### 0.0.3 +* Tested with Gravity Forms version 2.9.16.1 + #### 0.0.2 * FIX: improved compatibility with Stateless mode. * FIX: compatibility with newer Gravity Forms version. diff --git a/readme.txt b/readme.txt index 0f6c4bd..01d188a 100644 --- a/readme.txt +++ b/readme.txt @@ -5,8 +5,8 @@ Tags: gravity forms, gravity forms addon extension, google cloud storage, statel License: GPLv2 or later Requires PHP: 8.0 Requires at least: 5.0 -Tested up to: 6.6.2 -Stable tag: 0.0.2 +Tested up to: 6.8 +Stable tag: 0.0.3 Provides compatibility between the Gravity Forms and the WP-Stateless plugins. @@ -21,7 +21,7 @@ Provides compatibility between the [Gravity Forms](https://www.gravityforms.com/ = Notes = -* Tested with Gravity Forms plugin version 2.8.17 +* Tested with Gravity Forms plugin version 2.9.16.1 = Support, Feedback, & Contribute = diff --git a/wp-stateless-gravity-forms-addon.php b/wp-stateless-gravity-forms-addon.php index 59d0550..1e83186 100644 --- a/wp-stateless-gravity-forms-addon.php +++ b/wp-stateless-gravity-forms-addon.php @@ -5,12 +5,12 @@ * Plugin URI: https://stateless.udx.io/addons/gravity-forms/ * Description: Provides compatibility between the Gravity Forms and the WP-Stateless plugins. * Author: UDX - * Version: 0.0.2 + * Version: 0.0.3 * Text Domain: wp-stateless-gravity-forms-addon * Author URI: https://udx.io * License: GPLv2 or later * - * Copyright 2024 UDX (email: info@udx.io) + * Copyright 2025 UDX (email: info@udx.io) */ namespace SLCA\GravityForms; From f252dbc77f0ad0aeb8c214d76500492bb2f0c3bc Mon Sep 17 00:00:00 2001 From: balexey88 Date: Fri, 29 Aug 2025 15:47:52 +0300 Subject: [PATCH 2/2] Release 0.0.3 --- changelog.txt | 3 +++ readme.txt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 166287d..155665a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,7 @@ == Changelog == += 0.0.3 = +* Tested with Gravity Forms version 2.9.16.1 + = 0.0.2 = * FIX: improved compatibility with Stateless mode. * FIX: compatibility with newer Gravity Forms version. diff --git a/readme.txt b/readme.txt index 01d188a..3a8aae5 100644 --- a/readme.txt +++ b/readme.txt @@ -44,15 +44,15 @@ To ensure new releases cause as little disruption as possible, we rely on early == Upgrade Notice == == Changelog == += 0.0.3 = +* Tested with Gravity Forms version 2.9.16.1 = 0.0.2 = - * FIX: improved compatibility with Stateless mode. * FIX: compatibility with newer Gravity Forms version. * FIX: get the correct list of files for Compatibility Files Sync. * FIX: error message during Compatibility Files Sync. = 0.0.1 = - * Initial public release.