You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2022. It is now read-only.
**License:**[GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
13
13
14
14
[](https://travis-ci.org/xwp/wp-customize-snapshots)[](https://coveralls.io/github/xwp/wp-customize-snapshots)[](http://gruntjs.com)[](https://david-dm.org/xwp/wp-customize-snapshots#info=devDependencies)
@@ -87,15 +87,27 @@ if ( ! $bypass_object_cache ) {
87
87
88
88
## Changelog ##
89
89
90
+
### 0.5.2 - 2016-08-17 ###
91
+
* Fixed: Prevent enqueueing frontend JS in the customizer preview. This was erroneously causing the customize_snapshot_uuid param to get injected into links in the preview. See [#80](https://github.com/xwp/wp-customize-snapshots/pull/80).
92
+
* Fixed: Ensure that Update button gets disabled and reset to Save once changes have been published. See [#83](https://github.com/xwp/wp-customize-snapshots/pull/83).
93
+
94
+
See full commit log: [`0.5.1...0.5.2`](https://github.com/xwp/wp-customize-snapshots/compare/0.5.0...0.5.1)
95
+
96
+
Issues in milestone: [`milestone:0.5.2`](https://github.com/xwp/wp-customize-snapshots/issues?q=milestone%3A0.5.2)
* Added: Pass `Customize_Snapshot` instance as second param to `customize_snapshot_save` filter. See [#77](https://github.com/xwp/wp-customize-snapshots/pull/77).
91
102
* Fixed: Restrict user from publishing or scheduling a snapshot unless they can `customize_publish`. See [#74](https://github.com/xwp/wp-customize-snapshots/pull/74).
92
103
* Fixed: Fix logic for when to show the snapshot publish error admin notice and show underlying error codes when there are validity errors. See [#79](https://github.com/xwp/wp-customize-snapshots/pull/79).
93
104
94
-
See full commit log: [`0.5.0...0.5.1`](https://github.com/xwp/wp-customize-posts/compare/0.5.0...0.5.1)
105
+
See full commit log: [`0.5.0...0.5.1`](https://github.com/xwp/wp-customize-snapshots/compare/0.5.0...0.5.1)
95
106
96
107
Issues in milestone: [`milestone:0.5.1`](https://github.com/xwp/wp-customize-snapshots/issues?q=milestone%3A0.5.1)
97
108
98
109
Props: Utkarsh Patel (<ahref="https://github.com/PatelUtkarsh"class="user-mention">@PatelUtkarsh</a>), Luke Gedeon (<ahref="https://github.com/lgedeon"class="user-mention">@lgedeon</a>), Weston Ruter (<ahref="https://github.com/westonruter"class="user-mention">@westonruter</a>)
110
+
99
111
### 0.5.0 - 2016-08-11 ###
100
112
Added:
101
113
@@ -125,7 +137,7 @@ Removed:
125
137
126
138
* The <code>scope</code> parameter has been removed, as has storing non-<code>dirty</code> settings in a snapshot. (<ahref="https://github.com/xwp/wp-customize-snapshots/pull/59"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-snapshots/issues/59"data-id="164943805" >#59</a>)
127
139
128
-
See full commit log: [`0.4.0...0.5.0`](https://github.com/xwp/wp-customize-posts/compare/0.4.0...0.5.0)
140
+
See full commit log: [`0.4.0...0.5.0`](https://github.com/xwp/wp-customize-snapshots/compare/0.4.0...0.5.0)
129
141
130
142
Issues in milestone: [`milestone:0.5.0`](https://github.com/xwp/wp-customize-snapshots/issues?q=milestone%3A0.5.0)
@@ -64,11 +64,24 @@ if ( ! $bypass_object_cache ) {
64
64
65
65
== Changelog ==
66
66
67
+
= 0.5.2 - 2016-08-17 =
68
+
69
+
* Fixed: Prevent enqueueing frontend JS in the customizer preview. This was erroneously causing the customize_snapshot_uuid param to get injected into links in the preview. See [#80](https://github.com/xwp/wp-customize-snapshots/pull/80).
70
+
* Fixed: Ensure that Update button gets disabled and reset to Save once changes have been published. See [#83](https://github.com/xwp/wp-customize-snapshots/pull/83).
71
+
72
+
See full commit log: [`0.5.1...0.5.2`](https://github.com/xwp/wp-customize-snapshots/compare/0.5.0...0.5.1)
73
+
74
+
Issues in milestone: [`milestone:0.5.2`](https://github.com/xwp/wp-customize-snapshots/issues?q=milestone%3A0.5.2)
* Added: Pass `Customize_Snapshot` instance as second param to `customize_snapshot_save` filter. See [#77](https://github.com/xwp/wp-customize-snapshots/pull/77).
68
81
* Fixed: Restrict user from publishing or scheduling a snapshot unless they can `customize_publish`. See [#74](https://github.com/xwp/wp-customize-snapshots/pull/74).
69
82
* Fixed: Fix logic for when to show the snapshot publish error admin notice and show underlying error codes when there are validity errors. See [#79](https://github.com/xwp/wp-customize-snapshots/pull/79).
70
83
71
-
See full commit log: [`0.5.0...0.5.1`](https://github.com/xwp/wp-customize-posts/compare/0.5.0...0.5.1)
84
+
See full commit log: [`0.5.0...0.5.1`](https://github.com/xwp/wp-customize-snapshots/compare/0.5.0...0.5.1)
72
85
73
86
Issues in milestone: [`milestone:0.5.1`](https://github.com/xwp/wp-customize-snapshots/issues?q=milestone%3A0.5.1)
74
87
@@ -104,7 +117,7 @@ Removed:
104
117
105
118
* The <code>scope</code> parameter has been removed, as has storing non-<code>dirty</code> settings in a snapshot. (<a href="https://github.com/xwp/wp-customize-snapshots/pull/59" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-snapshots/issues/59" data-id="164943805" >#59</a>)
106
119
107
-
See full commit log: [`0.4.0...0.5.0`](https://github.com/xwp/wp-customize-posts/compare/0.4.0...0.5.0)
120
+
See full commit log: [`0.4.0...0.5.0`](https://github.com/xwp/wp-customize-snapshots/compare/0.4.0...0.5.0)
108
121
109
122
Issues in milestone: [`milestone:0.5.0`](https://github.com/xwp/wp-customize-snapshots/issues?q=milestone%3A0.5.0)
0 commit comments