Plugin Directory

Changeset 2093592


Ignore:
Timestamp:
05/23/2019 08:39:37 AM (7 years ago)
Author:
pinpointe
Message:

Updating to v1.4 to update language so that Lists/Tags are displayed as Databases/Lists to be consistent with the Pinpointe web app

Location:
pinpointe-form-integration
Files:
63 added
3 edited

Legend:

Unmodified
Added
Removed
  • pinpointe-form-integration/trunk/includes/pinpointe-plugin-structure.inc.php

    r1340221 r2093592  
    185185                                            'empty' => false
    186186                                        ),
    187                                         'hint' => __('<p>Displays popup with mailing list signup form as configured. You can use form conditions for more granual control.</p>', 'pinpointe'),
     187                                        'hint' => __('<p>Displays popup with mailing database signup form as configured. You can use form conditions for more granual control.</p>', 'pinpointe'),
    188188                                    ),
    189189                                    'popup_form' => array(
     
    303303                                        ),
    304304                                        'values' => PinpointeSignupForm::get_list_of_forms(false),
    305                                         'hint' => __('<p>If a list of form IDs are specified, only those forms will be eligible to be displayed. The forms will be filtered based on their display conditions, then the first remaining form will be displayed.</p>', 'pinpointe'),
     305                                        'hint' => __('<p>If a list of form IDs is specified, only those forms will be eligible to be displayed. The forms will be filtered based on their display conditions, then the first remaining form will be displayed.</p>', 'pinpointe'),
    306306                                    ),
    307307                                ),
     
    380380                                            '2' => __('Comments Form', 'pinpointe'),
    381381                                        ),
    382                                         'hint' => __('<p>Select WordPress forms where you would like mailing list opt-in checkbox to appear.</p>', 'pinpointe'),
     382                                        'hint' => __('<p>Select WordPress forms where you would like mailing database opt-in checkbox to appear.</p>', 'pinpointe'),
    383383                                    ),
    384384                                    'checkbox_label' => array(
     
    407407                                    ),
    408408                                    'checkbox_list' => array(
    409                                         'title' => __('Mailing list', 'pinpointe'),
     409                                        'title' => __('Mailing database', 'pinpointe'),
    410410                                        'type' => 'text',
    411411                                        'default' => '',
     
    414414                                            'empty' => true
    415415                                        ),
    416                                         'hint' => __('<p>Select one of your Pinpointe mailing lists to subscribe visitors to.</p>', 'pinpointe'),
     416                                        'hint' => __('<p>Select one of your Pinpointe mailing databases to subscribe visitors to.</p>', 'pinpointe'),
    417417                                    ),
    418418                                ),
     
    439439                                    ),
    440440                                    'sync_list' => array(
    441                                         'title' => __('Mailing list', 'pinpointe'),
     441                                        'title' => __('Mailing database', 'pinpointe'),
    442442                                        'type' => 'text',
    443443                                        'default' => '',
     
    446446                                            'empty' => true
    447447                                        ),
    448                                         'hint' => __('<p>Select one of your Pinpointe mailing lists to sync user data with.</p>', 'pinpointe'),
     448                                        'hint' => __('<p>Select one of your Pinpointe mailing databases to sync user data with.</p>', 'pinpointe'),
    449449                                    ),
    450450                                ),
     
    549549                                        'title' => __('(Error) Already subscribed', 'pinpointe'),
    550550                                        'type' => 'text',
    551                                         'default' => __('You are already subscribed to this list', 'pinpointe'),
     551                                        'default' => __('You are already subscribed to this database', 'pinpointe'),
    552552                                        'validation' => array(
    553553                                            'rule' => 'string',
  • pinpointe-form-integration/trunk/pinpointe-signup-form.php

    r1911220 r2093592  
    55 * Plugin URI: https://help.pinpointe.com/support/solutions/articles/5000664320-wordpress-plugin-download
    66 * Description: Add Pinpointe forms to your WordPress site
    7  * Version: 1.3.0
     7 * Version: 1.4.0
    88 * Author: Pinpointe
    99 * Author URI: http://www.pinpointe.com/
     
    560560                    'pinpointe_forms_color_scheme'             => __('<p>Select one of the predefined color schemes. You can further customize the look & feel of your forms by adding custom CSS rules to Settings > Override CSS.</p>', 'pinpointe'),
    561561                    'pinpointe_forms_redirect_url'             => __('<p>Optionaly provide an URL where subscribers should be redirected to after successful signup.</p> <p>Leave this field empty to simply display a thank you message.</p>', 'pinpointe'),
    562                     'pinpointe_forms_mailing_list'             => __('<p>Select one of your Pinpointe mailing lists for users to be subscribed to.</p>', 'pinpointe'),
    563                     'pinpointe_forms_mailing_tag'             => __('<p>Select one of your Pinpointe list tags for users to be added to.</p>', 'pinpointe'),
     562                    'pinpointe_forms_mailing_list'             => __('<p>Select one of your Pinpointe mailing databases for users to be subscribed to.</p>', 'pinpointe'),
     563                    'pinpointe_forms_mailing_tag'             => __('<p>Select one of your Pinpointe lists for users to be added to.</p>', 'pinpointe'),
    564564                    'pinpointe_forms_groups'                   => __('<p>Select interest groups that you want to add automatically or allow users to choose in the form.</p> <p>If no interest groups are available, either mailing list has not been selected yet in the field above or you have no interest groups created for this list.</p>', 'pinpointe'),
    565565                    'pinpointe_form_group_method'              => __('<p>Select how you would like interest groups to work with this form - you can either add all selected interest groups to subscribers profile by default or allow your visitors to manually select some.</p>', 'pinpointe'),
     
    579579                    var pinpointe_home_url = '<?php echo site_url(); ?>';
    580580                    var pinpointe_label_still_connecting_to_pinpointe = '<?php _e('Still connecting to Pinpointe...', 'pinpointe'); ?>';
    581                     var pinpointe_label_mailing_list = '<?php _e('Mailing list', 'pinpointe'); ?>';
    582                     var pinpointe_label_mailing_tag = '<?php _e('Mailing tag', 'pinpointe'); ?>';
    583                     var pinpointe_label_no_results_match_list = '<?php _e('There are no lists named', 'pinpointe'); ?>';
    584                     var pinpointe_label_no_results_match_tag = '<?php _e('There are no tags named', 'pinpointe'); ?>';
    585                     var pinpointe_label_select_mailing_list = '<?php _e('Select a mailing list', 'pinpointe'); ?>';
    586                     var pinpointe_label_select_mailing_tag = '<?php _e('Select a mailing tag', 'pinpointe'); ?>';
    587                     var pinpointe_label_no_results_match_groups = '<?php _e('Selected list does not have groups named', 'pinpointe'); ?>';
     581                    var pinpointe_label_mailing_list = '<?php _e('Mailing database', 'pinpointe'); ?>';
     582                    var pinpointe_label_mailing_tag = '<?php _e('Mailing list', 'pinpointe'); ?>';
     583                    var pinpointe_label_no_results_match_list = '<?php _e('There are no databases named', 'pinpointe'); ?>';
     584                    var pinpointe_label_no_results_match_tag = '<?php _e('There are no lists named', 'pinpointe'); ?>';
     585                    var pinpointe_label_select_mailing_list = '<?php _e('Select a mailing database', 'pinpointe'); ?>';
     586                    var pinpointe_label_select_mailing_tag = '<?php _e('Select a mailing list', 'pinpointe'); ?>';
     587                    var pinpointe_label_no_results_match_groups = '<?php _e('Selected database does not have groups named', 'pinpointe'); ?>';
    588588                    var pinpointe_label_select_some_groups = '<?php _e('Select some groups (optional)', 'pinpointe'); ?>';
    589589                    var pinpointe_label_groups = '<?php _e('Interest groups', 'pinpointe'); ?>';
     
    592592                    var pinpointe_label_fields_icon = '<?php _e('Icon', 'pinpointe'); ?>';
    593593                    var pinpointe_label_add_new = '<?php _e('Add Field', 'pinpointe'); ?>'; // Changed from 'Add Tag'
    594                     var pinpointe_label_no_results_match_tags = '<?php _e('Selected list does not have fields named', 'pinpointe'); ?>';
     594                    var pinpointe_label_no_results_match_tags = '<?php _e('Selected database does not have fields named', 'pinpointe'); ?>';
    595595                    var pinpointe_label_select_tag = '<?php _e('Select a field', 'pinpointe'); ?>'; // Changed from 'Select a tag'
    596596                    var pinpointe_label_connecting_to_pinpointe = '<?php _e('Connecting to Pinpointe...', 'pinpointe'); ?>';
     
    935935                                    </tbody></table>
    936936
    937                                     <div class="pinpointe_forms_section">List</div>
     937                                    <div class="pinpointe_forms_section">Database</div>
    938938                                    <p id="pinpointe_forms_list_<?php echo $form_key; ?>" class="pinpointe_loading_list pinpointe_forms_field_list_groups">
    939939                                        <span class="pinpointe_loading_icon"></span>
     
    941941                                    </p>
    942942
    943                                     <div class="pinpointe_forms_section">Tag</div>
     943                                    <div class="pinpointe_forms_section">List</div>
    944944                                    <p id="pinpointe_forms_tag_<?php echo $form_key; ?>" class="pinpointe_loading_tag pinpointe_forms_field_tag_groups">
    945945                                        <span class="pinpointe_loading_icon"></span>
  • pinpointe-form-integration/trunk/readme.txt

    r1911220 r2093592  
    44Requires at least: 3.5
    55Tested up to: 4.9
    6 Stable tag: 1.3.0
     6Stable tag: 1.4.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444== Changelog ==
     451.4
     46* Changed language of "Lists" and "Tags" to "Databases" and "Lists", to be consistent with the Pinpointe web application
     47
    45481.3
    4649* Added option to send a confirmation request email to the subscriber upon form submission
Note: See TracChangeset for help on using the changeset viewer.