-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
node_modules/ | ||
.DS_Store | ||
Thumbs.db | ||
*.sh | ||
.gitconfig |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
# Attachment Slug | ||
# Attachment Slugs for WordPress | ||
|
||
Enables you to have a permalink for media attachments by allowing the attachment posts to have it’s own permalink URL structure. This makes the URLs more friendly and great for SEO results should you decide to index your attachment pages. | ||
|
||
#### Screenshot | ||
![Permalink Options for Attachments](https://raw.githubusercontent.com/seb86/Attachment-Slug/master/screenshot-1.png) | ||
|
||
### Plugin Support | ||
If you need support then please use the WordPress.org forums for [community support](https://wordpress.org/support/plugin/attachment-slug/). If you spot a bug, you can of course log it on this [repository](https://github.com/seb86/Attachment-Slug/issues) instead where I can act upon it more efficiently. | ||
|
||
### Support Sébastien's Open Source Projects! | ||
If you'd like me to keep producing free and open source software or if you use this plugin and find it useful then please consider [paying for an hour](https://www.paypal.me/CodeBreaker/100eur) of my time. I'll spend two hours on open source for each contribution. | ||
|
||
You can find more of my Free and Open Source [WordPress plugins](http://profiles.wordpress.org/sebd86/) on [WordPress.org](http://profiles.wordpress.org/sebd86/) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
=== Attachment Slug === | ||
=== Attachment Slugs for WordPress === | ||
Contributors: sebd86 | ||
Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]¤cy_code=&amount=&return=&item_name=Buy+me+a+coffee+for+an+awesome+WordPress+plugin | ||
Donate Link: https://sebastiendumont.com/plugin/attachment-slug/ | ||
Tags: attachment, attachments, attachment slug, page slug, image slug, image url, permalinks, custom permalinks | ||
Requires at least: 4.0 | ||
Tested up to: 4.8.2 | ||
Tested up to: 4.9 | ||
Stable tag: 0.0.2 | ||
License: GPLv2 or later | ||
License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||
|
@@ -22,6 +22,18 @@ If you would like to translate the plugin, you can do so via [Transifex](https:/ | |
|
||
You can [contribute code](https://github.com/seb86/Attachment-Slug/blob/master/.github/CONTRIBUTING.md) to this plugin via the [GitHub](https://github.com/seb86/Attachment-Slug/blob/master/.github/CONTRIBUTING.md) repository. | ||
|
||
= Support = | ||
Use the WordPress.org forums for [community support](https://wordpress.org/support/plugin/attachment-slug). If you spot a bug, you can of course log it on [Github](https://github.com/seb86/Attachment-Slug/issues) instead where I can act upon it more efficiently. | ||
|
||
= Please Leave a Review = | ||
Your ratings make a big difference. If you like Attachment Slug, please consider spending a minute or two [leaving a review](https://wordpress.org/support/plugin/attachment-slug/reviews/?rate=5#postform) and tell me what you think about the plugin. | ||
|
||
**More information** | ||
|
||
- Other [WordPress plugins](http://profiles.wordpress.org/sebd86/) by [Sébastien Dumont](https://sebastiendumont.com/) | ||
- Contact Sébastien on Twitter: [@sebd86](http://twitter.com/sebd86) | ||
- If you're a developer yourself, follow or contribute to the [Attachment Slug plugin on GitHub](https://github.com/seb86/Attachment-Slug) | ||
|
||
== Installation == | ||
|
||
Installing "Attachment Slug" can be done either by searching for "Attachment Slug" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps: | ||
|
@@ -44,9 +56,10 @@ Automatic updates should work like a charm; as always though, ensure you backup | |
|
||
== Changelog == | ||
|
||
= v0.0.2 - ?/10/2017 | ||
= v0.0.2 - 16/11/2017 | ||
* FIXED: Attachment base option when saving the permalinks. | ||
* FIXED: Undefined variable in permalink-settings.php | ||
* RENAMED: Plugin name for better SEO results. | ||
|
||
= v0.0.1 - 27/02/2016 = | ||
* Initial Version. |