Skip to content

Commit 69611b0

Browse files
committed
Update changelog
1 parent 2bf86d9 commit 69611b0

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
## [2.4.13](https://github.com/wp-papi/papi/releases/tag/v2.4.13) - 2016-03-19
44

5+
### Fixed
6+
57
* Fixed: Box options didn't work when no properties exists in the box.
68
* Fixed: Some properties that was stored in options table did return null from `papi_get_option`, mostly flexible and repeater.
79
* Fixed: Object cache issue with options fields that did get post id instead of zero that options should have.
810
* Fixed: Check for registered directories before they are used.
911
* Fixed: Double fields issue for any field when using `papi_get_field` in hooks that fires earlier then `admin_init` [#153](https://github.com/wp-papi/papi/issues/153).
1012

13+
### Removed
14+
15+
* Removed: `papi_get_all_page_types` had a broken cache that didn't work as it should when you have more than one Papi directory it will not load all types.
16+
1117
## [2.4.12](https://github.com/wp-papi/papi/releases/tag/v2.4.12) - 2016-03-08
1218

1319
* Fixed: PHP Notice/Object issue for relationship when using custom relationship data.
@@ -40,28 +46,28 @@
4046

4147
## [2.4.6](https://github.com/wp-papi/papi/releases/tag/v2.4.6) - 2015-11-11
4248

43-
## Added
49+
### Added
4450

4551
* Added: Support for loading template files from a child theme if it exists.
4652

47-
## Fixed
53+
### Fixed
4854

4955
* Fixed: Empty value didn't show as it should when flexible had more then 9 fields.
5056

5157
## [2.4.5](https://github.com/wp-papi/papi/releases/tag/v2.4.5) - 2015-11-09
5258

53-
## Fixed
59+
### Fixed
5460

5561
* Fixed: Option will save on `admin_init` now since link property use `url_to_postid` and calling it to early didn't work.
5662
* Fixed: Output for link property when saved in option table.
5763

5864
## [2.4.4](https://github.com/wp-papi/papi/releases/tag/v2.4.4) - 2015-11-04
5965

60-
## Added
66+
### Added
6167

6268
* Added: `_self` as default target value for link property.
6369

64-
## Fixed
70+
### Fixed
6571

6672
* Fixed: Link property will deleted values when removing a link.
6773
* Fixed: Flexible empty values did not work because wrong regex.

0 commit comments

Comments
 (0)