This repository was archived by the owner on Apr 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Update readme.txt and README.md #34
Merged
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
Adds documentation of the WP-CLI commands for migrating and reverting img shortcodes.
Adds an example showing use of one of the plugin's filters.
Tried to find a fenced code block syntax tha wp_readme_to_markdown could handle, and also removed bolds inside of italics -- Markdown was chewing those up in really weird ways.
README.md
Outdated
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you call this subhead Installation so it appears on WordPress.org?
Contributor
|
Looks pretty good — left some comments. |
Reorganizes the readme file to use the sections displayed on wordpress.org/plugins
Contributor
Author
|
Good catches. The cli command name makes much more sense. I'll rename the |
The command name should be `image-shortcake` for consistency with other plugin-enabled CLI commands. Also, changed subcommand naming structure to `migrate`/`revert`, rather than `update`/`???`.
Adds screenshots of the plugin's shortcode UI and the editor preview.
danielbachhuber
pushed a commit
that referenced
this pull request
May 19, 2015
Update readme.txt and README.md
Contributor
|
🍰 |
goldenapples
added a commit
that referenced
this pull request
May 19, 2015
Follow the much better naming conventions established in #34.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Adds sections about how to use the plugin, how we use it at Fusion, and data migration.
See #9