Skip to content

Commit aad2520

Browse files
committed
Bump version
1 parent 9b40daa commit aad2520

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Papi Changelog
22

3+
## [3.1.15](https://github.com/wp-papi/papi/releases/tag/v3.1.15) - 2016-10-06
4+
5+
* Fixed: Expression issues with TinyMCE in flexibles and repeaters [#196](https://github.com/wp-papi/papi/issues/196).
6+
* Fixed: Dot files should not be loaded if exists in types directories [#193](https://github.com/wp-papi/papi/issues/193).
7+
* Fixed: Cache issue when a repeater is a child property to a flexible.
8+
39
## [3.1.14](https://github.com/wp-papi/papi/releases/tag/v3.1.14) - 2016-09-23
410

511
* Fixed: Browser issue with `selected` attribute.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "papi",
3-
"version": "3.1.14",
3+
"version": "3.1.15",
44
"repository": "wp-papi/papi",
55
"description": "WordPress Page Type API with custom fields",
66
"author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",

papi-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Page Type API with custom fields
66
* Author: Fredrik Forsmo
77
* Author URI: https://frozzare.com
8-
* Version: 3.1.14
8+
* Version: 3.1.15
99
* Plugin URI: https://wp-papi.github.io
1010
* Textdomain: papi
1111
* Domain Path: /languages/

0 commit comments

Comments
 (0)