Skip to content

Commit f6f948a

Browse files
author
Christian Leucht
committed
Merge remote-tracking branch 'origin/master'
2 parents f7d7061 + 910bdf5 commit f6f948a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# ChriCo WP-Fields [![Latest Stable Version](https://poser.pugx.org/chrico/wp-fields/v/stable)](https://packagist.org/packages/chrico/wp-fields) [![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges) [![Build Status](https://travis-ci.org/Chrico/wp-fields.svg?branch=master)](http://travis-ci.org/chrico/chrico-wp-fields) [![License](https://poser.pugx.org/chrico/wp-fields/license)](https://packagist.org/packages/chrico/wp-fields)
1+
# ChriCo WP-Fields [![Latest Stable Version](https://poser.pugx.org/chrico/wp-fields/v/stable)](https://packagist.org/packages/chrico/wp-fields) [![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges) [![Unit tests PHP](https://github.com/Chrico/wp-fields/actions/workflows/php-qa.yml/badge.svg)](https://github.com/Chrico/wp-fields/actions/workflows/php-qa.yml) [![License](https://poser.pugx.org/chrico/wp-fields/license)](https://packagist.org/packages/chrico/wp-fields)
22

3-
ChriCo WP-Fields is a Composer package (not a plugin) that allows to generate form fields in WordPress.
3+
ChriCo WP-Fields is a library (not a plugin) that allows to generate form fields in WordPress.
44

55
---
66

77
## Minimum requirements and dependencies
88

99
ChriCo Fields requires:
1010

11-
* PHP 7+
11+
* PHP 8+
1212
* WordPress latest - 0.1
1313
* Composer to be installed
1414

1515
When installed for development, via Composer, ChriCo Fields also requires:
1616

17-
* "phpunit/phpunit" (BSD-3-Clause)
18-
* "brain/monkey" (MIT)
17+
* "phpunit/phpunit"
18+
* "brain/monkey"
1919

2020
---
2121

@@ -29,7 +29,7 @@ Documentation can be found in [`docs/`](docs/).
2929

3030
> 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)?
3131
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.
3333

3434
*But:* They need a ton of dependencies.
3535

@@ -43,14 +43,14 @@ I guess you're wrong here. ;-)
4343
4444
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._
4545

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.
4747

4848
---
4949

5050
## License
51-
Copyright (c) 2017 ChriCo.
51+
Copyright (c) since 1987 ChriCo.
5252

53-
ChriCo Fields code is licensed under [MIT license](https://opensource.org/licenses/MIT).
53+
ChriCo Fields code is licensed under [GNU General Public License v3.0](/LICENSE).
5454

5555
```
5656
_____ _ _ _____

0 commit comments

Comments
 (0)