Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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 =

Expand All @@ -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.

4 changes: 2 additions & 2 deletions wp-stateless-gravity-forms-addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading