Wponion Versions Save

~ Lightweight, Flexible & Rapid WP Development Framework ~

1.5

4 years ago

Added

  • Hook Priority option in taxonomy
  • WPONION_PLUGIN_FILE constant in plugin file.
  • Deprecation handlers for (Function,Actions,Filters)
  • Nested Array Support for Class_Options Trait
  • Option to have external links in Admin Page Module
  • Changes Browser URL when click tab in settings page (useful if everything loads in a single page)
  • is empty check with array wponion_is_array
  • Created Storage Handlers which interacts with wordpress DB.
  • Action : "wponion/{$this->module()}/get/before"
  • Action : "wponion/{$this->module()}/{$this->unique()}/get/before"
  • Action : "wponion/{$this->module()}/{$this->unique()}/get/after"
  • Action : "wponion/{$this->module()}/get/after"
  • Action : "wponion/{$this->module()}/save/before"
  • Action : "wponion/{$this->module()}/{$this->unique()}/save/before"
  • Action : "wponion/{$this->module()}/{$this->unique()}/save/after"
  • Action : "wponion/{$this->module()}/save/after"
  • Filters : "wponion/{$this->module()}/get/values"
  • Filters : "wponion/{$this->module()}/{$this->unique()}/get/values"
  • Filters : "wponion/{$this->module()}/save/values"
  • Filters : "wponion/{$this->module()}/{$this->unique()}//save/values"
  • Function : wponion_cast_array
  • Function : wponion_has_column_class
  • Function : wponion_parse_args_mixed
  • Function : wponion_parse_args_forced_values
  • Function : wponion_cast_array
  • Function : wponion_define
  • Function : wponion_is_defined
  • Function : wponion_is_set
  • Function : wponion_is_version

Fixed

Changed

  • Bump [sweetalert2] from 9.10.12 to 9.14.0
  • Reworked Admin Notice Module and changed all function names to match wponion format
  • Moved Setup folder from core/ to /
  • Moved Some Internal Options Arg to data folder
  • Moved builder Files From Root To includes/
  • Moved Templates From Root To includes/
  • Moved module-fields from Root to includes/
  • Moved fields from Root to includes/
  • Moved integrations from core/ to includes/
  • Cleanup done for core/helpers and moved to core/functions
  • Renamed Certain Files With Proper Prefix
  • 24+ Deprecated Action
  • 16+ Deprecated Filters
  • Deprecated Function wpo_help use wponion_tooltip
  • Deprecated Function wponion_validate_bool_val use wponion_is_bool_val
  • Deprecated Function wponion_get_field_class_remap use wponion_field_class_remaps
  • Deprecated Function wponion_get_registry_instance
  • Deprecated Function wponion_is use wponion_is_instance
  • Deprecated Function wponion_field_debug use wponion_is_field_debug
  • Refactor for all modules and rearranged in its proper folder.
  • Base Unique Returns Unique Value if Base Unique not exists.

Removed

  • Autoloader's Instance
  • if(class_exists()),if(trait_exists()),if(interface_exists()) checks

1.4.6

4 years ago

Fixed

  • WooCommerce Localizer Issue (Not Properly Loading)
  • Accordion Style In WC Metabox
  • Tab Dependency Issue
  • Content Field Warning #234

Added

  • All Modules in WPOnion Can Provide An Option To Load Custom Assets via "assets" => "your-asset" in module argument.
  • Function ->section it can be used instead of ->container inside tab field
  • ACTION wponion_query_database
  • ACTION wponion_{module_slug}_db_save_before
  • ACTION wponion_{module_slug}_db_save_after
  • FILTER wponion_ajax_wp_query_results
  • FILTER wponion_wp_query_result
  • FILTER wponion_query_args
  • NEW add_field Method In Builder
  • wponion-inline-dependency option
  • image_sizes WP Query Data Option.
  • user_roles WP Query Data Option.
  • capabilities WP Query Data Option.

Changed

  • Deprecated field Method In Builder
  • Deprecated ->container inside tab field
  • Switcher style prefix changed from ckbx- to wpock-
  • Moved custom asset loader functions from admin-page module to wponion_load_asset
  • Rearranged Arguments for wpo_user_meta,wpo_post_meta
  • Bump [css-checkbox-library] from 1.4.0 to 1.5.1
  • Bump [tippy.js] from 6.2.0 to 6.2.3
  • Bump [@popperjs/core] from 2.3.3 to 2.4.0
  • Bump [jquery] from 3.4.1 to 3.5.1

Removed

  • load_from_existing from builder
  • .wponion-framework prefxed style changed from (.wponion-framework.wponion-module-settings) to (.wponion-module-settings) in css
  • .wponion-framework prefxed style changed from (.wponion-framework.wponion-element-accordion) to (.wponion-element-accordion) in css

1.4.5.3

4 years ago

Fixed

  • Bootstrap Style issue with Porto Theme #221

Changed

  • Bump [@wordpress/hooks] from 2.7.0 to 2.8.0
  • Bump [WPOnion Icons] from 1.0.0' to 1.0.3`
  • Bump [tippy.js] from 6.1.1 to 6.2.0
  • Bump [@wponion/flexboxgrid2 ]from 1.0.1 to 1.0.2
  • Bump [@popperjs/core] from 2.3.2 to 2.3.3
  • Moved Alerts CSS From normal to wpo- prefixed
  • Moved Jumbotron css from normal to wpo- prefixed
  • Moved table css from normal to wpo- prefixed
  • Combined Multiple media query for the same style into 1.

Removed

  • .wponion-element prefix for each element's style remvoed to reduce css file size
  • wponion-plugins.css file combined to wponion-base.css and removed.

1.4.5.2

4 years ago

Changed

  • Improved Settings Page / Metabox Menu Navtion Easy.
  • Improved PHP Documentation.
  • Bump [@popperjs/core] from 2.2.1 to 2.3.2
  • Bump [sweetalert2] from 9.10.9 to 9.10.12

Fixed

  • select2 CSS Bug Fixed.
  • query_args in \WPO\Container callback fixed.

Removed

  • Deleted All \WPO\Field Get method's comments.

1.4.5.1

4 years ago

Changed

  • Bump [sweetalert2] from 9.10.8 to 9.10.9
  • Bump [popper.js] from 2.1.1 to 2.2.1
  • Bump [WPOnion Icons] from 1.0.1 to 1.0.2
  • Bump [tippy.js] from 6.1.0 to 6.1.1

1.4.5

4 years ago

Fixed

  • Multiple Ajax Request when using CTRL+S
  • Warning When Direct CSS Added $field->parse('color:red'); fixed.
  • Updated WPOnion to use wp_nav_menu_item_custom_fields hook instead of custom walker if wordpress version is 5.4 =>

Changed

  • Bump [sweetalert2] from 9.10.7 to 9.10.8
  • Bump [WPOnion Icons] from 1.0.0' to 1.0.1`
  • button Field type changed to UI
  • modal Field type changed to UI
  • wp_list_table Field type changed to UI

1.4.4

4 years ago

Added

  • Option to set custom css style per field $field->css('font-size:12px;')

Fixed

  • Responsive Field styles.

Changed

  • Column Layout changed for all field types
  • Bump [sweetalert2] from 9.10.6 to 9.10.7

1.4.3

4 years ago

Added

  • WPOnion Icon Library
  • Bootstrap Style WP-List Table
  • Added Markdown for tooltips.

Changed

  • Bump [sweetalert2] from 9.10.5 to 9.10.6

1.4.2

4 years ago

Added

  • Array Access Trait For ArrayAccess
  • Array Iterator Trait For Iterator
  • New Field Dependency Plugin WPOnion_DependOn
  • Fieldset & Accordion dependency support
  • Shortcut Key Press (CTRL + S) to save settings

Fixed

  • TAB Field CSS Fixes.

Changed

  • Bump [sweetalert2] from 9.10.3 to 9.10.5

Removed

  • Removed Group Field dependency support due to nested issues

1.4.1

4 years ago

Fixed

  • Removed ob_flush(); because of nested output buffering issue
  • Field button_set now works well with wpo-btn-{status} css class
  • Fixed Some Field's CSS Issue

Changed

  • Bump [popper.js] from 1.16.0 to 2.1.1
  • Bump [@wordpress/hooks] from 2.6.0 to 2.7.0
  • Bump [sweetalert2] from 9.4.3 to 9.10.3
  • Bump [tippy.js] from 5.1.2 to 6.1.0
  • Bump [acorn] from 5.7.3 to 5.7.4
  • WPOnion Core Assets CDN Version To 1.3.9
  • Migrated WPOnion To New Icon Set.

Added

Removed

  • Old WPOnion Icon Fonts.