Version Description
- 04/19/2013 =
- Change support uri
Download this release
Release Info
Developer | satrya |
Plugin | Advanced Random Posts Widget |
Version | 1.4 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.4
- arpw.php +3 -3
- includes/widget-advanced-random-posts.php +1 -1
- readme.txt +12 -4
arpw.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Advanced Random Posts Widget
|
4 |
-
Plugin URI:
|
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
|
10 |
License: GPLv2
|
11 |
*/
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Advanced Random Posts Widget
|
4 |
+
Plugin URI: http://wordpress.org/extend/plugins/advanced-random-posts-widget/
|
5 |
Description: Enables advanced random posts widget.
|
6 |
+
Version: 1.4
|
7 |
Author: Satrya
|
8 |
+
Author URI: http://satrya.me/
|
9 |
Author Email: satrya@satrya.me
|
10 |
License: GPLv2
|
11 |
*/
|
includes/widget-advanced-random-posts.php
CHANGED
@@ -212,7 +212,7 @@ class arpw_widget extends WP_Widget {
|
|
212 |
<textarea class="widefat" id="<?php echo $this->get_field_id( 'css' ); ?>" name="<?php echo $this->get_field_name( 'css' ); ?>" style="height:100px;"><?php echo $css; ?></textarea>
|
213 |
</p>
|
214 |
<p>
|
215 |
-
<span style="color: #f00;"><?php printf( __( 'Advanced Random Posts Widget is a project by <a href="%s" target="_blank">Satrya</a>', 'arpw' ), esc_url( 'http://
|
216 |
</p>
|
217 |
|
218 |
<?php
|
212 |
<textarea class="widefat" id="<?php echo $this->get_field_id( 'css' ); ?>" name="<?php echo $this->get_field_name( 'css' ); ?>" style="height:100px;"><?php echo $css; ?></textarea>
|
213 |
</p>
|
214 |
<p>
|
215 |
+
<span style="color: #f00;"><?php printf( __( 'Advanced Random Posts Widget is a project by <a href="%s" target="_blank">Satrya</a>', 'arpw' ), esc_url( 'http://satrya.me/' ) ); ?></span>
|
216 |
</p>
|
217 |
|
218 |
<?php
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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 |
|
@@ -19,14 +19,19 @@ This plugin will enable a custom, flexible and advanced random posts widget. All
|
|
19 |
* Display excerpt, with customizable length.
|
20 |
* Display from all or a specific category.
|
21 |
* Display post date.
|
22 |
-
* Support
|
23 |
* Multiple widgets.
|
24 |
|
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 |
= Demo =
|
32 |
[Live demo](http://demo.themephe.com/tiga/blog/).
|
@@ -42,6 +47,9 @@ This plugin creates custom image sizes. If you use images that were uploaded to
|
|
42 |
|
43 |
== Changelog ==
|
44 |
|
|
|
|
|
|
|
45 |
= 1.3 - 04/02/2013 =
|
46 |
* Remove `a` tag when no thumbnail
|
47 |
* Add custom css box
|
2 |
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.1
|
6 |
+
Stable tag: 1.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
19 |
* Display excerpt, with customizable length.
|
20 |
* Display from all or a specific category.
|
21 |
* Display post date.
|
22 |
+
* Support `get_the_image` function.
|
23 |
* Multiple widgets.
|
24 |
|
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 |
+
* Go to [forum support](http://wordpress.org/support/plugin/advanced-random-posts-widget).
|
30 |
+
* [Open issue on github](https://github.com/satrya/advanced-random-posts-widget/issues).
|
31 |
+
* [Rate/Review the plugin](http://wordpress.org/support/view/plugin-reviews/advanced-random-posts-widget).
|
32 |
+
|
33 |
+
= Project Info: =
|
34 |
+
* Developed by [Satrya](http://satrya.me/)
|
35 |
|
36 |
= Demo =
|
37 |
[Live demo](http://demo.themephe.com/tiga/blog/).
|
47 |
|
48 |
== Changelog ==
|
49 |
|
50 |
+
= 1.4 - 04/19/2013 =
|
51 |
+
* Change support uri
|
52 |
+
|
53 |
= 1.3 - 04/02/2013 =
|
54 |
* Remove `a` tag when no thumbnail
|
55 |
* Add custom css box
|