Changeset 2444608
- Timestamp:
- 12/22/2020 09:21:26 PM (5 years ago)
- Location:
- fix-contact-form-7-blank-fields/trunk
- Files:
-
- 5 edited
-
fix-contact-form-7-blank-fields.php (modified) (1 diff)
-
languages/fix-contact-form-7-blank-fields-pt_BR.mo (modified) (previous)
-
languages/fix-contact-form-7-blank-fields-pt_BR.po (modified) (3 diffs)
-
languages/fix-contact-form-7-blank-fields.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fix-contact-form-7-blank-fields/trunk/fix-contact-form-7-blank-fields.php
r2443973 r2444608 12 12 * Plugin URI: 13 13 * 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. 014 * Version: 1.0.1 15 15 * Requires at least: 5.5.3 16 16 * Requires PHP: 5.4 -
fix-contact-form-7-blank-fields/trunk/languages/fix-contact-form-7-blank-fields-pt_BR.po
r2443973 r2444608 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "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" 7 7 "Last-Translator: Robson Sanches\n" 8 8 "Language-Team: Português do Brasil\n" … … 28 28 msgid "Click the button below to fix the blank fields on the contact forms" 29 29 msgstr "" 30 "Clique no botão abaixo para corrigir os campos em branco nos formulários "31 " decontato"30 "Clique no botão abaixo para corrigir os campos em branco nos formulários de " 31 "contato" 32 32 33 33 #: src/FixForms.php:53 src/FixForms.php:57 … … 107 107 msgid "This plugin requires version 5.4 of PHP or higher." 108 108 msgstr "Este plugin requer a versão 5.4 do PHP ou superior." 109 110 #. Author URI of the plugin 111 msgid "https://profiles.wordpress.org/robssanches/" 112 msgstr "https://profiles.wordpress.org/robssanches/" 113 114 #. Author of the plugin 115 msgid "Robson Sanches" 116 msgstr "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 121 msgid "Fix Contact Form 7 Blank Fields" 122 msgstr "Fix Contact Form 7 Blank Fields" -
fix-contact-form-7-blank-fields/trunk/languages/fix-contact-form-7-blank-fields.pot
r2443973 r2444608 102 102 msgid "This plugin requires version 5.4 of PHP or higher." 103 103 msgstr "" 104 105 #. Author URI of the plugin 106 msgid "https://profiles.wordpress.org/robssanches/" 107 msgstr "" 108 109 #. Author of the plugin 110 msgid "Robson Sanches" 111 msgstr "" 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 116 msgid "Fix Contact Form 7 Blank Fields" 117 msgstr "" -
fix-contact-form-7-blank-fields/trunk/readme.txt
r2443973 r2444608 1 1 === Fix Contact Form 7 Blank Fields === 2 2 Contributors: robssanches 3 Tags: fix, contact, form, contact form, email,fields missing, blank fields3 Tags: fix, contact, form, fields missing, blank fields 4 4 Requires at least: 5.5.3 5 5 Requires PHP: 5.4 6 Tested up to: 5.5 7 Stable tag: 5.36 Tested up to: 5.5.3 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 47 47 = 1.0 = 48 48 * 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.