Changeset 3406200
- Timestamp:
- 11/30/2025 03:19:19 PM (4 months ago)
- Location:
- mass-email-notifications-for-gravity-forms
- Files:
-
- 2 added
- 6 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from mass-email-notifications-for-gravity-forms/trunk)
-
tags/1.3.2/includes/class-menfgf-feed-create-batch-gf-step.php (added)
-
tags/1.3.2/mass-email-notifications-for-gf.php (modified) (3 diffs)
-
tags/1.3.2/readme.txt (modified) (3 diffs)
-
tags/1.3.2/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/includes/class-menfgf-feed-create-batch-gf-step.php (added)
-
trunk/mass-email-notifications-for-gf.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mass-email-notifications-for-gravity-forms/tags/1.3.2/mass-email-notifications-for-gf.php
r3395264 r3406200 6 6 * Author URI: https://brightleafdigital.io/ 7 7 * Description: Allows you to send notifications to everyone who filled out any of your forms. 8 * Version: 1.3. 18 * Version: 1.3.2 9 9 * Author: BrightLeaf Digital 10 10 * License: GPL-2.0+ … … 62 62 } 63 63 menfgf_fs()->add_filter( 'enable_cpt_advanced_menu_logic', '__return_true' ); 64 define( 'MASS_EMAIL_NOTIFICATIONS_FOR_GRAVITY_FORMS_VERSION', '1.3. 1' );64 define( 'MASS_EMAIL_NOTIFICATIONS_FOR_GRAVITY_FORMS_VERSION', '1.3.2' ); 65 65 define( 'MASS_EMAIL_NOTIFICATIONS_FOR_GRAVITY_FORMS_BASENAME', plugin_basename( __FILE__ ) ); 66 66 add_action( 'admin_notices', function () { … … 89 89 } 90 90 }, 5 ); 91 add_action( 92 'gravityflow_loaded', 93 /** 94 * Loads the plugin as a Gravity Flow Step. 95 * 96 * @throws Exception 97 */ 98 function () { 99 }, 100 5 101 ); 91 102 register_activation_hook( __FILE__, fn() => set_transient( 'mass_email_needs_table_creation', true, 5 * MINUTE_IN_SECONDS ) ); 92 103 /** -
mass-email-notifications-for-gravity-forms/tags/1.3.2/readme.txt
r3395264 r3406200 2 2 Tested up to: 6.8 3 3 Tags: GravityForms, notifications, email, task management, automation 4 Stable tag: 1.3. 14 Stable tag: 1.3.2 5 5 Requires PHP: 8.0 6 6 License: GPLv2 or later … … 44 44 == Changelog == 45 45 46 = 1.3.2 = 47 * Added shortocde support for premium and agency plans. 48 * Added a GravityFlow workflow step for premium and agency plans. 49 46 50 = 1.3.1 = 47 51 * A few small quality of life improvements. … … 57 61 = 1.2.8 = 58 62 * Fixed a bug where completed batches wouldn't always be updated as completed. 59 60 = 1.2.7 =61 * Premium users can now schedule when the email batches will be sent -
mass-email-notifications-for-gravity-forms/tags/1.3.2/vendor/composer/installed.php
r3395264 r3406200 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 80f930e3c81e20405073ad5024781dd09c066a75',6 'reference' => 'd532220a80fb520c87f109bbf026f4587aef1cfe', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' 80f930e3c81e20405073ad5024781dd09c066a75',16 'reference' => 'd532220a80fb520c87f109bbf026f4587aef1cfe', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
mass-email-notifications-for-gravity-forms/trunk/mass-email-notifications-for-gf.php
r3395264 r3406200 6 6 * Author URI: https://brightleafdigital.io/ 7 7 * Description: Allows you to send notifications to everyone who filled out any of your forms. 8 * Version: 1.3. 18 * Version: 1.3.2 9 9 * Author: BrightLeaf Digital 10 10 * License: GPL-2.0+ … … 62 62 } 63 63 menfgf_fs()->add_filter( 'enable_cpt_advanced_menu_logic', '__return_true' ); 64 define( 'MASS_EMAIL_NOTIFICATIONS_FOR_GRAVITY_FORMS_VERSION', '1.3. 1' );64 define( 'MASS_EMAIL_NOTIFICATIONS_FOR_GRAVITY_FORMS_VERSION', '1.3.2' ); 65 65 define( 'MASS_EMAIL_NOTIFICATIONS_FOR_GRAVITY_FORMS_BASENAME', plugin_basename( __FILE__ ) ); 66 66 add_action( 'admin_notices', function () { … … 89 89 } 90 90 }, 5 ); 91 add_action( 92 'gravityflow_loaded', 93 /** 94 * Loads the plugin as a Gravity Flow Step. 95 * 96 * @throws Exception 97 */ 98 function () { 99 }, 100 5 101 ); 91 102 register_activation_hook( __FILE__, fn() => set_transient( 'mass_email_needs_table_creation', true, 5 * MINUTE_IN_SECONDS ) ); 92 103 /** -
mass-email-notifications-for-gravity-forms/trunk/readme.txt
r3395264 r3406200 2 2 Tested up to: 6.8 3 3 Tags: GravityForms, notifications, email, task management, automation 4 Stable tag: 1.3. 14 Stable tag: 1.3.2 5 5 Requires PHP: 8.0 6 6 License: GPLv2 or later … … 44 44 == Changelog == 45 45 46 = 1.3.2 = 47 * Added shortocde support for premium and agency plans. 48 * Added a GravityFlow workflow step for premium and agency plans. 49 46 50 = 1.3.1 = 47 51 * A few small quality of life improvements. … … 57 61 = 1.2.8 = 58 62 * Fixed a bug where completed batches wouldn't always be updated as completed. 59 60 = 1.2.7 =61 * Premium users can now schedule when the email batches will be sent -
mass-email-notifications-for-gravity-forms/trunk/vendor/composer/installed.php
r3395264 r3406200 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 80f930e3c81e20405073ad5024781dd09c066a75',6 'reference' => 'd532220a80fb520c87f109bbf026f4587aef1cfe', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' 80f930e3c81e20405073ad5024781dd09c066a75',16 'reference' => 'd532220a80fb520c87f109bbf026f4587aef1cfe', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.