Skip to content

Commit 764dccc

Browse files
committed
Merge pull request #12 from seb86/dev
Version 1.4.2
2 parents 555e1fd + 8091fdb commit 764dccc

24 files changed

+551
-196
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.2 (31st July 2015)
2+
* Added two languages for localizing the plugin settings page. Français (French)(France) and Româna (Romanian).
3+
14
## 1.4.1 (13th June 2015)
25
* Added many action hooks in template file 'content-partial.php' - See documentation for list of hooks.
36
* Removed an error from the admin side when debug is enabled.

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Auto Load Next Post is a lightweight plugin that simply loads the previous post,
1212
Not only that, it updates your web history by manipulating the web address and page title. This allows you to return to any post you have looked at in your browser history. When you refresh the page, the page will take you to the post you were viewing last.
1313

1414
### Features
15-
* Can use action hooks to load content before and after the next post has loaded. - NEW in v1.4.1
15+
* Can use action hooks to load content before and after the next post has loaded.
1616
* Can restrict it to load only on specific post types.
1717
* You now have the option to hide the comments if you wish.
1818
* Track each post load with Google Analytics. ( Requires Google Analytics to be applied for this to work. )
@@ -21,19 +21,27 @@ Not only that, it updates your web history by manipulating the web address and p
2121
Documentation, for this plugin, can be found at the GitHub repository [Wiki](https://github.com/seb86/Auto-Load-Next-Post/wiki).
2222

2323
### Contributing and reporting bugs
24-
You can contribute code to this plugin via GitHub: https://github.com/seb86/auto-load-next-post and localizations via Transifex: https://www.transifex.com/projects/p/auto-load-next-post/
24+
You can [contribute code](https://github.com/seb86/Auto-Load-Next-Post/blob/master/CONTRIBUTING.md) to this plugin via the [GitHub](https://github.com/seb86/Auto-Load-Next-Post/blob/master/CONTRIBUTING.md) repository and localizations are translated via [Transifex](https://www.transifex.com/projects/p/auto-load-next-post/).
2525

26-
### Support
27-
Use the WordPress.org forums for [community support](https://wordpress.org/support/plugin/auto-load-next-post). If you spot a bug, you can of course log it on [Github](https://github.com/seb86/Auto-Load-Next-Post/issues) instead where I can act upon it more efficiently.
26+
### Forum Support and Issue Reporting
27+
Use the WordPress.org forums for [community support](https://wordpress.org/support/plugin/auto-load-next-post). I will do my best to respond. You may get or see a response from someone who has a similar issue already posted. If you spot a bug, you can of course log it as an [issue](https://github.com/seb86/Auto-Load-Next-Post/issues) on [Github](https://github.com/seb86/Auto-Load-Next-Post/issues) instead where I can act upon it more efficiently.
2828

29-
If you need help with customization. Please consider [hiring me](http://www.sebastiendumont.com/hire-me/) to apply your website's customizations for this plugin.
29+
If you need help with any customizations for this plugin. Please consider [hiring me](http://www.sebastiendumont.com/hire-me/) to apply them.
3030

3131
### Demo Site
3232
Want to try it out? [Go to the demo site](http://demos.sebastiendumont.com/auto-load-next-post/) and view a post. Scroll down and see the plugin in action.
3333

34-
### Donations and Reviews
35-
To keep this plugin working and support many themes as possible, please consider making a [donation](http://www.sebastiendumont.com/donation/) or [write a review](https://wordpress.org/support/view/plugin-reviews/auto-load-next-post?rate=5#postform).
34+
### Support the plugin by Donations and Reviews
35+
To keep this plugin working and support as many themes as possible, please consider making a [donation](https://www.sebastiendumont.com/donation/) or simply [write a review](https://wordpress.org/support/view/plugin-reviews/auto-load-next-post?rate=5#postform) about it.
36+
37+
### Languages
38+
Auto Load Next Post is currently available in 3 languages with more on the way. The folks over at WP Translations handle the translations, and it's because of them that these translations are available. More are on the way and with your help they can be released quicker. If you would like to help translate, go to the [Transifex](https://www.transifex.com/projects/p/auto-load-next-post/) project.
39+
40+
#### Current Translations Available
41+
* English (US)
42+
* Français (French)(France)
43+
* Română (Romanian)
3644

3745
### More information
3846
* Other [WordPress plugins](http://profiles.wordpress.org/sebd86/) by [Sébastien Dumont](http://www.sebastiendumont.com/)
39-
* Contact Sebastien on Twitter: [@sebd86](http://twitter.com/sebd86)
47+
* Contact Sébastien on Twitter: [@sebd86](http://twitter.com/sebd86)

assets/css/admin/index.php

Lines changed: 0 additions & 2 deletions
This file was deleted.

assets/css/index.php

Lines changed: 0 additions & 2 deletions
This file was deleted.

assets/images/index.php

Lines changed: 0 additions & 2 deletions
This file was deleted.

assets/index.php

Lines changed: 0 additions & 2 deletions
This file was deleted.

assets/js/admin/index.php

Lines changed: 0 additions & 2 deletions
This file was deleted.

assets/js/chosen/index.php

Lines changed: 0 additions & 2 deletions
This file was deleted.

assets/js/frontend/auto-load-next-post.js.buggy

Lines changed: 0 additions & 143 deletions
This file was deleted.

assets/js/frontend/index.php

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)