Merged
Conversation
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.
This pull request includes a version update for the
Insert Codes - The Code Snippets Manager for WordPressplugin and adds support for inner style elements. The most important changes include updating the version number across various files and adding support for inner style elements in the allowed HTML tags.Version update:
insert-codes.php: Updated the plugin version from1.4.0to1.5.0. [1] [2]languages/insert-codes.pot: Updated the project version and POT creation date.package.json: Updated the package version from1.4.0to1.5.0.readme.txt: Updated the stable tag version from1.4.0to1.5.0and added a changelog entry for version1.5.0. [1] [2]Support for inner style elements:
includes/functions.php: Addedstyletag withtype,media, andsrcattributes to the allowed HTML tags in theinsertcodes_get_allowed_htmlfunction.Add support for the ability to add inner style.