Skip to content

1.5.3.2

Choose a tag to compare

@varunsridharan varunsridharan released this 29 Jul 01:43
· 6 commits to master since this release
6a0e552

Added

  • DB Save Hook Support For Settings & Network Settings Module
  • set_unique function in Unique Trait
  • set_module function in Module Trait
  • new object Trait created
  • Custom Save Handler For Every Module.
  • Action : wponion/metabox/render/before
  • Action : wponion/metabox/render/{$this->unique()}/before
  • Action : wponion/metabox/render/{$this->unique()}/after
  • Action : wponion/metabox/render/after
  • Custom Class Option In Admin Page Module
  • Notification Bubble Support In Admin Page Module
  • Menu Separator Support In Admin Page Module

Fixed

  • Taxonmy Register Issue . fixed by changing $this->taxonomy to $this->unique()
  • CSS Tab layout z-index
  • Ajax issue with metabox saving

Changed

  • Bump [@wordpress/hooks] from 2.8.0 to 2.9.0
  • Bump [@popperjs/core] from 2.4.2 to 2.4.4
  • Bump [tippy.js] from 6.2.3 to 6.2.5
  • Bump [sweetalert2] from 9.15.1 to 9.17.0
  • Bump [css-checkbox-library] from 1.5.1 to 1.5.2

Removed

  • Deleted local function calls added by mistake