Version Description
- add buy me a coffee donation
Download this release
Release Info
Developer | fullworks |
Plugin | Contact Form Clean and Simple |
Version | 4.7.10 |
Comparing to | |
See all releases |
Code changes from version 4.7.9 to 4.7.10
- changelog.txt +258 -0
- class.cscf_settings.php +2 -0
- clean-and-simple-contact-form-by-meg-nicholas.php +2 -2
- languages/clean-and-simple-contact-form-by-meg-nicholas.pot +33 -33
- readme.txt +7 -255
- vendor/alanef/plugindonation_lib/PluginDonation.php +31 -3
- vendor/alanef/plugindonation_lib/images/QRcodes/BMAC.png +0 -0
- vendor/alanef/plugindonation_lib/images/logos/BMAC.svg +1 -0
- vendor/autoload.php +19 -1
- vendor/composer/ClassLoader.php +1 -1
- vendor/composer/InstalledVersions.php +9 -7
- vendor/composer/autoload_classmap.php +1 -1
- vendor/composer/autoload_namespaces.php +1 -1
- vendor/composer/autoload_psr4.php +1 -1
- vendor/composer/autoload_real.php +7 -26
- vendor/composer/autoload_static.php +5 -5
- vendor/composer/installed.json +11 -15
- vendor/composer/installed.php +13 -13
changelog.txt
ADDED
@@ -0,0 +1,258 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
= 4.7.10 =
|
2 |
+
* add buy me a coffee donation
|
3 |
+
|
4 |
+
= 4.7.9 =
|
5 |
+
* update donation lib
|
6 |
+
|
7 |
+
= 4.7.8 =
|
8 |
+
* Add donatation and contribution information
|
9 |
+
|
10 |
+
= 4.7.7 =
|
11 |
+
* update readme
|
12 |
+
* tested PHP 8.0
|
13 |
+
|
14 |
+
= 4.7.6 =
|
15 |
+
* Introduced optional input field for phone number
|
16 |
+
* Exclude consent message from email if disabled
|
17 |
+
* Fixed spacing and line breaks in email template
|
18 |
+
* Fixed minor issues on settings page
|
19 |
+
* Added consent & email to copy email if requested
|
20 |
+
* Set copy email headers to text
|
21 |
+
|
22 |
+
= 4.7.5 =
|
23 |
+
* correct a couple of text domain issues introduced at 4.7.2
|
24 |
+
|
25 |
+
= 4.7.4 =
|
26 |
+
* correct santization
|
27 |
+
|
28 |
+
= 4.7.3 =
|
29 |
+
* correct from email in certain circumstances
|
30 |
+
|
31 |
+
= 4.7.2 =
|
32 |
+
* Updated santization and escaping to current plugin directory recommendations
|
33 |
+
* add email header to specify text to improve formatting
|
34 |
+
* tested up to 5.8 beta 2 and PHP 8.0
|
35 |
+
|
36 |
+
= 4.7.1 =
|
37 |
+
* Tested with Wordpress version 5.3
|
38 |
+
Fixed XSS vulnerability in GDPR consent message
|
39 |
+
= 4.7.0 =
|
40 |
+
* Tested with Wordpress version 4.9.6
|
41 |
+
* Added consent to contact checkbox for GDPR compliance
|
42 |
+
= 4.6.2 =
|
43 |
+
* Turkish translation update. Thanks to Abdullah Manaz! Tested up to WordPress 4.6.1.
|
44 |
+
= 4.6.1 =
|
45 |
+
* Fixed untranslated strings. Thanks to Abdullah Manaz!
|
46 |
+
= 4.6.0 =
|
47 |
+
* Prevent multiple 'send message' clicks.
|
48 |
+
* Changed text domain to plugin slug to allow for WP translation system import
|
49 |
+
* Removed advertising from settings screen
|
50 |
+
* Added Korean translation thanks to Lee Dae-yeop
|
51 |
+
* Added Romanian translation. Thanks to Marius Pruna.
|
52 |
+
* Update French translation thanks to Steph
|
53 |
+
* Added Hungarian translation. Thanks to János Sánta.
|
54 |
+
= 4.5.1 =
|
55 |
+
* Updated Polish translations thanks to Kacper
|
56 |
+
* Updated French translation
|
57 |
+
= 4.5.0 =
|
58 |
+
* Added support for google recaptcha2. Replaces recaptcha version 1
|
59 |
+
* Update to Italian translation thanks to Silvano
|
60 |
+
* Added back the DIV to the contact form view as this introduced a display issue
|
61 |
+
* Updated German translation thanks to schasoli
|
62 |
+
* Polish translation update thanks to Kacper Rucinski
|
63 |
+
= 4.4.4 =
|
64 |
+
* Added Serbian translation thanks to [Borisa Djuraskovic](http://www.webhostinghub.com "Borisa Djuraskovic")
|
65 |
+
* Added Slovenian translation thanks to Bekim Lutolli
|
66 |
+
* Fixed some 'notice' errors
|
67 |
+
* Recaptcha styling workaround for twenty fifteen theme
|
68 |
+
* Remove empty divs from view
|
69 |
+
= 4.4.3 =
|
70 |
+
* Remove branding
|
71 |
+
= 4.4.2 =
|
72 |
+
* Akismet tweak only log as spam if akismet_result = 'true'
|
73 |
+
* Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
|
74 |
+
* Added Indonesian translations thanks to Beny Hirmansyah
|
75 |
+
= 4.4.0 =
|
76 |
+
* Fixed XSS issue
|
77 |
+
= 4.4.1 =
|
78 |
+
* Add option for enquiry to email themselves a copy of the message
|
79 |
+
* Update to Polish translation thanks to Radosław “Robaczek” Rak
|
80 |
+
= 4.3.4 =
|
81 |
+
* Added the wordpress page of contact form to the email
|
82 |
+
* Removed link in main contact form view
|
83 |
+
= 4.3.3 =
|
84 |
+
* Before overriding the from address, check that another plugin has not done it first.
|
85 |
+
Any plugin that overrides 'from email address' and 'from name' such as wp-mail-smtp plugin will take precedence over the settings in this plugin.
|
86 |
+
* Added 'reply-to' to the email header
|
87 |
+
* Moved the Name field before Email field
|
88 |
+
* Added Hebrew translation thanks to Shay Cohen
|
89 |
+
= 4.3.2 =
|
90 |
+
* Added Norwegian Bokmål translation thanks to Jann Vestby
|
91 |
+
* Added Brazilian Portugese translation originally a Portugese translation by Ricardo Santos aka BogasoBogolha
|
92 |
+
= 4.3.1 =
|
93 |
+
* Polish translation has been updated thanks to Arkadiusz Baron
|
94 |
+
* Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
|
95 |
+
* New installations now have default stylesheet, ajax, and confirm-email options turned on
|
96 |
+
* Compatibility with WordPress 3.8
|
97 |
+
* Tested with twentyfourteen theme
|
98 |
+
= 4.3.0 =
|
99 |
+
* Contact form is now filtered for spam when the Akisturkishturkishturkmet plugin is present.
|
100 |
+
[Learn more](http://www.megnicholas.co.uk/articles/contact-form-plugin-can-detect-spam/ "Learn More").
|
101 |
+
= 4.2.5 =
|
102 |
+
* Fixed bug that caused a PHP notice to be generated when 'Confirm Email Message' option is switched off.
|
103 |
+
Thanks to MarrsAttax
|
104 |
+
= 4.2.4 =
|
105 |
+
* The requirement for users to confirm their email address is now optional.
|
106 |
+
When turned off users only need to enter their email address once.
|
107 |
+
* Added Arabic translation thanks to [Omar AlQabandi](http://www.PlusOmar.com "Omar AlQabandi")
|
108 |
+
= 4.2.3 =
|
109 |
+
* Added ability to specify multiple recipient email addresses
|
110 |
+
* Fix settings gui - there was a problem enabling 'From' Address option when javascript is not enabled.
|
111 |
+
= 4.2.2 =
|
112 |
+
* Recaptcha library has now been namespaced to 'cscf' to remove ALL possibility of conflicts with other plugins that also include this library.
|
113 |
+
= 4.2.1 =
|
114 |
+
* Fixed potential conflict with other themes or plugins that use Google reCAPTCHA. reCAPTCHA library is not loaded if it already loaded by another plugin or theme.
|
115 |
+
* Recaptcha library function is now used to generate the sign up url on the settings page. The site domain is passed into the url for convenience.
|
116 |
+
* Options subject, message, heading, and body text are now translated when they are retrieved from the the database. Previously only the default messages were translated when no values were found in the database.
|
117 |
+
* Improved housekeeping: generic name for settings array has been changed from 'array_key' to 'cscf-options'
|
118 |
+
= 4.2.0 =
|
119 |
+
* Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
|
120 |
+
* Fixed a problem where certain texts on the settings screen were not being translated
|
121 |
+
thanks to [Abdullah Manaz](http://manaz.net "Abdullah Manaz") again for finding this
|
122 |
+
* Updates to FAQ section
|
123 |
+
* The settings link on the plugin page may now be translated
|
124 |
+
* The text 'Contact Form' on the admin screen menu may now be translated
|
125 |
+
* Added Greek translations thanks to Georgios Diamantopoulos
|
126 |
+
= 4.1.9 =
|
127 |
+
* Added support for Bootstrap 3.0.0. Plugin is still compatible with Bootstrap 2.3.2, but if your theme uses this version
|
128 |
+
please do not use the plugin's default style sheet (uncheck the box in the settings screen)
|
129 |
+
[more information here](http://www.megnicholas.co.uk/articles/version-4-1-9-supports-bootstrap-3/ "more information").
|
130 |
+
= 4.1.8 =
|
131 |
+
* Added Russian Translation thanks to Oleg
|
132 |
+
* Correct character encoding in Estonian translation thanks to [Marko Punnar](http://aretaja.org "Marko Punnar")
|
133 |
+
* Correct some Spanish translation errors thanks to rowanda
|
134 |
+
= 4.1.7 =
|
135 |
+
* Added a note about the short code to use on the settings screen.
|
136 |
+
* Added Estonian Translation thanks to [Marko Punnar](http://aretaja.org "Marko Punnar")
|
137 |
+
* Added Japanese language thanks to Nikhil Khullar
|
138 |
+
* Updated Turkish translation thanks again to Abdullah Manaz http://manaz.net
|
139 |
+
= 4.1.6 =
|
140 |
+
* Added ability to specify a 'from' address. When supplied the email will come from that address instead of the form filler's email address.
|
141 |
+
* Changed type of email input boxes to "email"
|
142 |
+
* Added Turkish translation thanks to Abdullah Manaz http://manaz.net
|
143 |
+
= 4.1.5 =
|
144 |
+
* Removed all carriage returns from views to avoid problems with wptexturize
|
145 |
+
* Fixed typo in Dutch translation.
|
146 |
+
= 4.1.4 =
|
147 |
+
* Added Slovak translation file - thanks to Peter Gašparík
|
148 |
+
* Added Catalan translation file - thanks to Llorenç
|
149 |
+
= 4.1.3 =
|
150 |
+
* Fixed escaped characters.
|
151 |
+
* Added more translation files
|
152 |
+
* Forms now submit via ajax.
|
153 |
+
* Upgraded jquery-validate.js to 1.11. Removed jquery metadata plugin, form validation is now built with data attributes instead of json in classes.
|
154 |
+
* Improved view html.
|
155 |
+
* Added translations: Dutch thanks to Daniel Tetteroo, Armenian thanks to [Artak Kolyan](http://ablog.gratun.am "Artak Kolyan"),
|
156 |
+
Polish thanks to Patryk Peas
|
157 |
+
= 4.1.2 =
|
158 |
+
* Added some FAQs
|
159 |
+
* Added alternative shortcode [cscf-contact-form] for use when conflicts could occur.
|
160 |
+
* Updated the documentation.
|
161 |
+
* Recaptcha form now responds to language changes
|
162 |
+
* Updated pot file to reflect new name space
|
163 |
+
* Changed name space from cff to cscf
|
164 |
+
* Settings screen: recaptcha theme and key inputs are immediately enabled/disabled as the 'Use reCAPTCHA' box is clicked.
|
165 |
+
* Corrected some html seen as invalid by http://validator.w3.org/
|
166 |
+
* removed '<?=' and replaced with '<?php echo' in cscf_settings, thanks go to andrewbacon
|
167 |
+
* Added notice to setting screen when JetPack's contact form is active
|
168 |
+
* Fixed problem where 'Please enter a valid email address' was not translating in the 'confirm email address' input
|
169 |
+
= 4.1.1 =
|
170 |
+
* Fixed potential conflicts with themes that use bootstrap
|
171 |
+
* Enabled internationalisation, this plugin will now work with multiple languages
|
172 |
+
* Added German translation file for my German friends, thanks to faktorzweinet for the translation
|
173 |
+
= 4.1.0 =
|
174 |
+
* Fixed a bug in class.cff_settings.php where php opening tag had got missed off. This problem caused the settings screen not to display correctly but only occurred with some versions of php. Please upgrade if you have this problem.
|
175 |
+
= 4.0.9 =
|
176 |
+
* Switched header argument of wp_mail over to a filter to remove any potential conflicts with other emailing plugins or themes
|
177 |
+
* The ability to set a different recipient email address. Previously all email was sent to the WordPress administrator email address.
|
178 |
+
* Allow the email subject to be customised.
|
179 |
+
= 4.0.8 =
|
180 |
+
* Fixed a bug: When using reCAPTCHA ajax did not work.
|
181 |
+
* Fixed a bug: Ajax validation was not checking email address were equal (server side was doing it instead)
|
182 |
+
* Improvement: Ajax now works better.
|
183 |
+
* Documentation update: nicer links (worked how to do them in markdown!), changelog and upgrade notice sections now correctly formatted.
|
184 |
+
= 4.0.7 =
|
185 |
+
* Fixed a bug: Plugin name is actually clean-and-simple-contact-form now (not contact-form) but this new name needed to be updated in the plugin settings definitions. I also needed to rename contact-form.php to clean-and-simple-contact-form.php. My thanks to Jakub for finding this bug.
|
186 |
+
* If your webpage is ssl then reCAPTCHA will now also use ssl mode.
|
187 |
+
|
188 |
+
|
189 |
+
== Upgrade Notice ==
|
190 |
+
= 4.7.0 =
|
191 |
+
Tested with Wordpress version 4.9.6. Added 'consent to contact' GDPR compliance message
|
192 |
+
= 4.6.2 =
|
193 |
+
Updated translations. Tested up to WordPress 4.6.1.
|
194 |
+
= 4.6.0 =
|
195 |
+
Updated translations. Correct textdomain. Prevent multiple clicks.
|
196 |
+
= 4.5.1 =
|
197 |
+
Translation updates
|
198 |
+
= 4.5.0 =
|
199 |
+
Added support for Google Recaptcha2. Updated translation. Fixed layout bug.
|
200 |
+
= 4.4.4 =
|
201 |
+
Added languages, css fix for twenty fifteen theme, remove 'notice' errors, remove empty divs
|
202 |
+
= 4.4.3 =
|
203 |
+
Tested up to 4.1
|
204 |
+
= 4.4.2 =
|
205 |
+
Akismet tweak and translation updates
|
206 |
+
= 4.4.1 =
|
207 |
+
Fixed XSS issue
|
208 |
+
= 4.4.0 =
|
209 |
+
Added option for enquiry to email themselves a copy of the message plus Polish translation updated
|
210 |
+
= 4.3.4 =
|
211 |
+
Email now includes page url of contact form, removed link in main contact form view
|
212 |
+
= 4.3.3 =
|
213 |
+
Hebrew Language added, name field moved to top of form, added 'reply-to'
|
214 |
+
= 4.3.2 =
|
215 |
+
Added Norwegian and Brazilian Portugese Translations
|
216 |
+
= 4.3.1 =
|
217 |
+
Checked compatibility with WP 3.8 and TwentyFourteen theme, translation updates, defaults for new installations
|
218 |
+
= 4.3.0 =
|
219 |
+
Contact form is now filtered for spam when the Akismet plugin is present.
|
220 |
+
[Learn more](http://www.megnicholas.co.uk/articles/contact-form-plugin-can-detect-spam/ "Learn More").
|
221 |
+
= 4.2.5 =
|
222 |
+
Small bug fix
|
223 |
+
= 4.2.4 =
|
224 |
+
'Confirm Email' can now be turned off. Arabic translation added.
|
225 |
+
= 4.2.3 =
|
226 |
+
Multiple recipients are now possible
|
227 |
+
= 4.2.2 =
|
228 |
+
Remove ALL possibility of conflicts with other plugins that also include Google reCAPTCHA library
|
229 |
+
= 4.2.1 =
|
230 |
+
Translation and housekeeping updates
|
231 |
+
= 4.2.0 =
|
232 |
+
Translation and documentation updates
|
233 |
+
= 4.1.9 =
|
234 |
+
Support for [Bootstrap 3](http://www.megnicholas.co.uk/articles/version-4-1-9-supports-bootstrap-3/ "More information on 4.1.9")
|
235 |
+
= 4.1.8 =
|
236 |
+
Added Russian translation and some modifications to Estonian and Spanish translations
|
237 |
+
= 4.1.7
|
238 |
+
More translations. A helpful note about the short code to use has been put on the settings screen
|
239 |
+
= 4.1.6 =
|
240 |
+
Ability to specify a 'From' address. This email will be used to send the mail instead of the form filler's email address.
|
241 |
+
= 4.1.5 =
|
242 |
+
Works with themes that pre-process the html.
|
243 |
+
= 4.1.4 =
|
244 |
+
New translations - Slovak and Catalan
|
245 |
+
= 4.1.3 =
|
246 |
+
Form now submits via ajax!
|
247 |
+
= 4.1.2 =
|
248 |
+
Alternative shortcode, recaptcha internationalisation, Jetpack conflict warning notice
|
249 |
+
= 4.1.1 =
|
250 |
+
Internationalisation, fixed conflict with some bootstrapped themes.
|
251 |
+
= 4.1.0 =
|
252 |
+
Please upgrade if your settings screen is not displaying.
|
253 |
+
= 4.0.9 =
|
254 |
+
More customisation: recipient email address, and email subject.
|
255 |
+
= 4.0.8 =
|
256 |
+
Ajax now works when your form has reCAPTCHA on it. Ajax validation is now cleaner.
|
257 |
+
= 4.0.7 =
|
258 |
+
Fixed a bug which occurred when plugin name was changed. reCAPTCHA will now use ssl if your webpage is ssl.
|
class.cscf_settings.php
CHANGED
@@ -105,6 +105,8 @@ class cscf_settings {
|
|
105 |
// 35
|
106 |
esc_html__( 'Help Develop', 'stop-wp-emails-going-to-spam' ),
|
107 |
// 36
|
|
|
|
|
108 |
);
|
109 |
|
110 |
return $strings;
|
105 |
// 35
|
106 |
esc_html__( 'Help Develop', 'stop-wp-emails-going-to-spam' ),
|
107 |
// 36
|
108 |
+
esc_html__( 'Buy Me a Coffee makes supporting fun and easy. In just a couple of taps, you can donate (buy me a coffee) and leave a message. You don’t even have to create an account!', 'plugin-donation-lib' ),
|
109 |
+
// 37
|
110 |
);
|
111 |
|
112 |
return $strings;
|
clean-and-simple-contact-form-by-meg-nicholas.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
Plugin Name: Clean and Simple Contact Form
|
8 |
Plugin URI: https://fullworks.net/products/clean-and-simple-contact-form
|
9 |
Description: A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
|
10 |
-
Version: 4.7.
|
11 |
Requires at least: 4.6
|
12 |
Requires PHP: 5.6
|
13 |
Author: Alan Fuller
|
@@ -74,7 +74,7 @@ if ( ! defined( 'CSCF_VERSION_KEY' ) ) {
|
|
74 |
}
|
75 |
|
76 |
if ( ! defined( 'CSCF_VERSION_NUM' ) ) {
|
77 |
-
define( 'CSCF_VERSION_NUM', '4.7.
|
78 |
}
|
79 |
|
80 |
if ( ! defined( 'CSCF_OPTIONS_KEY' ) ) {
|
7 |
Plugin Name: Clean and Simple Contact Form
|
8 |
Plugin URI: https://fullworks.net/products/clean-and-simple-contact-form
|
9 |
Description: A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
|
10 |
+
Version: 4.7.10
|
11 |
Requires at least: 4.6
|
12 |
Requires PHP: 5.6
|
13 |
Author: Alan Fuller
|
74 |
}
|
75 |
|
76 |
if ( ! defined( 'CSCF_VERSION_NUM' ) ) {
|
77 |
+
define( 'CSCF_VERSION_NUM', '4.7.10' );
|
78 |
}
|
79 |
|
80 |
if ( ! defined( 'CSCF_OPTIONS_KEY' ) ) {
|
languages/clean-and-simple-contact-form-by-meg-nicholas.pot
CHANGED
@@ -101,135 +101,135 @@ msgstr ""
|
|
101 |
msgid "I consent to my contact details being stored"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: src/class.cscf_settings.php:
|
105 |
msgid "Contact Form Settings"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: src/class.cscf_settings.php:
|
109 |
msgid "Contact Form"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: src/class.cscf_settings.php:
|
113 |
msgid "Clean and Simple Contact Form Settings"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: src/class.cscf_settings.php:
|
117 |
msgid "NOTICE: You have JetPack's Contact Form enabled please deactivate it or use the shortcode [cscf-contact-form] instead."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: src/class.cscf_settings.php:
|
121 |
msgid "Please Note: To add the contact form to your page please add the text"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: src/class.cscf_settings.php:
|
125 |
msgid "to your post or page."
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: src/class.cscf_settings.php:
|
129 |
msgid "ReCAPTCHA Settings"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: src/class.cscf_settings.php:
|
133 |
msgid "Use reCAPTCHA :"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: src/class.cscf_settings.php:
|
137 |
msgid "reCAPTCHA Theme :"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: src/class.cscf_settings.php:
|
141 |
msgid "reCAPTCHA Public Key :"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: src/class.cscf_settings.php:
|
145 |
msgid "reCAPTCHA Private Key :"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: src/class.cscf_settings.php:
|
149 |
msgid "Message Settings"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: src/class.cscf_settings.php:
|
153 |
msgid "Recipient Emails :"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: src/class.cscf_settings.php:
|
157 |
msgid "Confirm Email Address :"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: src/class.cscf_settings.php:
|
161 |
msgid "Allow users to email themselves a copy :"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: src/class.cscf_settings.php:
|
165 |
msgid "Add a consent checkbox :"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: src/class.cscf_settings.php:
|
169 |
msgid "Consent message :"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: src/class.cscf_settings.php:
|
173 |
msgid "Add a phone number field :"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: src/class.cscf_settings.php:
|
177 |
msgid "Phone number is mandatory :"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: src/class.cscf_settings.php:
|
181 |
msgid "Override 'From' Address :"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: src/class.cscf_settings.php:
|
185 |
msgid "'From' Email Address :"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: src/class.cscf_settings.php:
|
189 |
msgid "Email Subject :"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: src/class.cscf_settings.php:
|
193 |
msgid "Message :"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: src/class.cscf_settings.php:
|
197 |
msgid "Message Sent Heading :"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: src/class.cscf_settings.php:
|
201 |
msgid "Message Sent Content :"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: src/class.cscf_settings.php:
|
205 |
msgid "Styling and Validation"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: src/class.cscf_settings.php:
|
209 |
msgid "Use the plugin default stylesheet (un-tick to use your theme style sheet instead) :"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: src/class.cscf_settings.php:
|
213 |
msgid "Use client side validation (AJAX) :"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: src/class.cscf_settings.php:
|
217 |
msgid "Enter your reCAPTCHA settings below :"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: src/class.cscf_settings.php:
|
221 |
msgid "To use reCAPTCHA you must get an API key from"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: src/class.cscf_settings.php:
|
225 |
msgid "Enter your message settings below :"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: src/class.cscf_settings.php:
|
229 |
msgid "Light"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: src/class.cscf_settings.php:
|
233 |
msgid "Dark"
|
234 |
msgstr ""
|
235 |
|
101 |
msgid "I consent to my contact details being stored"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: src/class.cscf_settings.php:119
|
105 |
msgid "Contact Form Settings"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: src/class.cscf_settings.php:120
|
109 |
msgid "Contact Form"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: src/class.cscf_settings.php:132
|
113 |
msgid "Clean and Simple Contact Form Settings"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: src/class.cscf_settings.php:142
|
117 |
msgid "NOTICE: You have JetPack's Contact Form enabled please deactivate it or use the shortcode [cscf-contact-form] instead."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: src/class.cscf_settings.php:146
|
121 |
msgid "Please Note: To add the contact form to your page please add the text"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: src/class.cscf_settings.php:147
|
125 |
msgid "to your post or page."
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: src/class.cscf_settings.php:166
|
129 |
msgid "ReCAPTCHA Settings"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: src/class.cscf_settings.php:177
|
133 |
msgid "Use reCAPTCHA :"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: src/class.cscf_settings.php:183
|
137 |
msgid "reCAPTCHA Theme :"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: src/class.cscf_settings.php:189
|
141 |
msgid "reCAPTCHA Public Key :"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: src/class.cscf_settings.php:195
|
145 |
msgid "reCAPTCHA Private Key :"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: src/class.cscf_settings.php:201
|
149 |
msgid "Message Settings"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: src/class.cscf_settings.php:205
|
153 |
msgid "Recipient Emails :"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: src/class.cscf_settings.php:211
|
157 |
msgid "Confirm Email Address :"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: src/class.cscf_settings.php:217
|
161 |
msgid "Allow users to email themselves a copy :"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: src/class.cscf_settings.php:223
|
165 |
msgid "Add a consent checkbox :"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: src/class.cscf_settings.php:229
|
169 |
msgid "Consent message :"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: src/class.cscf_settings.php:235
|
173 |
msgid "Add a phone number field :"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: src/class.cscf_settings.php:241
|
177 |
msgid "Phone number is mandatory :"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: src/class.cscf_settings.php:247
|
181 |
msgid "Override 'From' Address :"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: src/class.cscf_settings.php:253
|
185 |
msgid "'From' Email Address :"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: src/class.cscf_settings.php:259
|
189 |
msgid "Email Subject :"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: src/class.cscf_settings.php:265
|
193 |
msgid "Message :"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: src/class.cscf_settings.php:271
|
197 |
msgid "Message Sent Heading :"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: src/class.cscf_settings.php:277
|
201 |
msgid "Message Sent Content :"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: src/class.cscf_settings.php:283
|
205 |
msgid "Styling and Validation"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: src/class.cscf_settings.php:287
|
209 |
msgid "Use the plugin default stylesheet (un-tick to use your theme style sheet instead) :"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: src/class.cscf_settings.php:293
|
213 |
msgid "Use client side validation (AJAX) :"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: src/class.cscf_settings.php:377
|
217 |
msgid "Enter your reCAPTCHA settings below :"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: src/class.cscf_settings.php:378
|
221 |
msgid "To use reCAPTCHA you must get an API key from"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: src/class.cscf_settings.php:382
|
225 |
msgid "Enter your message settings below :"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: src/class.cscf_settings.php:502
|
229 |
msgid "Light"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: src/class.cscf_settings.php:504
|
233 |
msgid "Dark"
|
234 |
msgstr ""
|
235 |
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
=== Contact Form Clean and Simple ===
|
2 |
Contributors: alanfuller, fullworks
|
3 |
-
Donate Link: https://www.
|
4 |
License: GPLv2 or later
|
5 |
License URI: http://www.gnu.org/licenses/gpl.html
|
6 |
Tags: simple, contact, form, contact button, contact form, contact form plugin, akismet, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
|
7 |
-
Tested up to:
|
8 |
-
Stable tag: 4.7.
|
9 |
|
10 |
A clean and simple AJAX contact form with Google reCAPTCHA, Twitter Bootstrap markup and Akismet spam filtering.
|
11 |
|
@@ -200,258 +200,10 @@ the reCAPTCHA for the contact form will be displayed correctly but not in the co
|
|
200 |
The comments form will never validate due to no supplied reCAPTCHA code.
|
201 |
|
202 |
== Changelog ==
|
|
|
|
|
|
|
203 |
= 4.7.9 =
|
204 |
* update donation lib
|
205 |
|
206 |
-
|
207 |
-
* Add donatation and contribution information
|
208 |
-
|
209 |
-
= 4.7.7 =
|
210 |
-
* update readme
|
211 |
-
* tested PHP 8.0
|
212 |
-
|
213 |
-
= 4.7.6 =
|
214 |
-
* Introduced optional input field for phone number
|
215 |
-
* Exclude consent message from email if disabled
|
216 |
-
* Fixed spacing and line breaks in email template
|
217 |
-
* Fixed minor issues on settings page
|
218 |
-
* Added consent & email to copy email if requested
|
219 |
-
* Set copy email headers to text
|
220 |
-
|
221 |
-
= 4.7.5 =
|
222 |
-
* correct a couple of text domain issues introduced at 4.7.2
|
223 |
-
|
224 |
-
= 4.7.4 =
|
225 |
-
* correct santization
|
226 |
-
|
227 |
-
= 4.7.3 =
|
228 |
-
* correct from email in certain circumstances
|
229 |
-
|
230 |
-
= 4.7.2 =
|
231 |
-
* Updated santization and escaping to current plugin directory recommendations
|
232 |
-
* add email header to specify text to improve formatting
|
233 |
-
* tested up to 5.8 beta 2 and PHP 8.0
|
234 |
-
|
235 |
-
= 4.7.1 =
|
236 |
-
* Tested with Wordpress version 5.3
|
237 |
-
Fixed XSS vulnerability in GDPR consent message
|
238 |
-
= 4.7.0 =
|
239 |
-
* Tested with Wordpress version 4.9.6
|
240 |
-
* Added consent to contact checkbox for GDPR compliance
|
241 |
-
= 4.6.2 =
|
242 |
-
* Turkish translation update. Thanks to Abdullah Manaz! Tested up to WordPress 4.6.1.
|
243 |
-
= 4.6.1 =
|
244 |
-
* Fixed untranslated strings. Thanks to Abdullah Manaz!
|
245 |
-
= 4.6.0 =
|
246 |
-
* Prevent multiple 'send message' clicks.
|
247 |
-
* Changed text domain to plugin slug to allow for WP translation system import
|
248 |
-
* Removed advertising from settings screen
|
249 |
-
* Added Korean translation thanks to Lee Dae-yeop
|
250 |
-
* Added Romanian translation. Thanks to Marius Pruna.
|
251 |
-
* Update French translation thanks to Steph
|
252 |
-
* Added Hungarian translation. Thanks to János Sánta.
|
253 |
-
= 4.5.1 =
|
254 |
-
* Updated Polish translations thanks to Kacper
|
255 |
-
* Updated French translation
|
256 |
-
= 4.5.0 =
|
257 |
-
* Added support for google recaptcha2. Replaces recaptcha version 1
|
258 |
-
* Update to Italian translation thanks to Silvano
|
259 |
-
* Added back the DIV to the contact form view as this introduced a display issue
|
260 |
-
* Updated German translation thanks to schasoli
|
261 |
-
* Polish translation update thanks to Kacper Rucinski
|
262 |
-
= 4.4.4 =
|
263 |
-
* Added Serbian translation thanks to [Borisa Djuraskovic](http://www.webhostinghub.com "Borisa Djuraskovic")
|
264 |
-
* Added Slovenian translation thanks to Bekim Lutolli
|
265 |
-
* Fixed some 'notice' errors
|
266 |
-
* Recaptcha styling workaround for twenty fifteen theme
|
267 |
-
* Remove empty divs from view
|
268 |
-
= 4.4.3 =
|
269 |
-
* Remove branding
|
270 |
-
= 4.4.2 =
|
271 |
-
* Akismet tweak only log as spam if akismet_result = 'true'
|
272 |
-
* Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
|
273 |
-
* Added Indonesian translations thanks to Beny Hirmansyah
|
274 |
-
= 4.4.0 =
|
275 |
-
* Fixed XSS issue
|
276 |
-
= 4.4.1 =
|
277 |
-
* Add option for enquiry to email themselves a copy of the message
|
278 |
-
* Update to Polish translation thanks to Radosław “Robaczek” Rak
|
279 |
-
= 4.3.4 =
|
280 |
-
* Added the wordpress page of contact form to the email
|
281 |
-
* Removed link in main contact form view
|
282 |
-
= 4.3.3 =
|
283 |
-
* Before overriding the from address, check that another plugin has not done it first.
|
284 |
-
Any plugin that overrides 'from email address' and 'from name' such as wp-mail-smtp plugin will take precedence over the settings in this plugin.
|
285 |
-
* Added 'reply-to' to the email header
|
286 |
-
* Moved the Name field before Email field
|
287 |
-
* Added Hebrew translation thanks to Shay Cohen
|
288 |
-
= 4.3.2 =
|
289 |
-
* Added Norwegian Bokmål translation thanks to Jann Vestby
|
290 |
-
* Added Brazilian Portugese translation originally a Portugese translation by Ricardo Santos aka BogasoBogolha
|
291 |
-
= 4.3.1 =
|
292 |
-
* Polish translation has been updated thanks to Arkadiusz Baron
|
293 |
-
* Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
|
294 |
-
* New installations now have default stylesheet, ajax, and confirm-email options turned on
|
295 |
-
* Compatibility with WordPress 3.8
|
296 |
-
* Tested with twentyfourteen theme
|
297 |
-
= 4.3.0 =
|
298 |
-
* Contact form is now filtered for spam when the Akisturkishturkishturkmet plugin is present.
|
299 |
-
[Learn more](http://www.megnicholas.co.uk/articles/contact-form-plugin-can-detect-spam/ "Learn More").
|
300 |
-
= 4.2.5 =
|
301 |
-
* Fixed bug that caused a PHP notice to be generated when 'Confirm Email Message' option is switched off.
|
302 |
-
Thanks to MarrsAttax
|
303 |
-
= 4.2.4 =
|
304 |
-
* The requirement for users to confirm their email address is now optional.
|
305 |
-
When turned off users only need to enter their email address once.
|
306 |
-
* Added Arabic translation thanks to [Omar AlQabandi](http://www.PlusOmar.com "Omar AlQabandi")
|
307 |
-
= 4.2.3 =
|
308 |
-
* Added ability to specify multiple recipient email addresses
|
309 |
-
* Fix settings gui - there was a problem enabling 'From' Address option when javascript is not enabled.
|
310 |
-
= 4.2.2 =
|
311 |
-
* Recaptcha library has now been namespaced to 'cscf' to remove ALL possibility of conflicts with other plugins that also include this library.
|
312 |
-
= 4.2.1 =
|
313 |
-
* Fixed potential conflict with other themes or plugins that use Google reCAPTCHA. reCAPTCHA library is not loaded if it already loaded by another plugin or theme.
|
314 |
-
* Recaptcha library function is now used to generate the sign up url on the settings page. The site domain is passed into the url for convenience.
|
315 |
-
* Options subject, message, heading, and body text are now translated when they are retrieved from the the database. Previously only the default messages were translated when no values were found in the database.
|
316 |
-
* Improved housekeeping: generic name for settings array has been changed from 'array_key' to 'cscf-options'
|
317 |
-
= 4.2.0 =
|
318 |
-
* Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
|
319 |
-
* Fixed a problem where certain texts on the settings screen were not being translated
|
320 |
-
thanks to [Abdullah Manaz](http://manaz.net "Abdullah Manaz") again for finding this
|
321 |
-
* Updates to FAQ section
|
322 |
-
* The settings link on the plugin page may now be translated
|
323 |
-
* The text 'Contact Form' on the admin screen menu may now be translated
|
324 |
-
* Added Greek translations thanks to Georgios Diamantopoulos
|
325 |
-
= 4.1.9 =
|
326 |
-
* Added support for Bootstrap 3.0.0. Plugin is still compatible with Bootstrap 2.3.2, but if your theme uses this version
|
327 |
-
please do not use the plugin's default style sheet (uncheck the box in the settings screen)
|
328 |
-
[more information here](http://www.megnicholas.co.uk/articles/version-4-1-9-supports-bootstrap-3/ "more information").
|
329 |
-
= 4.1.8 =
|
330 |
-
* Added Russian Translation thanks to Oleg
|
331 |
-
* Correct character encoding in Estonian translation thanks to [Marko Punnar](http://aretaja.org "Marko Punnar")
|
332 |
-
* Correct some Spanish translation errors thanks to rowanda
|
333 |
-
= 4.1.7 =
|
334 |
-
* Added a note about the short code to use on the settings screen.
|
335 |
-
* Added Estonian Translation thanks to [Marko Punnar](http://aretaja.org "Marko Punnar")
|
336 |
-
* Added Japanese language thanks to Nikhil Khullar
|
337 |
-
* Updated Turkish translation thanks again to Abdullah Manaz http://manaz.net
|
338 |
-
= 4.1.6 =
|
339 |
-
* Added ability to specify a 'from' address. When supplied the email will come from that address instead of the form filler's email address.
|
340 |
-
* Changed type of email input boxes to "email"
|
341 |
-
* Added Turkish translation thanks to Abdullah Manaz http://manaz.net
|
342 |
-
= 4.1.5 =
|
343 |
-
* Removed all carriage returns from views to avoid problems with wptexturize
|
344 |
-
* Fixed typo in Dutch translation.
|
345 |
-
= 4.1.4 =
|
346 |
-
* Added Slovak translation file - thanks to Peter Gašparík
|
347 |
-
* Added Catalan translation file - thanks to Llorenç
|
348 |
-
= 4.1.3 =
|
349 |
-
* Fixed escaped characters.
|
350 |
-
* Added more translation files
|
351 |
-
* Forms now submit via ajax.
|
352 |
-
* Upgraded jquery-validate.js to 1.11. Removed jquery metadata plugin, form validation is now built with data attributes instead of json in classes.
|
353 |
-
* Improved view html.
|
354 |
-
* Added translations: Dutch thanks to Daniel Tetteroo, Armenian thanks to [Artak Kolyan](http://ablog.gratun.am "Artak Kolyan"),
|
355 |
-
Polish thanks to Patryk Peas
|
356 |
-
= 4.1.2 =
|
357 |
-
* Added some FAQs
|
358 |
-
* Added alternative shortcode [cscf-contact-form] for use when conflicts could occur.
|
359 |
-
* Updated the documentation.
|
360 |
-
* Recaptcha form now responds to language changes
|
361 |
-
* Updated pot file to reflect new name space
|
362 |
-
* Changed name space from cff to cscf
|
363 |
-
* Settings screen: recaptcha theme and key inputs are immediately enabled/disabled as the 'Use reCAPTCHA' box is clicked.
|
364 |
-
* Corrected some html seen as invalid by http://validator.w3.org/
|
365 |
-
* removed '<?=' and replaced with '<?php echo' in cscf_settings, thanks go to andrewbacon
|
366 |
-
* Added notice to setting screen when JetPack's contact form is active
|
367 |
-
* Fixed problem where 'Please enter a valid email address' was not translating in the 'confirm email address' input
|
368 |
-
= 4.1.1 =
|
369 |
-
* Fixed potential conflicts with themes that use bootstrap
|
370 |
-
* Enabled internationalisation, this plugin will now work with multiple languages
|
371 |
-
* Added German translation file for my German friends, thanks to faktorzweinet for the translation
|
372 |
-
= 4.1.0 =
|
373 |
-
* Fixed a bug in class.cff_settings.php where php opening tag had got missed off. This problem caused the settings screen not to display correctly but only occurred with some versions of php. Please upgrade if you have this problem.
|
374 |
-
= 4.0.9 =
|
375 |
-
* Switched header argument of wp_mail over to a filter to remove any potential conflicts with other emailing plugins or themes
|
376 |
-
* The ability to set a different recipient email address. Previously all email was sent to the WordPress administrator email address.
|
377 |
-
* Allow the email subject to be customised.
|
378 |
-
= 4.0.8 =
|
379 |
-
* Fixed a bug: When using reCAPTCHA ajax did not work.
|
380 |
-
* Fixed a bug: Ajax validation was not checking email address were equal (server side was doing it instead)
|
381 |
-
* Improvement: Ajax now works better.
|
382 |
-
* Documentation update: nicer links (worked how to do them in markdown!), changelog and upgrade notice sections now correctly formatted.
|
383 |
-
= 4.0.7 =
|
384 |
-
* Fixed a bug: Plugin name is actually clean-and-simple-contact-form now (not contact-form) but this new name needed to be updated in the plugin settings definitions. I also needed to rename contact-form.php to clean-and-simple-contact-form.php. My thanks to Jakub for finding this bug.
|
385 |
-
* If your webpage is ssl then reCAPTCHA will now also use ssl mode.
|
386 |
-
|
387 |
-
|
388 |
-
== Upgrade Notice ==
|
389 |
-
= 4.7.0 =
|
390 |
-
Tested with Wordpress version 4.9.6. Added 'consent to contact' GDPR compliance message
|
391 |
-
= 4.6.2 =
|
392 |
-
Updated translations. Tested up to WordPress 4.6.1.
|
393 |
-
= 4.6.0 =
|
394 |
-
Updated translations. Correct textdomain. Prevent multiple clicks.
|
395 |
-
= 4.5.1 =
|
396 |
-
Translation updates
|
397 |
-
= 4.5.0 =
|
398 |
-
Added support for Google Recaptcha2. Updated translation. Fixed layout bug.
|
399 |
-
= 4.4.4 =
|
400 |
-
Added languages, css fix for twenty fifteen theme, remove 'notice' errors, remove empty divs
|
401 |
-
= 4.4.3 =
|
402 |
-
Tested up to 4.1
|
403 |
-
= 4.4.2 =
|
404 |
-
Akismet tweak and translation updates
|
405 |
-
= 4.4.1 =
|
406 |
-
Fixed XSS issue
|
407 |
-
= 4.4.0 =
|
408 |
-
Added option for enquiry to email themselves a copy of the message plus Polish translation updated
|
409 |
-
= 4.3.4 =
|
410 |
-
Email now includes page url of contact form, removed link in main contact form view
|
411 |
-
= 4.3.3 =
|
412 |
-
Hebrew Language added, name field moved to top of form, added 'reply-to'
|
413 |
-
= 4.3.2 =
|
414 |
-
Added Norwegian and Brazilian Portugese Translations
|
415 |
-
= 4.3.1 =
|
416 |
-
Checked compatibility with WP 3.8 and TwentyFourteen theme, translation updates, defaults for new installations
|
417 |
-
= 4.3.0 =
|
418 |
-
Contact form is now filtered for spam when the Akismet plugin is present.
|
419 |
-
[Learn more](http://www.megnicholas.co.uk/articles/contact-form-plugin-can-detect-spam/ "Learn More").
|
420 |
-
= 4.2.5 =
|
421 |
-
Small bug fix
|
422 |
-
= 4.2.4 =
|
423 |
-
'Confirm Email' can now be turned off. Arabic translation added.
|
424 |
-
= 4.2.3 =
|
425 |
-
Multiple recipients are now possible
|
426 |
-
= 4.2.2 =
|
427 |
-
Remove ALL possibility of conflicts with other plugins that also include Google reCAPTCHA library
|
428 |
-
= 4.2.1 =
|
429 |
-
Translation and housekeeping updates
|
430 |
-
= 4.2.0 =
|
431 |
-
Translation and documentation updates
|
432 |
-
= 4.1.9 =
|
433 |
-
Support for [Bootstrap 3](http://www.megnicholas.co.uk/articles/version-4-1-9-supports-bootstrap-3/ "More information on 4.1.9")
|
434 |
-
= 4.1.8 =
|
435 |
-
Added Russian translation and some modifications to Estonian and Spanish translations
|
436 |
-
= 4.1.7
|
437 |
-
More translations. A helpful note about the short code to use has been put on the settings screen
|
438 |
-
= 4.1.6 =
|
439 |
-
Ability to specify a 'From' address. This email will be used to send the mail instead of the form filler's email address.
|
440 |
-
= 4.1.5 =
|
441 |
-
Works with themes that pre-process the html.
|
442 |
-
= 4.1.4 =
|
443 |
-
New translations - Slovak and Catalan
|
444 |
-
= 4.1.3 =
|
445 |
-
Form now submits via ajax!
|
446 |
-
= 4.1.2 =
|
447 |
-
Alternative shortcode, recaptcha internationalisation, Jetpack conflict warning notice
|
448 |
-
= 4.1.1 =
|
449 |
-
Internationalisation, fixed conflict with some bootstrapped themes.
|
450 |
-
= 4.1.0 =
|
451 |
-
Please upgrade if your settings screen is not displaying.
|
452 |
-
= 4.0.9 =
|
453 |
-
More customisation: recipient email address, and email subject.
|
454 |
-
= 4.0.8 =
|
455 |
-
Ajax now works when your form has reCAPTCHA on it. Ajax validation is now cleaner.
|
456 |
-
= 4.0.7 =
|
457 |
-
Fixed a bug which occurred when plugin name was changed. reCAPTCHA will now use ssl if your webpage is ssl.
|
1 |
=== Contact Form Clean and Simple ===
|
2 |
Contributors: alanfuller, fullworks
|
3 |
+
Donate Link: https://www.buymeacoffee.com/wpdevalan
|
4 |
License: GPLv2 or later
|
5 |
License URI: http://www.gnu.org/licenses/gpl.html
|
6 |
Tags: simple, contact, form, contact button, contact form, contact form plugin, akismet, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
|
7 |
+
Tested up to: 6.1
|
8 |
+
Stable tag: 4.7.10
|
9 |
|
10 |
A clean and simple AJAX contact form with Google reCAPTCHA, Twitter Bootstrap markup and Akismet spam filtering.
|
11 |
|
200 |
The comments form will never validate due to no supplied reCAPTCHA code.
|
201 |
|
202 |
== Changelog ==
|
203 |
+
= 4.7.10 =
|
204 |
+
* add buy me a coffee donation
|
205 |
+
|
206 |
= 4.7.9 =
|
207 |
* update donation lib
|
208 |
|
209 |
+
[Full Change History](https://plugins.trac.wordpress.org/browser/clean-and-simple-contact-form-by-meg-nicholas/trunk/changelog.txt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/alanef/plugindonation_lib/PluginDonation.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
* @version 1.
|
4 |
* @licence GPL2 or Later
|
5 |
* @copyright Alan Fuller
|
6 |
*/
|
@@ -41,12 +41,13 @@ class PluginDonation {
|
|
41 |
*
|
42 |
* @since 1.0
|
43 |
*/
|
44 |
-
public function __construct( $plugin_slug, $settings_hook, $plugin_file, $settings_url, $title ) {
|
45 |
$this->plugin_slug = $plugin_slug;
|
46 |
$this->settings_hook = $settings_hook;
|
47 |
$this->plugin_file = $plugin_file;
|
48 |
$this->settings_url = $settings_url;
|
49 |
$this->title = $title;
|
|
|
50 |
$this->hooks();
|
51 |
}
|
52 |
|
@@ -132,7 +133,7 @@ class PluginDonation {
|
|
132 |
|
133 |
if ( $this->plugin_file === $file ) {
|
134 |
$new_links = array(
|
135 |
-
'<a href="https://www.
|
136 |
);
|
137 |
|
138 |
$links = array_merge( $links, $new_links );
|
@@ -356,6 +357,11 @@ EOT;
|
|
356 |
// 35
|
357 |
esc_html__( 'Help Develop', 'plugin-donation-lib' ),
|
358 |
// 36
|
|
|
|
|
|
|
|
|
|
|
359 |
);
|
360 |
|
361 |
$this->strings = apply_filters( 'plugindonation_lib_strings_' . $this->plugin_slug, $this->strings );
|
@@ -366,6 +372,9 @@ EOT;
|
|
366 |
* @since 1.0
|
367 |
*/
|
368 |
public function display() {
|
|
|
|
|
|
|
369 |
?>
|
370 |
<tr valign="top">
|
371 |
<th scope="row"><?php echo esc_html( $this->get_string( 0 ) ); ?></th>
|
@@ -381,6 +390,9 @@ EOT;
|
|
381 |
</h3>
|
382 |
<!-- Tab links -->
|
383 |
<div class="tab">
|
|
|
|
|
|
|
384 |
<button class="tablinks" onclick="openPDLTab(event, 'BTC')"><img height="32"
|
385 |
src="<?php echo plugin_dir_url( __FILE__ ) . 'images/logos/BTC.png'; ?>">
|
386 |
</button>
|
@@ -402,6 +414,19 @@ EOT;
|
|
402 |
|
403 |
<!-- Tab content -->
|
404 |
<div class="tabcontentwrap">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
405 |
<div id="BTC" class="tabcontent">
|
406 |
<div>
|
407 |
<img height="48" src="<?php echo plugin_dir_url( __FILE__ ) . 'images/logos/BTC.png'; ?>">
|
@@ -547,6 +572,9 @@ EOT;
|
|
547 |
* @since 1.0
|
548 |
*/
|
549 |
public function display_admin_notice() {
|
|
|
|
|
|
|
550 |
$this->set_timers();
|
551 |
// Don't display notices to users that can't do anything about it.
|
552 |
if ( ! current_user_can( 'install_plugins' ) ) {
|
1 |
<?php
|
2 |
/*
|
3 |
+
* @version 1.4
|
4 |
* @licence GPL2 or Later
|
5 |
* @copyright Alan Fuller
|
6 |
*/
|
41 |
*
|
42 |
* @since 1.0
|
43 |
*/
|
44 |
+
public function __construct( $plugin_slug, $settings_hook, $plugin_file, $settings_url, $title, $freemius = null ) {
|
45 |
$this->plugin_slug = $plugin_slug;
|
46 |
$this->settings_hook = $settings_hook;
|
47 |
$this->plugin_file = $plugin_file;
|
48 |
$this->settings_url = $settings_url;
|
49 |
$this->title = $title;
|
50 |
+
$this->freemius = $freemius;
|
51 |
$this->hooks();
|
52 |
}
|
53 |
|
133 |
|
134 |
if ( $this->plugin_file === $file ) {
|
135 |
$new_links = array(
|
136 |
+
'<a href="https://www.buymeacoffee.com/wpdevalan" target="_blank">' . esc_html( $this->get_string( 34 ) ) . '</a>'
|
137 |
);
|
138 |
|
139 |
$links = array_merge( $links, $new_links );
|
357 |
// 35
|
358 |
esc_html__( 'Help Develop', 'plugin-donation-lib' ),
|
359 |
// 36
|
360 |
+
/**
|
361 |
+
* @since 1.4
|
362 |
+
*/
|
363 |
+
esc_html__( 'Buy Me a Coffee makes supporting fun and easy. In just a couple of taps, you can donate (buy me a coffee) and leave a message. You don’t even have to create an account!', 'plugin-donation-lib' ),
|
364 |
+
// 37
|
365 |
);
|
366 |
|
367 |
$this->strings = apply_filters( 'plugindonation_lib_strings_' . $this->plugin_slug, $this->strings );
|
372 |
* @since 1.0
|
373 |
*/
|
374 |
public function display() {
|
375 |
+
if ( $this->freemius !== null && ! $this->freemius->is_free_plan() ) {
|
376 |
+
return;
|
377 |
+
}
|
378 |
?>
|
379 |
<tr valign="top">
|
380 |
<th scope="row"><?php echo esc_html( $this->get_string( 0 ) ); ?></th>
|
390 |
</h3>
|
391 |
<!-- Tab links -->
|
392 |
<div class="tab">
|
393 |
+
<button class="tablinks" onclick="openPDLTab(event, 'BMAC')"><img height="32"
|
394 |
+
src="<?php echo plugin_dir_url( __FILE__ ) . 'images/logos/BMAC.svg'; ?>">
|
395 |
+
</button>
|
396 |
<button class="tablinks" onclick="openPDLTab(event, 'BTC')"><img height="32"
|
397 |
src="<?php echo plugin_dir_url( __FILE__ ) . 'images/logos/BTC.png'; ?>">
|
398 |
</button>
|
414 |
|
415 |
<!-- Tab content -->
|
416 |
<div class="tabcontentwrap">
|
417 |
+
<div id="BMAC" class="tabcontent">
|
418 |
+
<div>
|
419 |
+
<img height="48" src="<?php echo plugin_dir_url( __FILE__ ) . 'images/logos/BMAC.svg'; ?>">
|
420 |
+
</div>
|
421 |
+
<div>
|
422 |
+
<?php echo esc_html( $this->get_string( 37 ) ); ?><br><br> <strong><a
|
423 |
+
href="https://www.buymeacoffee.com/wpdevalan">https://www.buymeacoffee.com/wpdevalan</a></strong>
|
424 |
+
</div>
|
425 |
+
<div>
|
426 |
+
<img height="140"
|
427 |
+
src="<?php echo plugin_dir_url( __FILE__ ) . 'images/QRcodes/BMAC.png'; ?>">
|
428 |
+
</div>
|
429 |
+
</div>
|
430 |
<div id="BTC" class="tabcontent">
|
431 |
<div>
|
432 |
<img height="48" src="<?php echo plugin_dir_url( __FILE__ ) . 'images/logos/BTC.png'; ?>">
|
572 |
* @since 1.0
|
573 |
*/
|
574 |
public function display_admin_notice() {
|
575 |
+
if ( $this->freemius !== null && ! $this->freemius->is_free_plan() ) {
|
576 |
+
return;
|
577 |
+
}
|
578 |
$this->set_timers();
|
579 |
// Don't display notices to users that can't do anything about it.
|
580 |
if ( ! current_user_can( 'install_plugins' ) ) {
|
vendor/alanef/plugindonation_lib/images/QRcodes/BMAC.png
ADDED
Binary file
|
vendor/alanef/plugindonation_lib/images/logos/BMAC.svg
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<svg data-v-fcca4322="" width="36" height="48" viewBox="0 0 25 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.0672 8.1281L22.0437 8.11426L21.9893 8.09766C22.0112 8.11614 22.0386 8.12685 22.0672 8.1281Z" fill="black"></path> <path d="M22.4111 10.5781L22.3848 10.5855L22.4111 10.5781Z" fill="black"></path> <path d="M22.0735 8.11128C22.0708 8.11093 22.0681 8.11029 22.0655 8.10938C22.0654 8.11115 22.0654 8.11293 22.0655 8.1147C22.0685 8.11432 22.0712 8.11313 22.0735 8.11128Z" fill="black"></path> <path d="M22.3877 10.5647L22.4274 10.5421L22.4421 10.5338L22.4555 10.5195C22.4303 10.5304 22.4074 10.5457 22.3877 10.5647Z" fill="black"></path> <path d="M22.1334 8.1762L22.0947 8.1393L22.0684 8.125C22.0825 8.14993 22.1058 8.16832 22.1334 8.1762Z" fill="black"></path> <path d="M12.3836 31.9453C12.3526 31.9587 12.3255 31.9796 12.3047 32.0062L12.3291 31.9905C12.3457 31.9753 12.3693 31.9573 12.3836 31.9453Z" fill="black"></path> <path d="M18.0497 30.8309C18.0497 30.7958 18.0326 30.8023 18.0368 30.9268C18.0368 30.9167 18.0409 30.9065 18.0428 30.8969C18.0451 30.8747 18.0469 30.853 18.0497 30.8309Z" fill="black"></path> <path d="M17.4617 31.9453C17.4307 31.9587 17.4036 31.9796 17.3828 32.0062L17.4073 31.9905C17.4239 31.9753 17.4474 31.9573 17.4617 31.9453Z" fill="black"></path> <path d="M8.39845 32.2145C8.37496 32.1941 8.34619 32.1807 8.31543 32.1758C8.34034 32.1878 8.36524 32.1998 8.38185 32.209L8.39845 32.2145Z" fill="black"></path> <path d="M7.50541 31.3533C7.50173 31.317 7.49058 31.2818 7.47266 31.25C7.48535 31.2831 7.49598 31.317 7.50448 31.3515L7.50541 31.3533Z" fill="black"></path> <path d="M13.5278 15.9814C12.2963 16.5086 10.8987 17.1064 9.08736 17.1064C8.32963 17.1048 7.57558 17.0009 6.8457 16.7973L8.09845 29.6592C8.14279 30.1968 8.38769 30.698 8.78452 31.0634C9.18134 31.4288 9.70106 31.6316 10.2405 31.6315C10.2405 31.6315 12.0167 31.7237 12.6094 31.7237C13.2474 31.7237 15.1601 31.6315 15.1601 31.6315C15.6995 31.6315 16.2191 31.4286 16.6158 31.0633C17.0125 30.6979 17.2574 30.1967 17.3017 29.6592L18.6435 15.4463C18.0439 15.2415 17.4387 15.1055 16.7565 15.1055C15.5767 15.105 14.626 15.5114 13.5278 15.9814Z" fill="#FFDD00"></path> <path d="M2.96582 10.5039L2.98704 10.5237L3.00088 10.532C2.99022 10.5215 2.97847 10.512 2.96582 10.5039Z" fill="black"></path> <path d="M24.4376 9.31226L24.249 8.36071C24.0797 7.50694 23.6955 6.70022 22.8191 6.39164C22.5382 6.29294 22.2195 6.2505 22.0041 6.04617C21.7887 5.84184 21.725 5.5245 21.6752 5.23023C21.583 4.6901 21.4963 4.14952 21.4017 3.61033C21.3201 3.14677 21.2555 2.62602 21.0428 2.20075C20.7661 1.62973 20.1918 1.29579 19.6208 1.07485C19.3282 0.965622 19.0296 0.873222 18.7265 0.798101C17.2998 0.421723 15.7999 0.283349 14.3322 0.204476C12.5705 0.107269 10.8042 0.136556 9.04673 0.292113C7.73863 0.411114 6.36089 0.555024 5.11783 1.00751C4.6635 1.1731 4.19533 1.37189 3.84986 1.7229C3.42597 2.15417 3.2876 2.82113 3.5971 3.35894C3.81711 3.74086 4.1898 4.01069 4.58509 4.18919C5.09997 4.41919 5.63769 4.5942 6.18931 4.71132C7.72526 5.0508 9.3161 5.1841 10.8853 5.24083C12.6245 5.31103 14.3665 5.25414 16.0974 5.07063C16.5254 5.02359 16.9527 4.96716 17.3792 4.90136C17.8815 4.82433 18.2039 4.16751 18.0558 3.70995C17.8787 3.16292 17.4027 2.95074 16.8644 3.0333C16.7851 3.04576 16.7062 3.05729 16.6269 3.06882L16.5697 3.07712C16.3873 3.10019 16.205 3.12171 16.0226 3.1417C15.646 3.18229 15.2683 3.2155 14.8898 3.24133C14.042 3.30037 13.192 3.32758 12.3423 3.32896C11.5075 3.32896 10.6722 3.30544 9.83916 3.25055C9.45909 3.22564 9.07994 3.19397 8.70172 3.15553C8.52967 3.13755 8.35809 3.11864 8.18651 3.09742L8.02322 3.07666L7.98771 3.07159L7.81843 3.04714C7.4725 2.99502 7.12656 2.93506 6.78431 2.86264C6.74978 2.85498 6.71889 2.83577 6.69675 2.80818C6.67461 2.78059 6.66254 2.74627 6.66254 2.71089C6.66254 2.67552 6.67461 2.6412 6.69675 2.61361C6.71889 2.58602 6.74978 2.5668 6.78431 2.55914H6.79077C7.08735 2.49595 7.38624 2.44199 7.68605 2.39494C7.78599 2.37926 7.88623 2.36388 7.98679 2.34881H7.98955C8.17728 2.33636 8.36593 2.30269 8.55274 2.28055C10.178 2.11149 11.813 2.05386 13.4461 2.10804C14.239 2.13111 15.0314 2.17769 15.8206 2.25795C15.9903 2.27548 16.1592 2.29393 16.328 2.31468C16.3926 2.32252 16.4576 2.33175 16.5226 2.33959L16.6536 2.3585C17.0355 2.41539 17.4154 2.48442 17.7934 2.5656C18.3533 2.68737 19.0724 2.72704 19.3215 3.3405C19.4008 3.53514 19.4368 3.75147 19.4806 3.9558L19.5364 4.2164C19.5379 4.22108 19.5389 4.22586 19.5396 4.2307C19.6716 4.8457 19.8036 5.46069 19.9359 6.07569C19.9455 6.12112 19.9458 6.16806 19.9365 6.21359C19.9273 6.25911 19.9087 6.30224 19.8821 6.34028C19.8554 6.37832 19.8212 6.41046 19.7816 6.4347C19.7419 6.45893 19.6977 6.47474 19.6517 6.48113H19.648L19.5673 6.4922L19.4875 6.50281C19.2348 6.53571 18.9817 6.56646 18.7283 6.59506C18.2292 6.65194 17.7294 6.70114 17.2288 6.74265C16.234 6.82537 15.2373 6.87965 14.2385 6.90548C13.7296 6.919 13.2209 6.92531 12.7123 6.92439C10.6878 6.92279 8.66519 6.80513 6.65424 6.57199C6.43653 6.54616 6.21883 6.51849 6.00112 6.49035C6.16993 6.51203 5.87843 6.47375 5.81939 6.46545C5.68101 6.44607 5.54264 6.42593 5.40426 6.40502C4.93979 6.33537 4.47808 6.24958 4.01453 6.1744C3.45411 6.08215 2.91814 6.12827 2.41123 6.40502C1.99513 6.63272 1.65836 6.98188 1.44584 7.40593C1.22721 7.85795 1.16217 8.3501 1.06439 8.8358C0.966604 9.32149 0.814392 9.84408 0.872048 10.3427C0.996123 11.4188 1.74842 12.2933 2.8305 12.4889C3.84848 12.6734 4.87198 12.8228 5.89826 12.9501C9.9297 13.4439 14.0025 13.5029 18.0466 13.1263C18.3759 13.0956 18.7048 13.062 19.0332 13.0258C19.1358 13.0145 19.2396 13.0263 19.337 13.0604C19.4344 13.0944 19.523 13.1498 19.5962 13.2225C19.6694 13.2952 19.7255 13.3834 19.7602 13.4805C19.795 13.5777 19.8075 13.6814 19.797 13.7841L19.6946 14.7794C19.4883 16.7908 19.282 18.802 19.0756 20.813C18.8604 22.9249 18.6437 25.0366 18.4257 27.1482C18.3642 27.7429 18.3027 28.3375 18.2412 28.9319C18.1822 29.5172 18.1739 30.121 18.0627 30.6994C17.8875 31.609 17.2717 32.1675 16.3732 32.3719C15.55 32.5592 14.7091 32.6575 13.8649 32.6652C12.929 32.6703 11.9936 32.6288 11.0578 32.6338C10.0587 32.6394 8.83502 32.5471 8.06381 31.8036C7.38624 31.1505 7.29261 30.1279 7.20036 29.2437C7.07736 28.073 6.95544 26.9025 6.83459 25.7322L6.15656 19.2245L5.71791 15.0137C5.71053 14.9441 5.70315 14.8754 5.69623 14.8053C5.64365 14.303 5.28803 13.8113 4.72761 13.8366C4.24792 13.8579 3.70272 14.2656 3.759 14.8053L4.08417 17.927L4.75667 24.3844C4.94824 26.2187 5.13935 28.0532 5.33 29.888C5.3669 30.2395 5.40149 30.5919 5.44024 30.9434C5.65103 32.864 7.11779 33.899 8.93419 34.1906C9.99506 34.3612 11.0818 34.3963 12.1583 34.4138C13.5384 34.4359 14.9322 34.489 16.2897 34.239C18.3012 33.87 19.8104 32.5268 20.0258 30.4434C20.0873 29.8419 20.1488 29.2403 20.2103 28.6385C20.4148 26.6484 20.619 24.6581 20.8228 22.6677L21.4898 16.1641L21.7956 13.1835C21.8108 13.0357 21.8733 12.8968 21.9736 12.7872C22.0739 12.6776 22.2069 12.6033 22.3528 12.5751C22.928 12.463 23.4778 12.2716 23.8869 11.8339C24.5382 11.137 24.6678 10.2283 24.4376 9.31226ZM2.80098 9.95524C2.80975 9.95109 2.7936 10.0263 2.78669 10.0613C2.7853 10.0083 2.78807 9.96124 2.80098 9.95524ZM2.8568 10.387C2.86141 10.3837 2.87524 10.4022 2.88954 10.4243C2.86786 10.404 2.85403 10.3888 2.85633 10.387H2.8568ZM2.91168 10.4594C2.93152 10.4931 2.94213 10.5143 2.91168 10.4594V10.4594ZM3.02192 10.5489H3.02469C3.02469 10.5521 3.02976 10.5553 3.03161 10.5586C3.02855 10.555 3.02515 10.5518 3.02146 10.5489H3.02192ZM22.326 10.4151C22.1194 10.6116 21.8081 10.7029 21.5004 10.7486C18.0503 11.2606 14.5499 11.5198 11.0619 11.4054C8.56565 11.3201 6.09567 11.0429 3.62431 10.6937C3.38215 10.6596 3.11971 10.6153 2.9532 10.4368C2.63955 10.1001 2.7936 9.42204 2.87524 9.01522C2.94997 8.64253 3.09295 8.14577 3.53621 8.09272C4.22808 8.01155 5.03158 8.30352 5.71607 8.4073C6.54016 8.53306 7.36733 8.63377 8.19758 8.70941C11.7409 9.03229 15.3437 8.98201 18.8713 8.50969C19.5143 8.42329 20.1549 8.32289 20.7933 8.2085C21.362 8.10656 21.9926 7.91515 22.3362 8.50416C22.5719 8.90544 22.6033 9.44233 22.5668 9.89574C22.5556 10.0933 22.4693 10.2791 22.3256 10.4151H22.326Z" fill="black"></path></svg>
|
vendor/autoload.php
CHANGED
@@ -2,6 +2,24 @@
|
|
2 |
|
3 |
// autoload.php @generated by Composer
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
2 |
|
3 |
// autoload.php @generated by Composer
|
4 |
|
5 |
+
if (PHP_VERSION_ID < 50600) {
|
6 |
+
if (!headers_sent()) {
|
7 |
+
header('HTTP/1.1 500 Internal Server Error');
|
8 |
+
}
|
9 |
+
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
|
10 |
+
if (!ini_get('display_errors')) {
|
11 |
+
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
|
12 |
+
fwrite(STDERR, $err);
|
13 |
+
} elseif (!headers_sent()) {
|
14 |
+
echo $err;
|
15 |
+
}
|
16 |
+
}
|
17 |
+
trigger_error(
|
18 |
+
$err,
|
19 |
+
E_USER_ERROR
|
20 |
+
);
|
21 |
+
}
|
22 |
+
|
23 |
require_once __DIR__ . '/composer/autoload_real.php';
|
24 |
|
25 |
+
return ComposerAutoloaderInit4648fd9422021576e0c7782334d115c4::getLoader();
|
vendor/composer/ClassLoader.php
CHANGED
@@ -149,7 +149,7 @@ class ClassLoader
|
|
149 |
|
150 |
/**
|
151 |
* @return string[] Array of classname => path
|
152 |
-
* @psalm-
|
153 |
*/
|
154 |
public function getClassMap()
|
155 |
{
|
149 |
|
150 |
/**
|
151 |
* @return string[] Array of classname => path
|
152 |
+
* @psalm-return array<string, string>
|
153 |
*/
|
154 |
public function getClassMap()
|
155 |
{
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -21,12 +21,14 @@ use Composer\Semver\VersionParser;
|
|
21 |
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
|
22 |
*
|
23 |
* To require its presence, you can require `composer-runtime-api ^2.0`
|
|
|
|
|
24 |
*/
|
25 |
class InstalledVersions
|
26 |
{
|
27 |
/**
|
28 |
* @var mixed[]|null
|
29 |
-
* @psalm-var array{root: array{name: string,
|
30 |
*/
|
31 |
private static $installed;
|
32 |
|
@@ -37,7 +39,7 @@ class InstalledVersions
|
|
37 |
|
38 |
/**
|
39 |
* @var array[]
|
40 |
-
* @psalm-var array<string, array{root: array{name: string,
|
41 |
*/
|
42 |
private static $installedByVendor = array();
|
43 |
|
@@ -241,7 +243,7 @@ class InstalledVersions
|
|
241 |
|
242 |
/**
|
243 |
* @return array
|
244 |
-
* @psalm-return array{name: string,
|
245 |
*/
|
246 |
public static function getRootPackage()
|
247 |
{
|
@@ -255,7 +257,7 @@ class InstalledVersions
|
|
255 |
*
|
256 |
* @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
|
257 |
* @return array[]
|
258 |
-
* @psalm-return array{root: array{name: string,
|
259 |
*/
|
260 |
public static function getRawData()
|
261 |
{
|
@@ -278,7 +280,7 @@ class InstalledVersions
|
|
278 |
* Returns the raw data of all installed.php which are currently loaded for custom implementations
|
279 |
*
|
280 |
* @return array[]
|
281 |
-
* @psalm-return list<array{root: array{name: string,
|
282 |
*/
|
283 |
public static function getAllRawData()
|
284 |
{
|
@@ -301,7 +303,7 @@ class InstalledVersions
|
|
301 |
* @param array[] $data A vendor/composer/installed.php data set
|
302 |
* @return void
|
303 |
*
|
304 |
-
* @psalm-param array{root: array{name: string,
|
305 |
*/
|
306 |
public static function reload($data)
|
307 |
{
|
@@ -311,7 +313,7 @@ class InstalledVersions
|
|
311 |
|
312 |
/**
|
313 |
* @return array[]
|
314 |
-
* @psalm-return list<array{root: array{name: string,
|
315 |
*/
|
316 |
private static function getInstalled()
|
317 |
{
|
21 |
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
|
22 |
*
|
23 |
* To require its presence, you can require `composer-runtime-api ^2.0`
|
24 |
+
*
|
25 |
+
* @final
|
26 |
*/
|
27 |
class InstalledVersions
|
28 |
{
|
29 |
/**
|
30 |
* @var mixed[]|null
|
31 |
+
* @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
|
32 |
*/
|
33 |
private static $installed;
|
34 |
|
39 |
|
40 |
/**
|
41 |
* @var array[]
|
42 |
+
* @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
|
43 |
*/
|
44 |
private static $installedByVendor = array();
|
45 |
|
243 |
|
244 |
/**
|
245 |
* @return array
|
246 |
+
* @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
|
247 |
*/
|
248 |
public static function getRootPackage()
|
249 |
{
|
257 |
*
|
258 |
* @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
|
259 |
* @return array[]
|
260 |
+
* @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
|
261 |
*/
|
262 |
public static function getRawData()
|
263 |
{
|
280 |
* Returns the raw data of all installed.php which are currently loaded for custom implementations
|
281 |
*
|
282 |
* @return array[]
|
283 |
+
* @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
|
284 |
*/
|
285 |
public static function getAllRawData()
|
286 |
{
|
303 |
* @param array[] $data A vendor/composer/installed.php data set
|
304 |
* @return void
|
305 |
*
|
306 |
+
* @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
|
307 |
*/
|
308 |
public static function reload($data)
|
309 |
{
|
313 |
|
314 |
/**
|
315 |
* @return array[]
|
316 |
+
* @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
|
317 |
*/
|
318 |
private static function getInstalled()
|
319 |
{
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_classmap.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
2 |
|
3 |
// autoload_classmap.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
vendor/composer/autoload_namespaces.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_namespaces.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
2 |
|
3 |
// autoload_namespaces.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
vendor/composer/autoload_psr4.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_psr4.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
2 |
|
3 |
// autoload_psr4.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,31 +24,12 @@ class ComposerAutoloaderInitd8e6df1581001669ff1f700685bbc763
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
-
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(
|
29 |
-
spl_autoload_unregister(array('
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
require __DIR__ . '/autoload_static.php';
|
34 |
-
|
35 |
-
call_user_func(\Composer\Autoload\ComposerStaticInitd8e6df1581001669ff1f700685bbc763::getInitializer($loader));
|
36 |
-
} else {
|
37 |
-
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
-
foreach ($map as $namespace => $path) {
|
39 |
-
$loader->set($namespace, $path);
|
40 |
-
}
|
41 |
-
|
42 |
-
$map = require __DIR__ . '/autoload_psr4.php';
|
43 |
-
foreach ($map as $namespace => $path) {
|
44 |
-
$loader->setPsr4($namespace, $path);
|
45 |
-
}
|
46 |
-
|
47 |
-
$classMap = require __DIR__ . '/autoload_classmap.php';
|
48 |
-
if ($classMap) {
|
49 |
-
$loader->addClassMap($classMap);
|
50 |
-
}
|
51 |
-
}
|
52 |
|
53 |
$loader->register(true);
|
54 |
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit4648fd9422021576e0c7782334d115c4
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit4648fd9422021576e0c7782334d115c4', 'loadClassLoader'), true, true);
|
28 |
+
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit4648fd9422021576e0c7782334d115c4', 'loadClassLoader'));
|
30 |
+
|
31 |
+
require __DIR__ . '/autoload_static.php';
|
32 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit4648fd9422021576e0c7782334d115c4::getInitializer($loader));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'A' =>
|
@@ -37,10 +37,10 @@ class ComposerStaticInitd8e6df1581001669ff1f700685bbc763
|
|
37 |
public static function getInitializer(ClassLoader $loader)
|
38 |
{
|
39 |
return \Closure::bind(function () use ($loader) {
|
40 |
-
$loader->prefixLengthsPsr4 =
|
41 |
-
$loader->prefixDirsPsr4 =
|
42 |
-
$loader->prefixesPsr0 =
|
43 |
-
$loader->classMap =
|
44 |
|
45 |
}, null, ClassLoader::class);
|
46 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit4648fd9422021576e0c7782334d115c4
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'A' =>
|
37 |
public static function getInitializer(ClassLoader $loader)
|
38 |
{
|
39 |
return \Closure::bind(function () use ($loader) {
|
40 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit4648fd9422021576e0c7782334d115c4::$prefixLengthsPsr4;
|
41 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit4648fd9422021576e0c7782334d115c4::$prefixDirsPsr4;
|
42 |
+
$loader->prefixesPsr0 = ComposerStaticInit4648fd9422021576e0c7782334d115c4::$prefixesPsr0;
|
43 |
+
$loader->classMap = ComposerStaticInit4648fd9422021576e0c7782334d115c4::$classMap;
|
44 |
|
45 |
}, null, ClassLoader::class);
|
46 |
}
|
vendor/composer/installed.json
CHANGED
@@ -6,16 +6,16 @@
|
|
6 |
"version_normalized": "dev-master",
|
7 |
"source": {
|
8 |
"type": "git",
|
9 |
-
"url": "
|
10 |
-
"reference": "
|
11 |
},
|
12 |
"dist": {
|
13 |
"type": "zip",
|
14 |
-
"url": "https://api.github.com/repos/alanef/plugindonation_lib/zipball/
|
15 |
-
"reference": "
|
16 |
"shasum": ""
|
17 |
},
|
18 |
-
"time": "2022-
|
19 |
"default-branch": true,
|
20 |
"type": "library",
|
21 |
"installation-source": "dist",
|
@@ -34,10 +34,6 @@
|
|
34 |
}
|
35 |
],
|
36 |
"description": "Module for adding donation support to free plugins",
|
37 |
-
"support": {
|
38 |
-
"source": "https://github.com/alanef/plugindonation_lib/tree/master",
|
39 |
-
"issues": "https://github.com/alanef/plugindonation_lib/issues"
|
40 |
-
},
|
41 |
"install-path": "../alanef/plugindonation_lib"
|
42 |
},
|
43 |
{
|
@@ -133,17 +129,17 @@
|
|
133 |
},
|
134 |
{
|
135 |
"name": "squizlabs/php_codesniffer",
|
136 |
-
"version": "3.
|
137 |
-
"version_normalized": "3.
|
138 |
"source": {
|
139 |
"type": "git",
|
140 |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
141 |
-
"reference": "
|
142 |
},
|
143 |
"dist": {
|
144 |
"type": "zip",
|
145 |
-
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/
|
146 |
-
"reference": "
|
147 |
"shasum": ""
|
148 |
},
|
149 |
"require": {
|
@@ -155,7 +151,7 @@
|
|
155 |
"require-dev": {
|
156 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
157 |
},
|
158 |
-
"time": "
|
159 |
"bin": [
|
160 |
"bin/phpcs",
|
161 |
"bin/phpcbf"
|
6 |
"version_normalized": "dev-master",
|
7 |
"source": {
|
8 |
"type": "git",
|
9 |
+
"url": "git@github.com:alanef/plugindonation_lib.git",
|
10 |
+
"reference": "6fe8152ef59ef20616b2828a2b21db5e0b541f8c"
|
11 |
},
|
12 |
"dist": {
|
13 |
"type": "zip",
|
14 |
+
"url": "https://api.github.com/repos/alanef/plugindonation_lib/zipball/6fe8152ef59ef20616b2828a2b21db5e0b541f8c",
|
15 |
+
"reference": "6fe8152ef59ef20616b2828a2b21db5e0b541f8c",
|
16 |
"shasum": ""
|
17 |
},
|
18 |
+
"time": "2022-03-17T14:01:32+00:00",
|
19 |
"default-branch": true,
|
20 |
"type": "library",
|
21 |
"installation-source": "dist",
|
34 |
}
|
35 |
],
|
36 |
"description": "Module for adding donation support to free plugins",
|
|
|
|
|
|
|
|
|
37 |
"install-path": "../alanef/plugindonation_lib"
|
38 |
},
|
39 |
{
|
129 |
},
|
130 |
{
|
131 |
"name": "squizlabs/php_codesniffer",
|
132 |
+
"version": "3.7.1",
|
133 |
+
"version_normalized": "3.7.1.0",
|
134 |
"source": {
|
135 |
"type": "git",
|
136 |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
137 |
+
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
|
138 |
},
|
139 |
"dist": {
|
140 |
"type": "zip",
|
141 |
+
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
|
142 |
+
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
|
143 |
"shasum": ""
|
144 |
},
|
145 |
"require": {
|
151 |
"require-dev": {
|
152 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
153 |
},
|
154 |
+
"time": "2022-06-18T07:21:10+00:00",
|
155 |
"bin": [
|
156 |
"bin/phpcs",
|
157 |
"bin/phpcbf"
|
vendor/composer/installed.php
CHANGED
@@ -1,42 +1,42 @@
|
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
-
'
|
4 |
-
'
|
|
|
|
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
-
'reference' => '288d1e1e4859601c1281c7aaeaac3533af88dffd',
|
9 |
-
'name' => 'fullworks/clean-and-simple-contact-form',
|
10 |
'dev' => true,
|
11 |
),
|
12 |
'versions' => array(
|
13 |
'alanef/plugindonation_lib' => array(
|
14 |
'pretty_version' => 'dev-master',
|
15 |
'version' => 'dev-master',
|
|
|
16 |
'type' => 'library',
|
17 |
'install_path' => __DIR__ . '/../alanef/plugindonation_lib',
|
18 |
'aliases' => array(
|
19 |
0 => '9999999-dev',
|
20 |
),
|
21 |
-
'reference' => 'c6b39587b00c6ada371d28b8200f050099f3a824',
|
22 |
'dev_requirement' => false,
|
23 |
),
|
24 |
'composer/installers' => array(
|
25 |
'pretty_version' => 'v1.0.12',
|
26 |
'version' => '1.0.12.0',
|
|
|
27 |
'type' => 'composer-installer',
|
28 |
'install_path' => __DIR__ . '/./installers',
|
29 |
'aliases' => array(),
|
30 |
-
'reference' => '4127333b03e8b4c08d081958548aae5419d1a2fa',
|
31 |
'dev_requirement' => false,
|
32 |
),
|
33 |
'fullworks/clean-and-simple-contact-form' => array(
|
34 |
-
'pretty_version' => '
|
35 |
-
'version' => '
|
|
|
36 |
'type' => 'wordpress-plugin',
|
37 |
'install_path' => __DIR__ . '/../../',
|
38 |
'aliases' => array(),
|
39 |
-
'reference' => '288d1e1e4859601c1281c7aaeaac3533af88dffd',
|
40 |
'dev_requirement' => false,
|
41 |
),
|
42 |
'shama/baton' => array(
|
@@ -46,21 +46,21 @@
|
|
46 |
),
|
47 |
),
|
48 |
'squizlabs/php_codesniffer' => array(
|
49 |
-
'pretty_version' => '3.
|
50 |
-
'version' => '3.
|
|
|
51 |
'type' => 'library',
|
52 |
'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
|
53 |
'aliases' => array(),
|
54 |
-
'reference' => '5e4e71592f69da17871dba6e80dd51bce74a351a',
|
55 |
'dev_requirement' => false,
|
56 |
),
|
57 |
'wp-coding-standards/wpcs' => array(
|
58 |
'pretty_version' => '2.3.0',
|
59 |
'version' => '2.3.0.0',
|
|
|
60 |
'type' => 'phpcodesniffer-standard',
|
61 |
'install_path' => __DIR__ . '/../wp-coding-standards/wpcs',
|
62 |
'aliases' => array(),
|
63 |
-
'reference' => '7da1894633f168fe244afc6de00d141f27517b62',
|
64 |
'dev_requirement' => false,
|
65 |
),
|
66 |
),
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
+
'name' => 'fullworks/clean-and-simple-contact-form',
|
4 |
+
'pretty_version' => 'dev-main',
|
5 |
+
'version' => 'dev-main',
|
6 |
+
'reference' => '5b8fe2eaab76ed532f2442ec4f1a2a58362baa85',
|
7 |
'type' => 'wordpress-plugin',
|
8 |
'install_path' => __DIR__ . '/../../',
|
9 |
'aliases' => array(),
|
|
|
|
|
10 |
'dev' => true,
|
11 |
),
|
12 |
'versions' => array(
|
13 |
'alanef/plugindonation_lib' => array(
|
14 |
'pretty_version' => 'dev-master',
|
15 |
'version' => 'dev-master',
|
16 |
+
'reference' => '6fe8152ef59ef20616b2828a2b21db5e0b541f8c',
|
17 |
'type' => 'library',
|
18 |
'install_path' => __DIR__ . '/../alanef/plugindonation_lib',
|
19 |
'aliases' => array(
|
20 |
0 => '9999999-dev',
|
21 |
),
|
|
|
22 |
'dev_requirement' => false,
|
23 |
),
|
24 |
'composer/installers' => array(
|
25 |
'pretty_version' => 'v1.0.12',
|
26 |
'version' => '1.0.12.0',
|
27 |
+
'reference' => '4127333b03e8b4c08d081958548aae5419d1a2fa',
|
28 |
'type' => 'composer-installer',
|
29 |
'install_path' => __DIR__ . '/./installers',
|
30 |
'aliases' => array(),
|
|
|
31 |
'dev_requirement' => false,
|
32 |
),
|
33 |
'fullworks/clean-and-simple-contact-form' => array(
|
34 |
+
'pretty_version' => 'dev-main',
|
35 |
+
'version' => 'dev-main',
|
36 |
+
'reference' => '5b8fe2eaab76ed532f2442ec4f1a2a58362baa85',
|
37 |
'type' => 'wordpress-plugin',
|
38 |
'install_path' => __DIR__ . '/../../',
|
39 |
'aliases' => array(),
|
|
|
40 |
'dev_requirement' => false,
|
41 |
),
|
42 |
'shama/baton' => array(
|
46 |
),
|
47 |
),
|
48 |
'squizlabs/php_codesniffer' => array(
|
49 |
+
'pretty_version' => '3.7.1',
|
50 |
+
'version' => '3.7.1.0',
|
51 |
+
'reference' => '1359e176e9307e906dc3d890bcc9603ff6d90619',
|
52 |
'type' => 'library',
|
53 |
'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
|
54 |
'aliases' => array(),
|
|
|
55 |
'dev_requirement' => false,
|
56 |
),
|
57 |
'wp-coding-standards/wpcs' => array(
|
58 |
'pretty_version' => '2.3.0',
|
59 |
'version' => '2.3.0.0',
|
60 |
+
'reference' => '7da1894633f168fe244afc6de00d141f27517b62',
|
61 |
'type' => 'phpcodesniffer-standard',
|
62 |
'install_path' => __DIR__ . '/../wp-coding-standards/wpcs',
|
63 |
'aliases' => array(),
|
|
|
64 |
'dev_requirement' => false,
|
65 |
),
|
66 |
),
|