Advanced Random Posts Widget - Version 1.5.1

Version Description

Download this release

Release Info

Developer satrya
Plugin Icon 128x128 Advanced Random Posts Widget
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5 to 1.5.1

Files changed (5) hide show
  1. README.md +77 -0
  2. arpw.css +0 -64
  3. arpw.php +1 -1
  4. includes/admin.css +44 -0
  5. readme.txt +4 -1
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Advanced Random Posts Widget
2
+ ===
3
+ Provides flexible and advanced random posts widget. Allows you to display them with thumbnails, post excerpt, multiple category and more.
4
+
5
+ ## Project detail
6
+ Contributors: satrya
7
+ Donate link: http://satrya.me/donate/
8
+ Tags: random posts, random, thumbnails, widget, widgets, sidebar, excerpt, multiple widgets
9
+ Requires at least: 3.5
10
+ Tested up to: 3.6
11
+ Stable tag: 1.5
12
+ License: GPLv2 or later
13
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
14
+
15
+ ## Installation
16
+
17
+ #### Manual
18
+ * Go to [this page](http://wordpress.org/plugins/advanced-random-posts-widget/), then download the plugin.
19
+ * Upload the **advanced-random-posts-widget** folder to the `/wp-content/plugins/` directory via your FTP.
20
+ * Activate the plugin through the dashboard.
21
+ * Go to the Widgets page.
22
+
23
+ #### Installation using "Add New Plugin"
24
+ * From your Admin UI (Dashboard), use the menu to select **Plugins -> Add New**.
25
+ * Search for **advanced random posts widget**.
26
+ * Click the **Install** button.
27
+ * Go to the Widgets page.
28
+
29
+ ## Features Include
30
+
31
+ * Display thumbnails, with customizable size.
32
+ * Display excerpt, with customizable length.
33
+ * Display from all or a specific category.
34
+ * Display post date.
35
+ * Support `get_the_image` function.
36
+ * Multiple widgets.
37
+
38
+ #### New Features
39
+
40
+ * CSS ID option
41
+ * Widget title url
42
+ * Turn on/off default style
43
+ * Limit to spesfic or multiple category
44
+ * Limit to spesfic or multiple tag
45
+
46
+ ## Screenshot
47
+ ![alt text](https://raw.github.com/satrya/advanced-random-posts-widget/master/screenshot-1.png "Advanced Random Posts Widget Plugin")
48
+
49
+ ## Changelog
50
+ ```
51
+ 1.5 - 09/07/2013
52
+ * Fix title widget filter bug
53
+ * Change Limit option to input text rather than selectbox
54
+ * Add CSS ID option
55
+ * Add widget title url
56
+ * Add turn on off default styles
57
+ * Add multiple category option
58
+ * Add multiple tag option
59
+ * Update language
60
+
61
+ 1.4 - 04/19/2013
62
+ * Change support uri
63
+
64
+ 1.3 - 04/02/2013
65
+ * Remove `a` tag when no thumbnail
66
+ * Add custom css box
67
+ * Inheritance `font-family`
68
+
69
+ 1.2 - 02/23/13
70
+ * Minor update
71
+
72
+ 1.1 - 17/2/2013
73
+ * Minor update
74
+
75
+ 1.0 - 10/2/2013
76
+ * Initial release
77
+ ```
arpw.css DELETED
@@ -1,64 +0,0 @@
1
- /*
2
- Description: Custom CSS for the Advanced Random Posts Widget.
3
- Version: 1.1
4
- Author: Satrya
5
- License: GPLv2
6
- */
7
-
8
- .arpw-block ul {
9
- list-style: none !important;
10
- margin-left: 0 !important;
11
- padding-left: 0 !important;
12
- }
13
-
14
- .arpw-block li {
15
- border-bottom: 1px solid #eee;
16
- margin-bottom: 10px;
17
- padding-bottom: 10px;
18
- }
19
-
20
- .arpw-block a {
21
- display: inline !important;
22
- text-decoration: none;
23
- }
24
-
25
- .arpw-block h3 {
26
- background: none !important;
27
- clear: none;
28
- margin-bottom: 0 !important;
29
- font-weight: normal;
30
- font-size: 12px !important;
31
- line-height: 1.5;
32
- }
33
-
34
- .arpw-alignleft {
35
- border: 1px solid #eee !important;
36
- box-shadow: none !important;
37
- display: inline;
38
- float: left;
39
- margin: 2px 10px 0 0;
40
- padding: 3px !important;
41
- }
42
-
43
- .arpw-summary {
44
- font-size: 12px;
45
- }
46
-
47
- .arpw-time {
48
- color: #bbb;
49
- font-size: 11px;
50
- }
51
-
52
- .arpw-clearfix:before,
53
- .arpw-clearfix:after {
54
- content: "";
55
- display: table;
56
- }
57
-
58
- .arpw-clearfix:after {
59
- clear: both;
60
- }
61
-
62
- .arpw-clearfix {
63
- *zoom: 1;
64
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
arpw.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Advanced Random Posts Widget
4
  Plugin URI: http://wordpress.org/plugins/advanced-random-posts-widget/
5
  Description: Enables advanced random posts widget.
6
- Version: 1.5
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: http://wordpress.org/plugins/advanced-random-posts-widget/
5
  Description: Enables advanced random posts widget.
6
+ Version: 1.5.1
7
  Author: Satrya
8
  Author URI: http://satrya.me/
9
  Author Email: satrya@satrya.me
includes/admin.css ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .widgets-php .arpw-columns-2 {
2
+ overflow: hidden;
3
+ float: left;
4
+ width: 48%;
5
+ }
6
+
7
+ .widgets-php .arpw-columns-3 {
8
+ overflow: hidden;
9
+ float: left;
10
+ width: 31%;
11
+ margin-right: 3.5%;
12
+ }
13
+
14
+ .widgets-php .arpw-columns-2 input.widefat,
15
+ .widgets-php .arpw-columns-2 select.widefat {
16
+ width: 99%;
17
+ }
18
+
19
+ .widgets-php .arpw-columns-3 select.widefat {
20
+ width: 98.5%;
21
+ }
22
+
23
+ .widgets-php .arpw-column-last {
24
+ float: right;
25
+ margin-right: 0;
26
+ }
27
+
28
+ .widgets-php .arpw-columns-2 label,
29
+ .widgets-php .arpw-columns-3 label {
30
+ font-size: 11px;
31
+ }
32
+
33
+ .small-input {
34
+ width: 78px;
35
+ }
36
+
37
+ .arpw-block {
38
+ display: block;
39
+ }
40
+
41
+ label.input-checkbox {
42
+ width: 100px;
43
+ display: inline-block;
44
+ }
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.5
5
  Tested up to: 3.6
6
- Stable tag: 1.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -56,6 +56,9 @@ This plugin creates custom image sizes. If you use images that were uploaded to
56
 
57
  == Changelog ==
58
 
 
 
 
59
  1.5 - 09/07/2013
60
  * PLEASE RE-SAVE THE WIDGET
61
  * Fix title widget filter bug
3
  Tags: random posts, random, thumbnails, widget, widgets, sidebar, excerpt, multiple widgets
4
  Requires at least: 3.5
5
  Tested up to: 3.6
6
+ Stable tag: 1.5.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
56
 
57
  == Changelog ==
58
 
59
+ 1.5.1
60
+ * Forgot to commit `admin.css`
61
+
62
  1.5 - 09/07/2013
63
  * PLEASE RE-SAVE THE WIDGET
64
  * Fix title widget filter bug