Plugin Directory

Changeset 3108272


Ignore:
Timestamp:
06/26/2024 05:17:20 PM (22 months ago)
Author:
ideawp
Message:

Update to version 1.0.9 from GitHub

Location:
gravity-notifications
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gravity-notifications/tags/1.0.9/gravity-notifications.php

    r3108263 r3108272  
    55 * Plugin URI:        https://ideawp.com/plugin/gravity-notifications/
    66 * Description:       Easily send text messages and WhatsApp notifications with Gravity Forms using Twilio and WhatsApp cloud API.
    7  * Version: 1.0.8
     7 * Version: 1.0.9
    88 * Author:            IdeaWP
    99 * Author URI:        https://www.ideawp.com/
     
    2424 * Currently plugin version.
    2525 */
    26 define( 'IDEA_GN_VERSION', '1.0.8' );
     26define( 'IDEA_GN_VERSION', '1.0.9' );
    2727define( 'IDEA_GN_PATH', plugin_dir_path( __FILE__ ) );
    2828define( 'IDEA_GN_URL', plugin_dir_url( __FILE__ ) );
  • gravity-notifications/tags/1.0.9/languages/gravity-notifications.pot

    r3108263 r3108272  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2024-06-26 16:48+0000\n"
     9"POT-Creation-Date: 2024-06-26 17:15+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • gravity-notifications/tags/1.0.9/readme.txt

    r3108267 r3108272  
    55Tested up to: 6.5
    66Requires PHP: 5.6
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv3
    99URI: http://www.gnu.org/licenses/gpl-3.0.html
  • gravity-notifications/trunk/gravity-notifications.php

    r3108263 r3108272  
    55 * Plugin URI:        https://ideawp.com/plugin/gravity-notifications/
    66 * Description:       Easily send text messages and WhatsApp notifications with Gravity Forms using Twilio and WhatsApp cloud API.
    7  * Version: 1.0.8
     7 * Version: 1.0.9
    88 * Author:            IdeaWP
    99 * Author URI:        https://www.ideawp.com/
     
    2424 * Currently plugin version.
    2525 */
    26 define( 'IDEA_GN_VERSION', '1.0.8' );
     26define( 'IDEA_GN_VERSION', '1.0.9' );
    2727define( 'IDEA_GN_PATH', plugin_dir_path( __FILE__ ) );
    2828define( 'IDEA_GN_URL', plugin_dir_url( __FILE__ ) );
  • gravity-notifications/trunk/languages/gravity-notifications.pot

    r3108263 r3108272  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2024-06-26 16:48+0000\n"
     9"POT-Creation-Date: 2024-06-26 17:15+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • gravity-notifications/trunk/readme.txt

    r3108267 r3108272  
    55Tested up to: 6.5
    66Requires PHP: 5.6
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv3
    99URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.