You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ ChriCo WP-Fields is a library (not a plugin) that allows to generate form fields
8
8
9
9
ChriCo Fields requires:
10
10
11
-
* PHP 7+
11
+
* PHP 8+
12
12
* WordPress latest - 0.1
13
13
* Composer to be installed
14
14
15
15
When installed for development, via Composer, ChriCo Fields also requires:
16
16
17
-
* "phpunit/phpunit" (BSD-3-Clause)
18
-
* "brain/monkey" (MIT)
17
+
* "phpunit/phpunit"
18
+
* "brain/monkey"
19
19
20
20
---
21
21
@@ -29,7 +29,7 @@ Documentation can be found in [`docs/`](docs/).
29
29
30
30
> Why are you not just using existing packages like the [Symfony Forms](http://symfony.com/doc/current/forms.html) or [Zend Form](https://framework.zend.com/manual/2.4/en/modules/zend.form.intro.html)?
31
31
32
-
That's a good question! As already mentioned above, WordPress has different pages and scenarios where to use form fields. Both packages are excellent and i worked a lot with them in past.
32
+
That's a good question! As already mentioned above, WordPress has different pages and scenarios where to use form fields. Both packages are excellent and I worked a lot with them in past.
33
33
34
34
*But:* They need a ton of dependencies.
35
35
@@ -43,12 +43,12 @@ I guess you're wrong here. ;-)
43
43
44
44
Nothing. There's a lot of weird and quirky code in it. No interfaces, no real abstraction, no strict return types, PHP 5.2, missing Unit Tests, ... _the list is endless, so i'll stop here._
45
45
46
-
In fact, the API will eventually appear in WordPress in near - or far - future. But until then, everything is fine. If the API is really released, i'll adapt this code to fit on top of the Fields API.
46
+
In fact, the API will eventually appear in WordPress in near - or far - future. But until then, everything is fine. If the API is really released, I'll adapt this code to fit on top of the Fields API.
47
47
48
48
---
49
49
50
50
## License
51
-
Copyright (c) 2017 ChriCo.
51
+
Copyright (c) since 1987 ChriCo.
52
52
53
53
ChriCo Fields code is licensed under [GNU General Public License v3.0](/LICENSE).
0 commit comments