Changeset 2919493
- Timestamp:
- 05/31/2023 07:46:46 AM (3 years ago)
- Location:
- member-profile-fields-for-wlm-and-gf-user-registration/trunk
- Files:
-
- 2 edited
-
member-profile-fields-for-wlm-and-gf-user-registration.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
member-profile-fields-for-wlm-and-gf-user-registration/trunk/member-profile-fields-for-wlm-and-gf-user-registration.php
r2919481 r2919493 1 1 <?php 2 2 /** 3 * Plugin Name: Member Profile Fields for WishList Member and Gravity Forms User Registration Add-On 4 * Description: Allows setting WishList Member Fields when users are automatically created using Gravity Forms User Registration Add-On. 5 * Version: 1.01 6 * Author: AoD Technologies LLC 7 * Author URI: https://aod-tech.com/ 8 * License: GPL-3.0+ 9 * License URI: https://www.gnu.org/licenses/gpl-3.0.txt 10 * Text Domain: member-profile-fields-for-wlm-and-gf-user-registration 3 * Plugin Name: Member Profile Fields for WishList Member and Gravity Forms User Registration Add-On 4 * Description: Allows setting WishList Member Fields when users are automatically created using Gravity Forms User Registration Add-On. 5 * Version: 1.02 6 * Author: AoD Technologies LLC 7 * Author URI: https://aod-tech.com/ 8 * License: GPL-3.0+ 9 * License URI: https://www.gnu.org/licenses/gpl-3.0.txt 10 * Text Domain: member-profile-fields-for-wlm-and-gf-user-registration 11 * Domain Path: /languages 11 12 * 12 13 * Member Profile Fields for WishList Member and Gravity Forms User Registration Add-On Plugin … … 37 38 38 39 public function __construct() { 40 add_action( 'plugins_loaded', array( $this, 'load_text_domain' ) ); 39 41 add_action( 'init', array( $this, 'init' ) ); 42 } 43 44 public function load_text_domain() { 45 load_plugin_textdomain( 'member-profile-fields-for-wlm-and-gf-user-registration', false, basename( dirname( __FILE__ ) ) . '/languages/' ); 40 46 } 41 47 -
member-profile-fields-for-wlm-and-gf-user-registration/trunk/readme.txt
r2919481 r2919493 6 6 Tested up to: 6.2.2 7 7 Requires PHP: 5.6 8 Stable tag: 1.0 18 Stable tag: 1.02 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 13 13 14 14 == Description == 15 Allows WishList Member Fields (including custom fields) to be populated automatically from data collected in Gravity Forms, using Gravity Forms User Registration Add-On. 15 16 16 Allows setting WishList Member Fields when users are automatically created using Gravity Forms User Registration Add-On. 17 18 Note, this plugin requires Gravity Forms, WishList Member plugin version 2 or above, the Gravity Forms plugin and the Gravity Forms User Registration Add-On plugin. 17 Note, this plugin requires Gravity Forms, Gravity Forms User Registration Add-On plugin, and WishList Member plugin version 2 or above. 19 18 20 19 == Installation == … … 32 31 == Changelog == 33 32 33 = 1.02 = 34 * Actually load the text domain. 35 34 36 = 1.01 = 35 37 * Correct the text domain and update tested up to version.
Note: See TracChangeset
for help on using the changeset viewer.