Skip to content

Commit df0e24f

Browse files
author
Gravity Wiz Bot
committed
1.1.12; Auto bump
1 parent 632f529 commit df0e24f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

changelog.txt

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

3+
## 1.1.12 | February 4, 2026
4+
5+
- Fixed an issue with Abort Queue not functioning correctly.
6+
- Added a new `gfff_entry_queued` action fired after an entry is queued for feed processing.
7+
38
## 1.1.11 | January 7, 2026
49

510
- Fixed potential PHP fatal error. Credit: marcusdevcode.

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.11
6+
* Version: 1.1.12
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.11' );
21+
define( 'GWIZ_GF_FEED_FORGE_VERSION', '1.1.12' );
2222

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

0 commit comments

Comments
 (0)