Plugin Directory

Changeset 3271355


Ignore:
Timestamp:
04/12/2025 06:38:39 AM (12 months ago)
Author:
ideawp
Message:

Update to version 1.2.3 from GitHub

Location:
gravity-notifications
Files:
2 added
2 deleted
8 edited
1 copied

Legend:

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

    r3263778 r3271355  
    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.2.2
     7 * Version: 1.2.3
    88 * Author:            IdeaWP
    99 * Author URI:        https://www.ideawp.com/
     
    2424 * Currently plugin version.
    2525 */
    26 define( 'IDEA_GN_VERSION', '1.2.2' );
     26define( 'IDEA_GN_VERSION', '1.2.3' );
    2727define( 'IDEA_GN_PATH', plugin_dir_path( __FILE__ ) );
    2828define( 'IDEA_GN_URL', plugin_dir_url( __FILE__ ) );
  • gravity-notifications/tags/1.2.3/languages/gravity-notifications.pot

    r3263778 r3271355  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2025-03-29 10:30+0000\n"
     9"POT-Creation-Date: 2025-04-12 06:35+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.2.3/readme.txt

    r3271339 r3271355  
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 1.2.2
     7Stable tag: 1.2.3
    88License: GPLv3
    99URI: http://www.gnu.org/licenses/gpl-3.0.html
  • gravity-notifications/trunk/gravity-notifications.php

    r3263778 r3271355  
    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.2.2
     7 * Version: 1.2.3
    88 * Author:            IdeaWP
    99 * Author URI:        https://www.ideawp.com/
     
    2424 * Currently plugin version.
    2525 */
    26 define( 'IDEA_GN_VERSION', '1.2.2' );
     26define( 'IDEA_GN_VERSION', '1.2.3' );
    2727define( 'IDEA_GN_PATH', plugin_dir_path( __FILE__ ) );
    2828define( 'IDEA_GN_URL', plugin_dir_url( __FILE__ ) );
  • gravity-notifications/trunk/languages/gravity-notifications.pot

    r3263778 r3271355  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2025-03-29 10:30+0000\n"
     9"POT-Creation-Date: 2025-04-12 06:35+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

    r3271339 r3271355  
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 1.2.2
     7Stable tag: 1.2.3
    88License: GPLv3
    99URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.