Plugin Directory

Changeset 2775322


Ignore:
Timestamp:
08/25/2022 08:16:09 AM (4 years ago)
Author:
pieforms
Message:

1.4.9.7

Location:
pie-forms-for-wp/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • pie-forms-for-wp/trunk/includes/settings/licence.php

    r2762337 r2775322  
    4040        $active_zapier = Pie_Forms()->core()->pform_check_addon_exist('pie-forms-for-wp-zapier/pie-forms-for-wp-zapier.php') ? true : false;
    4141
     42        $active_pabbly = Pie_Forms()->core()->pform_check_addon_exist('pie-forms-for-wp-pabbly/pie-forms-for-wp-pabbly.php') ? true : false;
     43
    4244        $settings = apply_filters(
    4345            'pie_forms_licence_settings',
     
    227229                ),
    228230                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(
    229250                    'type' => 'sectionend',
    230251                    'id'   => 'licence_settings',
  • pie-forms-for-wp/trunk/includes/templates/addons.json

    r2762337 r2775322  
    6262        "plugin_src" : "https://pieforms.com/addons/zapier-integration-addon/?utm_source=admindashboard&utm_medium=Addonspage&utm_campaign=premium",
    6363        "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"
    6471    }
    6572 
  • pie-forms-for-wp/trunk/pie-forms-for-wp.php

    r2762337 r2775322  
    33Plugin Name: Pie Forms - Basic
    44Description: 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.6
     5Version: 1.4.9.7
    66Author: Pie Forms
    77Author URI: https://www.pieforms.com
     
    3434    {
    3535
    36         const VERSION = '1.4.9.6';
     36        const VERSION = '1.4.9.7';
    3737       
    3838        const DB_VERSION = '1.2';
  • pie-forms-for-wp/trunk/readme.txt

    r2762337 r2775322  
    33Tags: Contact form, form builder, custom form, email form, contact form plugin
    44Requires at least: 5.0
    5 Tested up to: 6.0
     5Tested up to: 6.0.1
    66Requires PHP: 7.0
    7 Stable tag: 1.4.9.6
     7Stable tag: 1.4.9.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9898Automate your work in minutes with Pie Form's Zapier Addon
    9999
     100* **[Pabbly Connect Add-on](https://pieforms.com/addons/pabbly-connect-addon/)**
     101Automate your work process and save time with Pabbly Connect by Pie Forms
     102
    100103THERE IS SO MUCH MORE TO EXPLORE!
    101104
     
    206209
    207210== CHANGELOG ==
     211
     212### 1.4.9.7
     213* Added: Pabbly Connect Addon
    208214
    209215### 1.4.9.6
Note: See TracChangeset for help on using the changeset viewer.