Plugin Directory

Changeset 3406200


Ignore:
Timestamp:
11/30/2025 03:19:19 PM (4 months ago)
Author:
eitanatbrightleaf
Message:

Update to version 1.3.2 from GitHub

Location:
mass-email-notifications-for-gravity-forms
Files:
2 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mass-email-notifications-for-gravity-forms/tags/1.3.2/mass-email-notifications-for-gf.php

    r3395264 r3406200  
    66 * Author URI: https://brightleafdigital.io/
    77 * Description: Allows you to send notifications to everyone who filled out any of your forms.
    8  * Version: 1.3.1
     8 * Version: 1.3.2
    99 * Author: BrightLeaf Digital
    1010 * License: GPL-2.0+
     
    6262    }
    6363    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' );
    6565    define( 'MASS_EMAIL_NOTIFICATIONS_FOR_GRAVITY_FORMS_BASENAME', plugin_basename( __FILE__ ) );
    6666    add_action( 'admin_notices', function () {
     
    8989        }
    9090    }, 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     );
    91102    register_activation_hook( __FILE__, fn() => set_transient( 'mass_email_needs_table_creation', true, 5 * MINUTE_IN_SECONDS ) );
    92103    /**
  • mass-email-notifications-for-gravity-forms/tags/1.3.2/readme.txt

    r3395264 r3406200  
    22Tested up to: 6.8
    33Tags: GravityForms, notifications, email, task management, automation
    4 Stable tag: 1.3.1
     4Stable tag: 1.3.2
    55Requires PHP: 8.0
    66License: GPLv2 or later
     
    4444== Changelog ==
    4545
     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
    4650= 1.3.1 =
    4751* A few small quality of life improvements.
     
    5761= 1.2.8 =
    5862* 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  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '80f930e3c81e20405073ad5024781dd09c066a75',
     6        'reference' => 'd532220a80fb520c87f109bbf026f4587aef1cfe',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '80f930e3c81e20405073ad5024781dd09c066a75',
     16            'reference' => 'd532220a80fb520c87f109bbf026f4587aef1cfe',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • mass-email-notifications-for-gravity-forms/trunk/mass-email-notifications-for-gf.php

    r3395264 r3406200  
    66 * Author URI: https://brightleafdigital.io/
    77 * Description: Allows you to send notifications to everyone who filled out any of your forms.
    8  * Version: 1.3.1
     8 * Version: 1.3.2
    99 * Author: BrightLeaf Digital
    1010 * License: GPL-2.0+
     
    6262    }
    6363    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' );
    6565    define( 'MASS_EMAIL_NOTIFICATIONS_FOR_GRAVITY_FORMS_BASENAME', plugin_basename( __FILE__ ) );
    6666    add_action( 'admin_notices', function () {
     
    8989        }
    9090    }, 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     );
    91102    register_activation_hook( __FILE__, fn() => set_transient( 'mass_email_needs_table_creation', true, 5 * MINUTE_IN_SECONDS ) );
    92103    /**
  • mass-email-notifications-for-gravity-forms/trunk/readme.txt

    r3395264 r3406200  
    22Tested up to: 6.8
    33Tags: GravityForms, notifications, email, task management, automation
    4 Stable tag: 1.3.1
     4Stable tag: 1.3.2
    55Requires PHP: 8.0
    66License: GPLv2 or later
     
    4444== Changelog ==
    4545
     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
    4650= 1.3.1 =
    4751* A few small quality of life improvements.
     
    5761= 1.2.8 =
    5862* 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  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '80f930e3c81e20405073ad5024781dd09c066a75',
     6        'reference' => 'd532220a80fb520c87f109bbf026f4587aef1cfe',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '80f930e3c81e20405073ad5024781dd09c066a75',
     16            'reference' => 'd532220a80fb520c87f109bbf026f4587aef1cfe',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.