Skip to content

Commit

Permalink
Ready for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Nov 16, 2017
1 parent 49c89ba commit 97ccdb8
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules/
.DS_Store
Thumbs.db
*.sh
.gitconfig
10 changes: 9 additions & 1 deletion README.md
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/)
2 changes: 1 addition & 1 deletion attachment-slug.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Plugin Name: Attachment Slug
* Plugin Name: Attachment Slugs for WordPress
* Plugin URI: https://wordpress.org/plugins/attachment-slug/
* Description: Enables you to add an attachment slug allowing the attachment posts to have it's own URL structure.
* Version: 0.0.2
Expand Down
21 changes: 17 additions & 4 deletions readme.txt
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]&currency_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
Expand All @@ -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:
Expand All @@ -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.

0 comments on commit 97ccdb8

Please sign in to comment.