Changeset 2093607
- Timestamp:
- 05/23/2019 08:53:45 AM (7 years ago)
- Location:
- add-on-gravity-forms-mailpoet
- Files:
-
- 3 edited
- 7 copied
-
tags/1.1.6 (copied) (copied from add-on-gravity-forms-mailpoet/trunk)
-
tags/1.1.6/add-on-gravity-forms-mailpoet.php (copied) (copied from add-on-gravity-forms-mailpoet/trunk/add-on-gravity-forms-mailpoet.php) (2 diffs)
-
tags/1.1.6/array_column.php (copied) (copied from add-on-gravity-forms-mailpoet/trunk/array_column.php)
-
tags/1.1.6/changelog.txt (copied) (copied from add-on-gravity-forms-mailpoet/trunk/changelog.txt) (1 diff)
-
tags/1.1.6/class-gfnewmailpoetaddon.php (copied) (copied from add-on-gravity-forms-mailpoet/trunk/class-gfnewmailpoetaddon.php)
-
tags/1.1.6/mailpoet-fields.php (copied) (copied from add-on-gravity-forms-mailpoet/trunk/mailpoet-fields.php)
-
tags/1.1.6/readme.txt (copied) (copied from add-on-gravity-forms-mailpoet/trunk/readme.txt) (1 diff)
-
trunk/add-on-gravity-forms-mailpoet.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
add-on-gravity-forms-mailpoet/tags/1.1.6/add-on-gravity-forms-mailpoet.php
r2071356 r2093607 3 3 * Plugin Name: Add-on Gravity Forms - Mailpoet 3 4 4 * Description: Add a MailPoet 3 signup field to your Gravity Forms. 5 * Version: 1.1. 65 * Version: 1.1.7 6 6 * Author: Tikweb 7 7 * Author URI: http://www.tikweb.dk/ … … 34 34 exit; 35 35 } 36 37 /* 38 * Once plugin loaded, load text domain 39 */ 40 41 function agfm_load_text_domain() { 42 43 load_plugin_textdomain( 'add-on-gravity-forms-mailpoet', false, 44 dirname( plugin_basename( __FILE__ ) ) . '/languages' ); 45 46 } 47 add_action( 'plugins_loaded', 'agfm_load_text_domain' ); 36 48 37 49 /** -
add-on-gravity-forms-mailpoet/tags/1.1.6/changelog.txt
r2071356 r2093607 1 1 == Changelog == 2 3 = 1.1.7 - 2019-04-25 = 4 * Fixed translation issue 2 5 3 6 = 1.1.6 - 2019-04-19 = -
add-on-gravity-forms-mailpoet/tags/1.1.6/readme.txt
r2071356 r2093607 6 6 Tested up to: 5.1 7 7 Requires PHP: 5.2 8 Stable tag: 1.1. 68 Stable tag: 1.1.7 9 9 10 10 Create MailPoet 3 newsletter subscribers from Gravity Form entries. -
add-on-gravity-forms-mailpoet/trunk/add-on-gravity-forms-mailpoet.php
r2071356 r2093607 3 3 * Plugin Name: Add-on Gravity Forms - Mailpoet 3 4 4 * Description: Add a MailPoet 3 signup field to your Gravity Forms. 5 * Version: 1.1. 65 * Version: 1.1.7 6 6 * Author: Tikweb 7 7 * Author URI: http://www.tikweb.dk/ … … 34 34 exit; 35 35 } 36 37 /* 38 * Once plugin loaded, load text domain 39 */ 40 41 function agfm_load_text_domain() { 42 43 load_plugin_textdomain( 'add-on-gravity-forms-mailpoet', false, 44 dirname( plugin_basename( __FILE__ ) ) . '/languages' ); 45 46 } 47 add_action( 'plugins_loaded', 'agfm_load_text_domain' ); 36 48 37 49 /** -
add-on-gravity-forms-mailpoet/trunk/changelog.txt
r2071356 r2093607 1 1 == Changelog == 2 3 = 1.1.7 - 2019-04-25 = 4 * Fixed translation issue 2 5 3 6 = 1.1.6 - 2019-04-19 = -
add-on-gravity-forms-mailpoet/trunk/readme.txt
r2071356 r2093607 6 6 Tested up to: 5.1 7 7 Requires PHP: 5.2 8 Stable tag: 1.1. 68 Stable tag: 1.1.7 9 9 10 10 Create MailPoet 3 newsletter subscribers from Gravity Form entries.
Note: See TracChangeset
for help on using the changeset viewer.