Changeset 2775322
- Timestamp:
- 08/25/2022 08:16:09 AM (4 years ago)
- Location:
- pie-forms-for-wp/trunk
- Files:
-
- 1 added
- 4 edited
-
assets/images/addons/pabbly-connect.jpg (added)
-
includes/settings/licence.php (modified) (2 diffs)
-
includes/templates/addons.json (modified) (1 diff)
-
pie-forms-for-wp.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pie-forms-for-wp/trunk/includes/settings/licence.php
r2762337 r2775322 40 40 $active_zapier = Pie_Forms()->core()->pform_check_addon_exist('pie-forms-for-wp-zapier/pie-forms-for-wp-zapier.php') ? true : false; 41 41 42 $active_pabbly = Pie_Forms()->core()->pform_check_addon_exist('pie-forms-for-wp-pabbly/pie-forms-for-wp-pabbly.php') ? true : false; 43 42 44 $settings = apply_filters( 43 45 'pie_forms_licence_settings', … … 227 229 ), 228 230 array( 231 'title' => esc_html__('Pabbly Addon' , 'pie-forms'), 232 'type' => 'addons_license', 233 'id' => 'pabbly', 234 'email_address' => array( 235 'placeholder' => esc_html__( 'Email Address', 'pie-forms' ), 236 'desc' => esc_html__( '', 'pie-forms' ), 237 'id' => 'pieforms_addon_pabbly_licence_email', 238 'default' => '', 239 240 ), 241 'license_key' => array( 242 'placeholder' => esc_html__( 'License key', 'pie-forms' ), 243 'desc' => esc_html__( '', 'pie-forms' ), 244 'id' => 'pieforms_addon_pabbly_licence_key', 245 'default' => '', 246 ), 247 'is_visible' => $active_pabbly 248 ), 249 array( 229 250 'type' => 'sectionend', 230 251 'id' => 'licence_settings', -
pie-forms-for-wp/trunk/includes/templates/addons.json
r2762337 r2775322 62 62 "plugin_src" : "https://pieforms.com/addons/zapier-integration-addon/?utm_source=admindashboard&utm_medium=Addonspage&utm_campaign=premium", 63 63 "price" : "29.99" 64 }, 65 "pie-forms-for-wp-pabbly/pie-forms-for-wp-pabbly.php" : { 66 "icon" : "pabbly-connect.jpg", 67 "name" : "Pabbly Connect", 68 "desc" : "Automate your work process and save time with Pabbly Connect by Pie Forms", 69 "plugin_src" : "https://pieforms.com/addons/pabbly-connect-addon/?utm_source=admindashboard&utm_medium=Addonspage&utm_campaign=premium", 70 "price" : "29.99" 64 71 } 65 72 -
pie-forms-for-wp/trunk/pie-forms-for-wp.php
r2762337 r2775322 3 3 Plugin Name: Pie Forms - Basic 4 4 Description: The Intelligent and Easy WordPress Form Builder Dynamic forms, Built-in Ready to use Templates, Advanced field options, Anti-spam features, and more! 5 Version: 1.4.9. 65 Version: 1.4.9.7 6 6 Author: Pie Forms 7 7 Author URI: https://www.pieforms.com … … 34 34 { 35 35 36 const VERSION = '1.4.9. 6';36 const VERSION = '1.4.9.7'; 37 37 38 38 const DB_VERSION = '1.2'; -
pie-forms-for-wp/trunk/readme.txt
r2762337 r2775322 3 3 Tags: Contact form, form builder, custom form, email form, contact form plugin 4 4 Requires at least: 5.0 5 Tested up to: 6.0 5 Tested up to: 6.0.1 6 6 Requires PHP: 7.0 7 Stable tag: 1.4.9. 67 Stable tag: 1.4.9.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 98 98 Automate your work in minutes with Pie Form's Zapier Addon 99 99 100 * **[Pabbly Connect Add-on](https://pieforms.com/addons/pabbly-connect-addon/)** 101 Automate your work process and save time with Pabbly Connect by Pie Forms 102 100 103 THERE IS SO MUCH MORE TO EXPLORE! 101 104 … … 206 209 207 210 == CHANGELOG == 211 212 ### 1.4.9.7 213 * Added: Pabbly Connect Addon 208 214 209 215 ### 1.4.9.6
Note: See TracChangeset
for help on using the changeset viewer.