-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flint 1.5.0 #213
Merged
Flint 1.5.0 #213
Conversation
This file contains 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
Merge from master
Pull request
Pull request
Pull request
Pull request
Pull request
Pull request
Pull request
Pull request
Pull request
Improve `@since` tags
Pull request
Pull request
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:
npm
supportgrunt
supportPrepare Flint for Matchstix
Classes inventory
All classes were moved from inside another file to its own file in the
inc
directory. They were also renamed in the process.Deprecated classes will NOT be ported to Matchstix or included in Flint 2.0.
./inc/*
)./inc/*
)Flint_Customize_Control_Textarea
/class-customize-control-textarea.php
Flint_Customize_TextArea_Control
/customizer.php
Flint_Walker_Comment
/class-walker-comment.php
Flint_Walker_Nav_Menu_Navbar
/class-walker-nav-menu-navbar.php
Flint_Bootstrap_Menu
/class-flint-bootstrap-menu.php
New functions
flint_color_darken
flint_color_hex
flint_color_hsl
flint_color_lighten
flint_deprecated_parameter
flint_edit_comment_link
flint_get_the_post_thumbnail
flint_options
flint_options_colors
flint_options_defaults
flint_post_margin
flint_post_width
flint_post_width_class
Deprecated functions
Some functions were deprecated; they will trigger an error message and return the replacement function. Deprecated functions will NOT be ported to Matchstix or included in Flint 2.0.
flint_admin_header_image
flint_admin_header_style
flint_avatar
get_the_avatar
flint_comment
Flint_Walker_Comment
flint_darken
flint_color_darken
flint_header_style
flint_get_colors
flint_options_colors
flint_get_option_defaults
flint_options_defaults
flint_get_options
flint_options
flint_get_sidebar_template
flint_post_width
,flint_post_width_class
, andflint_post_margin
flint_get_spacer
flint_post_margin
flint_get_template
flint_post_width
,flint_post_width_class
, andflint_post_margin
flint_hex_hsl
flint_color_hsl
flint_hsl_hex
flint_color_hex
flint_lighten
flint_color_lighten
Comments
We did a major overhaul with comments: