Changeset 3108272
- Timestamp:
- 06/26/2024 05:17:20 PM (22 months ago)
- Location:
- gravity-notifications
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from gravity-notifications/trunk)
-
tags/1.0.9/gravity-notifications.php (modified) (2 diffs)
-
tags/1.0.9/languages/gravity-notifications.pot (modified) (1 diff)
-
tags/1.0.9/readme.txt (modified) (1 diff)
-
trunk/gravity-notifications.php (modified) (2 diffs)
-
trunk/languages/gravity-notifications.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gravity-notifications/tags/1.0.9/gravity-notifications.php
r3108263 r3108272 5 5 * Plugin URI: https://ideawp.com/plugin/gravity-notifications/ 6 6 * Description: Easily send text messages and WhatsApp notifications with Gravity Forms using Twilio and WhatsApp cloud API. 7 * Version: 1.0. 87 * Version: 1.0.9 8 8 * Author: IdeaWP 9 9 * Author URI: https://www.ideawp.com/ … … 24 24 * Currently plugin version. 25 25 */ 26 define( 'IDEA_GN_VERSION', '1.0. 8' );26 define( 'IDEA_GN_VERSION', '1.0.9' ); 27 27 define( 'IDEA_GN_PATH', plugin_dir_path( __FILE__ ) ); 28 28 define( 'IDEA_GN_URL', plugin_dir_url( __FILE__ ) ); -
gravity-notifications/tags/1.0.9/languages/gravity-notifications.pot
r3108263 r3108272 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2024-06-26 1 6:48+0000\n"9 "POT-Creation-Date: 2024-06-26 17:15+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "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 5 5 Tested up to: 6.5 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 License: GPLv3 9 9 URI: http://www.gnu.org/licenses/gpl-3.0.html -
gravity-notifications/trunk/gravity-notifications.php
r3108263 r3108272 5 5 * Plugin URI: https://ideawp.com/plugin/gravity-notifications/ 6 6 * Description: Easily send text messages and WhatsApp notifications with Gravity Forms using Twilio and WhatsApp cloud API. 7 * Version: 1.0. 87 * Version: 1.0.9 8 8 * Author: IdeaWP 9 9 * Author URI: https://www.ideawp.com/ … … 24 24 * Currently plugin version. 25 25 */ 26 define( 'IDEA_GN_VERSION', '1.0. 8' );26 define( 'IDEA_GN_VERSION', '1.0.9' ); 27 27 define( 'IDEA_GN_PATH', plugin_dir_path( __FILE__ ) ); 28 28 define( 'IDEA_GN_URL', plugin_dir_url( __FILE__ ) ); -
gravity-notifications/trunk/languages/gravity-notifications.pot
r3108263 r3108272 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2024-06-26 1 6:48+0000\n"9 "POT-Creation-Date: 2024-06-26 17:15+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "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 5 5 Tested up to: 6.5 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 License: GPLv3 9 9 URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.