Skip to content

Releases: wearenolte/wp-cpt

CodeSniffer version update

21 Dec 19:02
cb9c54c
Compare
Choose a tag to compare
Merge pull request #12 from wearenolte/update-view_item-format-string

* Update composer and PHP libraries
* Require PHP >=7.2 ore >=8.0
* Update 'view_item' format string, %S is not valid for sprintf.

Add PHP 8.0 support

16 Dec 15:47
Compare
Choose a tag to compare
  • Update composer and PHP libraries
  • Require PHP >=7.4 or >=8.0

Fix arguments being overwritten

25 Aug 19:21
Compare
Choose a tag to compare

Prevent the overwritten of the args by the default values instead.

Update on the docs

25 Apr 01:37
Compare
Choose a tag to compare

Update on the docs to match the new package name.

Update namespaces

25 Apr 00:41
Compare
Choose a tag to compare

Update from leean to lean namespace and package.

Fixes on class name

30 Mar 23:14
Compare
Choose a tag to compare

The previous version was not following PSR4 during the class definition of a new endpoint.