Skip to content

Commit c7b181c

Browse files
author
Gravity Wiz Bot
committed
1.1.15; Auto bump
1 parent cd9ab88 commit c7b181c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.15 | April 10, 2026
4+
5+
- Fixed error that could occur when upgrading due to the GitHub plugin updater logic being removed. To remedy this, we've temporarily re-added the GitHub plugin updater as a dependency, but it is no longer instantiated.
6+
37
## 1.1.14 | April 10, 2026
48

59
- Removed Github auto-updater. Updates are now handled via Spellbook!

gf-feed-forge.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Gravity Forms Feed Forge
44
* Description: Bulk process Gravity Forms feeds for existing entries with the power of Feed Forge. Works with most feed-based Gravity Forms add-ons (excluding payment add-ons).
55
* Plugin URI: https://gravitywiz.com/gf-feed-forge/
6-
* Version: 1.1.14
6+
* Version: 1.1.15
77
* Author: Gravity Wiz
88
* Author URI: https://gravitywiz.com/
99
* License: GPL2
@@ -18,7 +18,7 @@
1818
* Gravity Forms Utility is originally licensed under GPL-2.0+, and this fork adheres to the same license terms.
1919
* See LICENSE file for more details.
2020
*/
21-
define( 'GWIZ_GF_FEED_FORGE_VERSION', '1.1.14' );
21+
define( 'GWIZ_GF_FEED_FORGE_VERSION', '1.1.15' );
2222

2323
defined( 'ABSPATH' ) || die();
2424

0 commit comments

Comments
 (0)