Skip to content

Releases: wp-forge/helpers

2.0

06 Jan 13:15
Compare
Choose a tag to compare

Introduced a breaking change to the data_get() and data_set() functions. They are now name-spaced and use camel-case:

<?php

use function \WP_Forge\Helpers\dataGet;
use function \WP_Forge\Helpers\dataSet;

Version 1.1.1

15 Jul 11:42
Compare
Choose a tag to compare

Fix issue with file autoloader

Version 1.1.0

15 Jul 11:38
Compare
Choose a tag to compare

Added data_get() and data_set() functions.

Version 1.0

17 Mar 14:38
Compare
Choose a tag to compare

Initial release.