Version Description
- 17/2/2013 =
- Minor update
Download this release
Release Info
Developer | satrya |
Plugin | Advanced Random Posts Widget |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- arpw.css +1 -0
- arpw.php +1 -1
- readme.txt +9 -3
arpw.css
CHANGED
@@ -18,6 +18,7 @@ License: GPLv2
|
|
18 |
}
|
19 |
|
20 |
.arpw-block a {
|
|
|
21 |
text-decoration: none;
|
22 |
}
|
23 |
|
18 |
}
|
19 |
|
20 |
.arpw-block a {
|
21 |
+
display: inline !important;
|
22 |
text-decoration: none;
|
23 |
}
|
24 |
|
arpw.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Advanced Random Posts Widget
|
4 |
Plugin URI: https://github.com/themephe/advanced-random-posts-widget
|
5 |
Description: Enables advanced random posts widget.
|
6 |
-
Version: 1.
|
7 |
Author: Satrya
|
8 |
Author URI: http://satrya.me
|
9 |
Author Email: satrya@satrya.me
|
3 |
Plugin Name: Advanced Random Posts Widget
|
4 |
Plugin URI: https://github.com/themephe/advanced-random-posts-widget
|
5 |
Description: Enables advanced random posts widget.
|
6 |
+
Version: 1.1
|
7 |
Author: Satrya
|
8 |
Author URI: http://satrya.me
|
9 |
Author Email: satrya@satrya.me
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: satrya
|
|
3 |
Tags: random posts, random, thumbnails, widget, widgets, sidebar, excerpt, multiple widgets
|
4 |
Requires at least: 3.4
|
5 |
Tested up to: 3.5
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -25,8 +25,11 @@ This plugin will enable a custom, fleksible and advanced random posts widget. Al
|
|
25 |
= Ugly Image Sizes =
|
26 |
This plugin creates custom image sizes. If you use images that were uploaded to the media library before you installed this plugin, please install [Regenerate Thumbnails](http://wordpress.org/extend/plugins/regenerate-thumbnails/) plugin to corrected the sizes.
|
27 |
|
28 |
-
= Support
|
29 |
-
|
|
|
|
|
|
|
30 |
|
31 |
== Installation ==
|
32 |
|
@@ -39,5 +42,8 @@ This plugin creates custom image sizes. If you use images that were uploaded to
|
|
39 |
|
40 |
== Changelog ==
|
41 |
|
|
|
|
|
|
|
42 |
= 1.0 - 10/2/2013 =
|
43 |
* Initial release
|
3 |
Tags: random posts, random, thumbnails, widget, widgets, sidebar, excerpt, multiple widgets
|
4 |
Requires at least: 3.4
|
5 |
Tested up to: 3.5
|
6 |
+
Stable tag: 1.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
25 |
= Ugly Image Sizes =
|
26 |
This plugin creates custom image sizes. If you use images that were uploaded to the media library before you installed this plugin, please install [Regenerate Thumbnails](http://wordpress.org/extend/plugins/regenerate-thumbnails/) plugin to corrected the sizes.
|
27 |
|
28 |
+
= Support =
|
29 |
+
* [Open issue on github](https://github.com/themephe/advanced-random-posts-widget/issues).
|
30 |
+
|
31 |
+
= Demo =
|
32 |
+
[Live demo](http://demo.themephe.com/tiga/blog/).
|
33 |
|
34 |
== Installation ==
|
35 |
|
42 |
|
43 |
== Changelog ==
|
44 |
|
45 |
+
= 1.1 - 17/2/2013 =
|
46 |
+
* Minor update
|
47 |
+
|
48 |
= 1.0 - 10/2/2013 =
|
49 |
* Initial release
|