Plugin Directory

Changeset 2893790


Ignore:
Timestamp:
04/04/2023 06:01:43 PM (3 years ago)
Author:
icontactj2
Message:

Use array_merge instead of PHP 8.1 array concat syntax

Location:
icontact-forms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • icontact-forms/trunk/README.txt

    r2893118 r2893790  
    55Requires at least: 6.1.1
    66Tested up to: 6.1.1
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88Requires PHP: 8.0
    99License: GPLv2 or later
     
    2424iContact’s email marketing tools help small and medium businesses grow their audience and design and automate beautiful, personalized emails.
    2525Trusted by thousands of small and independent businesses since 2003 to send billions of emails each month.
    26 [Sign Up Now](https://www.icontact.com/pricing/)
     26[Sign Up Now] (https://www.icontact.com/pricing/)
    2727
    2828Key Features
    29 * Grow your subscriber base
    30 * Increase the amount of contacts you can market to
    31 * Select from iContact contact forms you have created
    32 * View associated lists with each form
    33 * Quickly access iContact to edit and add new forms
    34 * Configure a confirmation message to opt in to your mailing list once the form is completed
    35 * Add CAPTCHA to your form to prevent spam bots signups
     29    * Grow your subscriber base
     30    * Increase the amount of contacts you can market to
     31    * Select from iContact contact forms you have created
     32    * View associated lists with each form
     33    * Quickly access iContact to edit and add new forms
     34    * Configure a confirmation message to opt in to your mailing list once the form is completed
     35    * Add CAPTCHA to your form to prevent spam bots signups
    3636
    3737== Installation ==
     
    5151Visit https://kb.icontact.com/hc/en-us/articles/11997483758861-Wordpress-Plugin to view our Help Portal articles on the iContact WordPress plugin.
    5252
    53 = Where do I find my iContact API Credentials? =
     53= Where do i find my iContact API Credentials? =
    5454
    5555Go to your icontact.com account and then go to Forms and find WordPress integration page
    5656
    57 = What I have to do to use it with different client folder? =
     57= What i have to do to use it with different client folder? =
    5858
    5959The plugin will detect if your account have multiple client folders and let you choose one when you connect to the API
  • icontact-forms/trunk/admin/class-icontact-forms-admin.php

    r2893053 r2893790  
    261261            $new_actions['cl_settings'] = sprintf( '<a href="%s">Settings</a>', esc_url( admin_url( 'options-general.php?page=' . ICONTACT_FORMS_MENU_SLUG ) ) );
    262262        }
    263         return array( ...$new_actions, ...$plugin_actions );
     263        return array_merge( $new_actions, $plugin_actions );
    264264    }
    265265
  • icontact-forms/trunk/icontact-forms.php

    r2893053 r2893790  
    1717 * Description:       The official iContact plugin to add iContact forms to your WordPress site and grow your mailing lists.
    1818
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            iContact
    2121 * Author URI:        https://www.icontact.com/
Note: See TracChangeset for help on using the changeset viewer.