Conversation
Merge from master
Pull request
Pull request
Pull request
Pull request
Broadcast Feed development
Final touches
Pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
The goals for this update were:
npmsupportgruntsupportphpcstogruntcsscombtogruntbootstrap.phpbroadcast.phpclass-walker-nav-menu-list-group.phpclass-widget-button.phpclass-widget-link.phpclass-widget-list-group.phpclass-widget-random-quote.phpdeprecated.phpoptions.phpquotes.phpshortcodes.phpslides.phpsocial-media.phpsteel.phpteams.phptemplates.phpwidgets.phpBug fixes
Prepare Steel for Matchstix
Classes inventory
All classes were moved from inside another file to its own file in a new
incdirectory. They were also renamed in the process.Deprecated classes will NOT be ported to Matchstick or included in Steel 2.0.
./inc/*)./*)Steel_Walker_Nav_Menu_List_Group/class-walker-nav-menu-list-group.phpSteel_Bootstrap_List_Group/bootstrap.phpSteel_Widget_Button/class-widget-button.phpSteel_Link_Widget/widgets.phpSteel_Widget_Link/class-widget-link.phpSteel_Link_Widget_Legacy/widgets.phpSteel_Widget_List_Group/class-widget-list-group.phpSteel_Nav_Menu_Widget/widgets.phpSteel_Widget_Random_Quote/class-widget-random-quote.phpSteel_Quotes_Widget/quotes.phpNote
For backwards compatibility, all of the widgets have duplicates; one of each has the old
classnameand one of each has the newclassname. The widgets with the oldclassnamewill be removed in Steel 2.0.New functions
steel_admin_enqueue_scriptssteel_broadcast_add_form_fieldssteel_broadcast_add_meta_boxessteel_broadcast_channel_datasteel_broadcast_channel_feed_rewritesteel_broadcast_channel_itunes_catsteel_broadcast_channel_savesteel_broadcast_channel_taxonomy_argssteel_broadcast_edit_form_fieldssteel_broadcast_feedsteel_broadcast_initsteel_broadcast_item_liststeel_broadcast_itunes_catssteel_broadcast_mediasteel_broadcast_post_type_argssteel_broadcast_savesteel_btn_likesteel_btn_pin_itsteel_btn_tweetsteel_deprecated_functionsteel_enqueue_scriptssteel_footersteel_module_statussteel_quotes_widgets_initsteel_settings_field_bootstrapsteel_settings_field_broadcaststeel_settings_field_fb_app_idsteel_settings_field_ga_idsteel_settings_field_slidessteel_settings_field_teamssteel_shortcode_alertsteel_shortcode_badgesteel_shortcode_btnsteel_shortcode_btn_groupsteel_shortcode_columnsteel_shortcode_glyphiconsteel_shortcode_labelsteel_shortcode_panelsteel_shortcode_panel_groupsteel_shortcode_progresssteel_shortcode_tooltipsteel_slides_add_meta_boxessteel_slides_post_type_argssteel_slides_savesteel_teams_add_meta_boxessteel_teams_profile_post_type_argssteel_teams_profile_savesteel_teams_team_taxonomy_argssteel_widgets_initDeprecated functions
Some external functions were deprecated; they will trigger an error message and return the replacement function. Some internal functions were deprecated, completely removed, and replaced.
Deprecated functions will NOT be ported to Matchstick or included in Steel 2.0.
is_flint_activeif ( function_exists( 'flint_function' ) )is_module_activesteel_module_statuslike_thissteel_btn_like_thispin_itsteel_btn_pin_itprofile_emailsteel_profile_metaprofile_phonesteel_profile_metaprofile_titlesteel_profile_metatweet_thissteel_btn_tweet_thisRemoved functions
Some internal functions were completely removed and replaced.
alert_shortcodebadge_shortcodebtn_shortcodebtn_group_shortcodecolumn_shortcodefb_app_id_fieldglyphicon_shortcodelabel_shortcodeload_bootstrap_fieldload_quotes_fieldload_shortcodes_fieldload_slides_fieldload_teams_fieldload_widgets_fieldpanel_shortcodepanel_group_shortcodeprogress_shortcoderemove_admin_barsave_steel_profilesave_steel_slidessteel_admin_scriptssteel_ga_scriptsteel_quotes_widgetssteel_scriptssteel_slides_meta_boxessteel_teams_initsteel_teams_meta_boxessteel_widgetstooltip_shortcodeNote
podcastfunctions not shown; replaced withbroadcastfunctionsBroadcast
Create audio or video series to display on website or publish on podcast feed
Note: This was originally going to be called the Podcast module, but has been renamed to Broadcast. The changes may or may not be reflected in the section below, but we are working on it. 😄
steel_broadcast) based on schema.org Creative Work Seriessteel_broadcast_channel) based on iTunes RSS channelEdit screen
Add media to series
attachmentAttachments can be attached to episode (i.e. PowerPoint, video, PDF)(see Feature: Multiple files per media series item #169)Items can be toggled to display details or just title and bottom bar (use(see Toggle Broadcast media items #176)dashicons-arrow-upanddashicons-arrow-down)Edit Podcast Channel
Media Series (which are collections of episodes) belong to Broadcast Channels. Each broadcast channel comes with an archive for display and a custom iTunes RSS feed available at
yoursite.com/feed/broadcast/{channel-slug}/.