Plugin Directory

Changeset 2444608


Ignore:
Timestamp:
12/22/2020 09:21:26 PM (5 years ago)
Author:
robssanches
Message:

Fixed readme.txt and updated translation files

Location:
fix-contact-form-7-blank-fields/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • fix-contact-form-7-blank-fields/trunk/fix-contact-form-7-blank-fields.php

    r2443973 r2444608  
    1212 * Plugin URI:
    1313 * Description: This plugin fixes the error of blank or missing fields, which occurs in Contact Form 7 forms after migrating the website database.
    14  * Version: 1.0.0
     14 * Version: 1.0.1
    1515 * Requires at least: 5.5.3
    1616 * Requires PHP: 5.4
  • fix-contact-form-7-blank-fields/trunk/languages/fix-contact-form-7-blank-fields-pt_BR.po

    r2443973 r2444608  
    44"Report-Msgid-Bugs-To: \n"
    55"POT-Creation-Date: 2020-12-18 20:55-0300\n"
    6 "PO-Revision-Date: 2020-12-18 21:00-0300\n"
     6"PO-Revision-Date: 2020-12-22 18:00-0300\n"
    77"Last-Translator: Robson Sanches\n"
    88"Language-Team: Português do Brasil\n"
     
    2828msgid "Click the button below to fix the blank fields on the contact forms"
    2929msgstr ""
    30 "Clique no botão abaixo para corrigir os campos em branco nos formulários "
    31 "de contato"
     30"Clique no botão abaixo para corrigir os campos em branco nos formulários de "
     31"contato"
    3232
    3333#: src/FixForms.php:53 src/FixForms.php:57
     
    107107msgid "This plugin requires version 5.4 of PHP or higher."
    108108msgstr "Este plugin requer a versão 5.4 do PHP ou superior."
     109
     110#. Author URI of the plugin
     111msgid "https://profiles.wordpress.org/robssanches/"
     112msgstr "https://profiles.wordpress.org/robssanches/"
     113
     114#. Author of the plugin
     115msgid "Robson Sanches"
     116msgstr "Robson Sanches"
     117
     118#. Plugin Name of the plugin
     119#: templates/fix-contact-forms.php:2 src/Admin.php:38 src/Admin.php:39
     120#: src/Admin.php:49 src/Test.php:38 src/Test.php:39
     121msgid "Fix Contact Form 7 Blank Fields"
     122msgstr "Fix Contact Form 7 Blank Fields"
  • fix-contact-form-7-blank-fields/trunk/languages/fix-contact-form-7-blank-fields.pot

    r2443973 r2444608  
    102102msgid "This plugin requires version 5.4 of PHP or higher."
    103103msgstr ""
     104
     105#. Author URI of the plugin
     106msgid "https://profiles.wordpress.org/robssanches/"
     107msgstr ""
     108
     109#. Author of the plugin
     110msgid "Robson Sanches"
     111msgstr ""
     112
     113#. Plugin Name of the plugin
     114#: templates/fix-contact-forms.php:2 src/Admin.php:38 src/Admin.php:39
     115#: src/Admin.php:49 src/Test.php:38 src/Test.php:39
     116msgid "Fix Contact Form 7 Blank Fields"
     117msgstr ""
  • fix-contact-form-7-blank-fields/trunk/readme.txt

    r2443973 r2444608  
    11=== Fix Contact Form 7 Blank Fields ===
    22Contributors: robssanches
    3 Tags: fix, contact, form, contact form, email, fields missing, blank fields
     3Tags: fix, contact, form, fields missing, blank fields
    44Requires at least: 5.5.3
    55Requires PHP: 5.4
    6 Tested up to: 5.5
    7 Stable tag: 5.3
     6Tested up to: 5.5.3
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4747= 1.0 =
    4848* Initial release
     49
     50= 1.0.1 =
     51* Fixed readme.txt and updated translation files
Note: See TracChangeset for help on using the changeset viewer.