Skip to content

Releases: wearenolte/wp-cpt

Add PHP 8.2 support

19 Nov 19:02
a634957

Choose a tag to compare

Update composer, PHP libraries and code for deprecated warnings

What's Changed

Full Changelog: 1.0.4...1.0.5

CodeSniffer version update

21 Dec 19:02
cb9c54c

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

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

Choose a tag to compare

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

Update on the docs

25 Apr 01:37

Choose a tag to compare

Update on the docs to match the new package name.

Update namespaces

25 Apr 00:41

Choose a tag to compare

Update from leean to lean namespace and package.

Fixes on class name

30 Mar 23:14

Choose a tag to compare

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