@@ -5,6 +5,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ # [ 1.5.3.2] - 23/07/2020
9+ ## Added
10+ * DB Save Hook Support For Settings & Network Settings Module
11+ * ` set_unique ` function in ** Unique** Trait
12+ * ` set_module ` function in ** Module** Trait
13+ * new ` object ` Trait created
14+ * Custom Save Handler For Every Module.
15+ * ** Action :** ` wponion/metabox/render/before `
16+ * ** Action :** ` wponion/metabox/render/{$this->unique()}/before `
17+ * ** Action :** ` wponion/metabox/render/{$this->unique()}/after `
18+ * ** Action :** ` wponion/metabox/render/after `
19+ * Custom Class Option In Admin Page Module
20+ * Notification Bubble Support In Admin Page Module
21+ * Menu Separator Support In Admin Page Module
22+
23+ ## Fixed
24+ * Taxonmy Register Issue . fixed by changing ` $this->taxonomy ` to ` $this->unique() `
25+ * ** CSS** Tab layout ` z-index `
26+ * Ajax issue with metabox saving
27+
28+ ## Changed
29+ * Bump [ @wordpress/hooks ] from ` 2.8.0 ` to ` 2.9.0 `
30+ * Bump [ @popperjs/core ] from ` 2.4.2 ` to ` 2.4.4 `
31+ * Bump [ tippy.js] from ` 6.2.3 ` to ` 6.2.5 `
32+ * Bump [ sweetalert2] from ` 9.15.1 ` to ` 9.17.0 `
33+ * Bump [ css-checkbox-library] from ` 1.5.1 ` to ` 1.5.2 `
34+
35+ ## Removed
36+ * Deleted local function calls added by mistake
37+
38+
839# [ 1.5.3.1] - 23/06/2020
940## Fixed
1041* Custom Template Tags Not Working In Selectbox
@@ -952,6 +983,7 @@ Migrated From WordPress VIP Coding Standards To WordPress Core Coding Standards.
9529838 . WP Module - Settings Page
953984
954985---
986+ [ 1.5.3.2 ] : https://github.com/wponion/wponion/releases/tag/1.5.3.2
955987[ 1.5.3.1 ] : https://github.com/wponion/wponion/releases/tag/1.5.3.1
956988[ 1.5.3 ] : https://github.com/wponion/wponion/releases/tag/1.5.3
957989[ 1.5.2 ] : https://github.com/wponion/wponion/releases/tag/1.5.2
0 commit comments