Releases: JoryHogeveen/widget-subtitles
Releases · JoryHogeveen/widget-subtitles
1.2.1
- Enhancement: Improve updating subtitles to reflect WordPress default title.
- Compatibility: Tested with WordPress 5.3.
Detailed info: PR on GitHub
1.2
- Feature: New filter:
widget_subtitle
to change the subtitle for a widget. Similar to WP'swidget_title
. - Feature: New filter:
widget_subtitles_add_subtitle
to allow custom subtitle location handlers. - Enhancement: Extended filter:
widget_subtitles_available_locations
now allows custom locations. - Enhancement: Make use of
wp_get_sidebars_widgets()
instead of a global to get the related sidebar ID from a widget instance. - Documentation: Created a wiki on GitHub.
Detailed info: PR on GitHub
1.1.4.1
- Fix: PHP notice.
1.1.4
- Enhancement: Form JS handling.
- Enhancement: Add support links on plugins overview page.
- Maintenance: Updated to CodeClimate v2.
Detailed info: PR on GitHub
1.1.3
- Feature: New filter
widget_subtitles_available_locations
. Overwrites the available locations for a widget. - Enhancement: Add fourth
WP_Widget
object parameter to thewidget_subtitles_element
andwidget_subtitles_classes
filters. - Enhancement: JavaScript improvements.
- Compatibility: Tested with WordPress 4.9.
Detailed info: PR on GitHub
1.1.2
- Feature: New filter
widget_subtitles_default_location
. Sets the default location for subtitles. - Feature: New filter
widget_subtitles_edit_location_capability
. Change the capability required to modify subtitle locations. #8 - Enhancement: Fix CodeClimate coding standards issues.
- Screenshots added
Detailed info: PR on GitHub
1.1.1
- Maintenance: Add CodeClimate config
- Enhancement: Fixed code inspections from CodeClimate.
- Compatibility: Tested with WordPress 4.8.
Detailed info: PR on GitHub
1.1
- Enhancement: Add extra parameters to the filter hooks.
NOTE: Release modified on wp.org. (quickfix class name widget-subtitle
)
Detailed info: PR on GitHub
1.0.1
- Enhancement: Update magic method error strings for translations
- Enhancement: Update textdomain hook.
Detailed info: PR on GitHub
1.0
First version