Plugin Directory

Changeset 3208257


Ignore:
Timestamp:
12/15/2024 07:14:54 PM (14 months ago)
Author:
fpcorso
Message:

Update to version 2.0.1 from GitHub

Location:
litesurveys
Files:
6 added
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • litesurveys/tags/2.0.1/languages/litesurveys.pot

    r3183478 r3208257  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: LiteSurveys 2.0.0\n"
     5"Project-Id-Version: LiteSurveys 2.0.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/litesurveys-wordpress-plugin\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-11-07T01:05:23+00:00\n"
     12"POT-Creation-Date: 2024-12-15T19:12:08+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
  • litesurveys/tags/2.0.1/litesurveys-wordpress-plugin.php

    r3183478 r3208257  
    33 * Plugin Name: LiteSurveys
    44 * Description: Adds simple one-question surveys to your WordPress site
    5  * Version: 2.0.0
     5 * Version: 2.0.1
    66 * Requires at least: 6.1
    77 * Requires PHP: 8.0
     
    3030     * @var string
    3131     */
    32     const VERSION = '2.0.0';
     32    const VERSION = '2.0.1';
    3333
    3434    /**
  • litesurveys/tags/2.0.1/readme.txt

    r3183479 r3208257  
    11=== LiteSurveys ===
    22Contributors: fpcorso
    3 Tags: surveys, polls, integration, marketing
     3Tags: surveys, polls, sales, marketing
    44Requires at least: 6.0
    5 Tested up to: 6.6.1
    6 Stable tag: 2.0.0
     5Tested up to: 6.7.1
     6Stable tag: 2.0.1
    77Requires PHP: 8.0
    88License: GPLv3
     
    54541. An example LiteSurveys slide-in survey.
    55552. Surveys admin page showing your surveys, which are active, and how many submissions each has.
     563. LiteSurveys admin area for creating a new survey, such as a sales funnel survey.
    5657
    5758== Changelog ==
     59
     60= 2.0.1 (December 15, 2024) =
     61
     62* Fixes minor style inconsistency
     63* Adds new plugin icon
     64* Adds plugin screenshot for admin area
    5865
    5966= 2.0.0 (November 6, 2024) =
  • litesurveys/tags/2.0.1/resources/css/admin.css

    r3183478 r3208257  
     1#survey-edit-form input[type="text"],
     2#survey-edit-form select {
     3    width: 100%;
     4    max-width: 100%;
     5}
     6
    17.error-message {
    28    color: #d63638;
  • litesurveys/tags/2.0.1/resources/css/admin.min.css

    r3183478 r3208257  
    1 .error-message{color:#d63638;margin-top:5px;font-size:12px}.answer-choices-wrapper.error,.question-content-wrapper.error textarea,input.error,textarea.error{border-color:#d63638!important}.answer-choices-wrapper,.question-content-wrapper{position:relative}.answer-choices-wrapper{padding:15px;border:1px solid #ccd0d4;background:#fff;border-radius:4px}.answer-choices-wrapper.error{background-color:#fff5f5}.answer-choice{margin-bottom:10px;display:flex;gap:10px;align-items:center}.answer-choice:last-child{margin-bottom:15px}.answer-choice input{flex:1}#survey-edit-form .form-table input[type=text].error,#survey-edit-form .form-table textarea.error{border-color:#d63638}.add-answer{margin-top:5px}
     1#survey-edit-form input[type=text],#survey-edit-form select{width:100%;max-width:100%}.error-message{color:#d63638;margin-top:5px;font-size:12px}.answer-choices-wrapper.error,.question-content-wrapper.error textarea,input.error,textarea.error{border-color:#d63638!important}.answer-choices-wrapper,.question-content-wrapper{position:relative}.answer-choices-wrapper{padding:15px;border:1px solid #ccd0d4;background:#fff;border-radius:4px}.answer-choices-wrapper.error{background-color:#fff5f5}.answer-choice{margin-bottom:10px;display:flex;gap:10px;align-items:center}.answer-choice:last-child{margin-bottom:15px}.answer-choice input{flex:1}#survey-edit-form .form-table input[type=text].error,#survey-edit-form .form-table textarea.error{border-color:#d63638}.add-answer{margin-top:5px}
  • litesurveys/trunk/languages/litesurveys.pot

    r3183478 r3208257  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: LiteSurveys 2.0.0\n"
     5"Project-Id-Version: LiteSurveys 2.0.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/litesurveys-wordpress-plugin\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-11-07T01:05:23+00:00\n"
     12"POT-Creation-Date: 2024-12-15T19:12:08+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
  • litesurveys/trunk/litesurveys-wordpress-plugin.php

    r3183478 r3208257  
    33 * Plugin Name: LiteSurveys
    44 * Description: Adds simple one-question surveys to your WordPress site
    5  * Version: 2.0.0
     5 * Version: 2.0.1
    66 * Requires at least: 6.1
    77 * Requires PHP: 8.0
     
    3030     * @var string
    3131     */
    32     const VERSION = '2.0.0';
     32    const VERSION = '2.0.1';
    3333
    3434    /**
  • litesurveys/trunk/readme.txt

    r3183479 r3208257  
    11=== LiteSurveys ===
    22Contributors: fpcorso
    3 Tags: surveys, polls, integration, marketing
     3Tags: surveys, polls, sales, marketing
    44Requires at least: 6.0
    5 Tested up to: 6.6.1
    6 Stable tag: 2.0.0
     5Tested up to: 6.7.1
     6Stable tag: 2.0.1
    77Requires PHP: 8.0
    88License: GPLv3
     
    54541. An example LiteSurveys slide-in survey.
    55552. Surveys admin page showing your surveys, which are active, and how many submissions each has.
     563. LiteSurveys admin area for creating a new survey, such as a sales funnel survey.
    5657
    5758== Changelog ==
     59
     60= 2.0.1 (December 15, 2024) =
     61
     62* Fixes minor style inconsistency
     63* Adds new plugin icon
     64* Adds plugin screenshot for admin area
    5865
    5966= 2.0.0 (November 6, 2024) =
  • litesurveys/trunk/resources/css/admin.css

    r3183478 r3208257  
     1#survey-edit-form input[type="text"],
     2#survey-edit-form select {
     3    width: 100%;
     4    max-width: 100%;
     5}
     6
    17.error-message {
    28    color: #d63638;
  • litesurveys/trunk/resources/css/admin.min.css

    r3183478 r3208257  
    1 .error-message{color:#d63638;margin-top:5px;font-size:12px}.answer-choices-wrapper.error,.question-content-wrapper.error textarea,input.error,textarea.error{border-color:#d63638!important}.answer-choices-wrapper,.question-content-wrapper{position:relative}.answer-choices-wrapper{padding:15px;border:1px solid #ccd0d4;background:#fff;border-radius:4px}.answer-choices-wrapper.error{background-color:#fff5f5}.answer-choice{margin-bottom:10px;display:flex;gap:10px;align-items:center}.answer-choice:last-child{margin-bottom:15px}.answer-choice input{flex:1}#survey-edit-form .form-table input[type=text].error,#survey-edit-form .form-table textarea.error{border-color:#d63638}.add-answer{margin-top:5px}
     1#survey-edit-form input[type=text],#survey-edit-form select{width:100%;max-width:100%}.error-message{color:#d63638;margin-top:5px;font-size:12px}.answer-choices-wrapper.error,.question-content-wrapper.error textarea,input.error,textarea.error{border-color:#d63638!important}.answer-choices-wrapper,.question-content-wrapper{position:relative}.answer-choices-wrapper{padding:15px;border:1px solid #ccd0d4;background:#fff;border-radius:4px}.answer-choices-wrapper.error{background-color:#fff5f5}.answer-choice{margin-bottom:10px;display:flex;gap:10px;align-items:center}.answer-choice:last-child{margin-bottom:15px}.answer-choice input{flex:1}#survey-edit-form .form-table input[type=text].error,#survey-edit-form .form-table textarea.error{border-color:#d63638}.add-answer{margin-top:5px}
Note: See TracChangeset for help on using the changeset viewer.