Skip to content

Releases: wp-forge/helpers

2.0.1

24 Oct 15:28
be36209

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0...2.0.1

2.0

06 Jan 13:15

Choose a tag to compare

2.0

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

Choose a tag to compare

Fix issue with file autoloader

Version 1.1.0

15 Jul 11:38

Choose a tag to compare

Added data_get() and data_set() functions.

Version 1.0

17 Mar 14:38

Choose a tag to compare

Initial release.