Advanced Random Posts Widget - Version 2.0.3

Version Description

  • 4/01/2015
  • WordPress 4.1 support.
  • Update: Language.
  • Add: Bahasa Indonesia translation.
Download this release

Release Info

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

Code changes from version 2.0.2 to 2.0.3

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: Easy to display random posts via shortcode or widget.
6
- * Version: 2.0.2
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: Easy to display random posts via shortcode or widget.
6
+ * Version: 2.0.3
7
  * Author: Satrya
8
  * Author URI: http://satrya.me/
9
  * Author Email: satrya@satrya.me
languages/arpw-id_ID.mo ADDED
Binary file
languages/arpw-id_ID.po ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Satrya
2
+ # This file is distributed under the same license as the Advanced Random Posts Widget package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Advanced Random Posts Widget 2.0.3\n"
6
+ "Report-Msgid-Bugs-To: http://satrya.me/\n"
7
+ "POT-Creation-Date: 2015-01-03 18:12:55+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-01-04 01:27+0700\n"
12
+ "Last-Translator: Satrya <satrya@satrya.me>\n"
13
+ "Language-Team: Satrya (satrya@satrya.me)\n"
14
+ "X-Generator: Poedit 1.6.11\n"
15
+ "Plural-Forms: nplurals=1; plural=0;\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-SourceCharset: utf-8\n"
18
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
19
+ "_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
20
+ "X-Textdomain-Support: yes\n"
21
+ "Language: id\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+
24
+ #: classes/widget.php:23
25
+ msgid ""
26
+ "An advanced widget that gives you total control over the output of the "
27
+ "random posts."
28
+ msgstr ""
29
+ "Widget yang memberikan anda kontrol penuh dengan hasil dan tampilan dari pos "
30
+ "acak."
31
+
32
+ #: classes/widget.php:34 includes/functions.php:20
33
+ msgid "Random Posts"
34
+ msgstr "Pos Acak"
35
+
36
+ #: includes/form.php:17
37
+ msgid "Title"
38
+ msgstr "Judul"
39
+
40
+ #: includes/form.php:24
41
+ msgid "Title URL"
42
+ msgstr "URL Judul"
43
+
44
+ #: includes/form.php:31
45
+ msgid "CSS Class"
46
+ msgstr "CSS Class"
47
+
48
+ #: includes/form.php:38
49
+ msgid "HTML or text before the random posts"
50
+ msgstr "HTML atau teks sebelum pos acak"
51
+
52
+ #: includes/form.php:45
53
+ msgid "HTML or text after the random posts"
54
+ msgstr "HTML atau teks setelah pos acak"
55
+
56
+ #: includes/form.php:57
57
+ msgid "Ignore sticky posts"
58
+ msgstr "Abaikan Pos Lengket"
59
+
60
+ #: includes/form.php:63
61
+ msgid "Number of posts to show"
62
+ msgstr "Jumlah pos yang ditampilkan"
63
+
64
+ #: includes/form.php:66
65
+ msgid "to show all posts."
66
+ msgstr "untuk menampilkan semua pos."
67
+
68
+ #: includes/form.php:71
69
+ msgid "Offset"
70
+ msgstr "Offset"
71
+
72
+ #: includes/form.php:74
73
+ msgid "The number of posts to skip"
74
+ msgstr "Jumlah pos yang dilewati"
75
+
76
+ #: includes/form.php:79
77
+ msgid "Post type"
78
+ msgstr "Tipe Pos"
79
+
80
+ #: includes/form.php:90
81
+ msgid "Post status"
82
+ msgstr "Status Pos"
83
+
84
+ #: includes/form.php:101
85
+ msgid "Limit to Category"
86
+ msgstr "Batasi Berdasarkan Kategori"
87
+
88
+ #: includes/form.php:117
89
+ msgid "Limit to Tag"
90
+ msgstr "Batasi Berdasarkan Tag"
91
+
92
+ #: includes/form.php:133
93
+ msgid "Limit to Taxonomy"
94
+ msgstr "Batasi Berdasarkan Taxonomy"
95
+
96
+ #: includes/form.php:136
97
+ msgid "Ex: category=1,2,4&amp;post_tag=6,12"
98
+ msgstr "Contoh: category=1,2,4&amp;post_tag=6,12"
99
+
100
+ #: includes/form.php:137
101
+ msgid "Available: "
102
+ msgstr "Tersedia:"
103
+
104
+ #: includes/form.php:150
105
+ msgid "Display thumbnail"
106
+ msgstr "Tampilkan Thumbnail"
107
+
108
+ #: includes/form.php:156
109
+ msgid "Thumbnail Size "
110
+ msgstr "Ukuran Thumbnail"
111
+
112
+ #: includes/form.php:163
113
+ msgid "Please read %1$sFAQ%2$s for more information."
114
+ msgstr "Silahkan baca halaman %1$sFAQ%2$s untuk informasi lebih lanjut."
115
+
116
+ #: includes/form.php:169
117
+ msgid "Use custom thumbnail sizes"
118
+ msgstr "Gunakan ukuran thumbnail kustom"
119
+
120
+ #: includes/form.php:175
121
+ msgid "Width & Height"
122
+ msgstr "Lebar & Tinggi"
123
+
124
+ #: includes/form.php:183
125
+ msgid "Thumbnail Alignment"
126
+ msgstr "Penjajaran Thumbnail"
127
+
128
+ #: includes/form.php:186
129
+ msgid "Left"
130
+ msgstr "Kiri"
131
+
132
+ #: includes/form.php:187
133
+ msgid "Right"
134
+ msgstr "Kanan"
135
+
136
+ #: includes/form.php:188
137
+ msgid "Center"
138
+ msgstr "Tengah"
139
+
140
+ #: includes/form.php:197
141
+ msgid "Display excerpt"
142
+ msgstr "Tampilkan Excerpt"
143
+
144
+ #: includes/form.php:203
145
+ msgid "Excerpt Length"
146
+ msgstr "Panjang Excerpt"
147
+
148
+ #: includes/form.php:211
149
+ msgid "Display Date"
150
+ msgstr "Tampilkan Tanggal"
151
+
152
+ #: includes/form.php:218
153
+ msgid "Use Relative Date. eg: 5 days ago"
154
+ msgstr "Gunakan Tanggal Relatif. contoh: 5 hari yang lalu"
155
+
156
+ #: includes/functions.php:147
157
+ msgid "Permalink to %s"
158
+ msgstr "Permalink to %s"
159
+
160
+ #: includes/functions.php:152
161
+ msgid "%s ago"
162
+ msgstr "%s yang lalu"
163
+
164
+ #. Plugin Name of the plugin/theme
165
+ msgid "Advanced Random Posts Widget"
166
+ msgstr "Advanced Random Posts Widget"
167
+
168
+ #. Plugin URI of the plugin/theme
169
+ msgid "http://wordpress.org/plugins/advanced-random-posts-widget/"
170
+ msgstr "http://wordpress.org/plugins/advanced-random-posts-widget/"
171
+
172
+ #. Description of the plugin/theme
173
+ msgid "Easy to display random posts via shortcode or widget."
174
+ msgstr "Mudah untuk menampilkan pos acak via shortcode atau widget."
175
+
176
+ #. Author of the plugin/theme
177
+ msgid "Satrya"
178
+ msgstr "Satrya"
179
+
180
+ #. Author URI of the plugin/theme
181
+ msgid "http://satrya.me/"
182
+ msgstr "http://satrya.me/"
languages/arpw.mo DELETED
Binary file
languages/arpw.po DELETED
@@ -1,133 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Advanced Random Posts Widget v2.0.0\n"
4
- "POT-Creation-Date: 2014-09-05 10:52+0700\n"
5
- "PO-Revision-Date: 2014-09-05 10:52+0700\n"
6
- "Last-Translator: Satrya <satrya@satrya.me>\n"
7
- "Language-Team: Theme Junkie <satrya@theme-junkie.com>\n"
8
- "Language: en_US\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.9\n"
13
- "X-Poedit-Basepath: .\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: _e;__;esc_attr__\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../classes/widget.php:23
20
- msgid ""
21
- "An advanced widget that gives you total control over the output of the "
22
- "random posts."
23
- msgstr ""
24
-
25
- #: ../classes/widget.php:34 ../includes/functions.php:20
26
- msgid "Random Posts"
27
- msgstr ""
28
-
29
- #: ../includes/form.php:17
30
- msgid "Title"
31
- msgstr ""
32
-
33
- #: ../includes/form.php:24
34
- msgid "Title URL"
35
- msgstr ""
36
-
37
- #: ../includes/form.php:31
38
- msgid "CSS Class"
39
- msgstr ""
40
-
41
- #: ../includes/form.php:38
42
- msgid "HTML or text before the random posts"
43
- msgstr ""
44
-
45
- #: ../includes/form.php:45
46
- msgid "HTML or text after the random posts"
47
- msgstr ""
48
-
49
- #: ../includes/form.php:57
50
- msgid "Ignore sticky posts"
51
- msgstr ""
52
-
53
- #: ../includes/form.php:63
54
- msgid "Number of posts to show"
55
- msgstr ""
56
-
57
- #: ../includes/form.php:66
58
- msgid "to show all posts."
59
- msgstr ""
60
-
61
- #: ../includes/form.php:71
62
- msgid "Offset"
63
- msgstr ""
64
-
65
- #: ../includes/form.php:74
66
- msgid "The number of posts to skip"
67
- msgstr ""
68
-
69
- #: ../includes/form.php:79
70
- msgid "Post type"
71
- msgstr ""
72
-
73
- #: ../includes/form.php:90
74
- msgid "Post status"
75
- msgstr ""
76
-
77
- #: ../includes/form.php:101
78
- msgid "Limit to Taxonomy"
79
- msgstr ""
80
-
81
- #: ../includes/form.php:104
82
- msgid "Ex: category=1,2,4&amp;post_tag=6,12"
83
- msgstr ""
84
-
85
- #: ../includes/form.php:105
86
- msgid "Available: "
87
- msgstr ""
88
-
89
- #: ../includes/form.php:118
90
- msgid "Display thumbnail"
91
- msgstr ""
92
-
93
- #: ../includes/form.php:124
94
- msgid "Thumbnail Size "
95
- msgstr ""
96
-
97
- #: ../includes/form.php:131
98
- #, php-format
99
- msgid "Please read %1$sFAQ%2$s for more information."
100
- msgstr ""
101
-
102
- #: ../includes/form.php:136
103
- msgid "Thumbnail Alignment"
104
- msgstr ""
105
-
106
- #: ../includes/form.php:139
107
- msgid "Left"
108
- msgstr ""
109
-
110
- #: ../includes/form.php:140
111
- msgid "Right"
112
- msgstr ""
113
-
114
- #: ../includes/form.php:141
115
- msgid "Center"
116
- msgstr ""
117
-
118
- #: ../includes/form.php:150
119
- msgid "Display excerpt"
120
- msgstr ""
121
-
122
- #: ../includes/form.php:156
123
- msgid "Excerpt Length"
124
- msgstr ""
125
-
126
- #: ../includes/form.php:164
127
- msgid "Display Date"
128
- msgstr ""
129
-
130
- #: ../includes/functions.php:118
131
- #, php-format
132
- msgid "Permalink to %s"
133
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/arpw.pot ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Satrya
2
+ # This file is distributed under the same license as the Advanced Random Posts Widget package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Advanced Random Posts Widget 2.0.3\n"
6
+ "Report-Msgid-Bugs-To: http://satrya.me/\n"
7
+ "POT-Creation-Date: 2015-01-03 18:12:55+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=utf-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: Satrya (satrya@satrya.me)\n"
13
+ "Language-Team: Satrya (satrya@satrya.me)\n"
14
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
15
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-Language: English\n"
18
+ "X-Poedit-Country: UNITED STATES\n"
19
+ "X-Poedit-SourceCharset: utf-8\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-KeywordsList: "
22
+ "__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c;_nc:4c,1,2;_"
23
+ "x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
24
+ "X-Textdomain-Support: yes\n"
25
+
26
+ #: classes/widget.php:23
27
+ msgid ""
28
+ "An advanced widget that gives you total control over the output of the "
29
+ "random posts."
30
+ msgstr ""
31
+
32
+ #: classes/widget.php:34 includes/functions.php:20
33
+ msgid "Random Posts"
34
+ msgstr ""
35
+
36
+ #: includes/form.php:17
37
+ msgid "Title"
38
+ msgstr ""
39
+
40
+ #: includes/form.php:24
41
+ msgid "Title URL"
42
+ msgstr ""
43
+
44
+ #: includes/form.php:31
45
+ msgid "CSS Class"
46
+ msgstr ""
47
+
48
+ #: includes/form.php:38
49
+ msgid "HTML or text before the random posts"
50
+ msgstr ""
51
+
52
+ #: includes/form.php:45
53
+ msgid "HTML or text after the random posts"
54
+ msgstr ""
55
+
56
+ #: includes/form.php:57
57
+ msgid "Ignore sticky posts"
58
+ msgstr ""
59
+
60
+ #: includes/form.php:63
61
+ msgid "Number of posts to show"
62
+ msgstr ""
63
+
64
+ #: includes/form.php:66
65
+ msgid "to show all posts."
66
+ msgstr ""
67
+
68
+ #: includes/form.php:71
69
+ msgid "Offset"
70
+ msgstr ""
71
+
72
+ #: includes/form.php:74
73
+ msgid "The number of posts to skip"
74
+ msgstr ""
75
+
76
+ #: includes/form.php:79
77
+ msgid "Post type"
78
+ msgstr ""
79
+
80
+ #: includes/form.php:90
81
+ msgid "Post status"
82
+ msgstr ""
83
+
84
+ #: includes/form.php:101
85
+ msgid "Limit to Category"
86
+ msgstr ""
87
+
88
+ #: includes/form.php:117
89
+ msgid "Limit to Tag"
90
+ msgstr ""
91
+
92
+ #: includes/form.php:133
93
+ msgid "Limit to Taxonomy"
94
+ msgstr ""
95
+
96
+ #: includes/form.php:136
97
+ msgid "Ex: category=1,2,4&amp;post_tag=6,12"
98
+ msgstr ""
99
+
100
+ #: includes/form.php:137
101
+ msgid "Available: "
102
+ msgstr ""
103
+
104
+ #: includes/form.php:150
105
+ msgid "Display thumbnail"
106
+ msgstr ""
107
+
108
+ #: includes/form.php:156
109
+ msgid "Thumbnail Size "
110
+ msgstr ""
111
+
112
+ #: includes/form.php:163
113
+ msgid "Please read %1$sFAQ%2$s for more information."
114
+ msgstr ""
115
+
116
+ #: includes/form.php:169
117
+ msgid "Use custom thumbnail sizes"
118
+ msgstr ""
119
+
120
+ #: includes/form.php:175
121
+ msgid "Width & Height"
122
+ msgstr ""
123
+
124
+ #: includes/form.php:183
125
+ msgid "Thumbnail Alignment"
126
+ msgstr ""
127
+
128
+ #: includes/form.php:186
129
+ msgid "Left"
130
+ msgstr ""
131
+
132
+ #: includes/form.php:187
133
+ msgid "Right"
134
+ msgstr ""
135
+
136
+ #: includes/form.php:188
137
+ msgid "Center"
138
+ msgstr ""
139
+
140
+ #: includes/form.php:197
141
+ msgid "Display excerpt"
142
+ msgstr ""
143
+
144
+ #: includes/form.php:203
145
+ msgid "Excerpt Length"
146
+ msgstr ""
147
+
148
+ #: includes/form.php:211
149
+ msgid "Display Date"
150
+ msgstr ""
151
+
152
+ #: includes/form.php:218
153
+ msgid "Use Relative Date. eg: 5 days ago"
154
+ msgstr ""
155
+
156
+ #: includes/functions.php:147
157
+ msgid "Permalink to %s"
158
+ msgstr ""
159
+
160
+ #: includes/functions.php:152
161
+ msgid "%s ago"
162
+ msgstr ""
163
+
164
+ #. Plugin Name of the plugin/theme
165
+ msgid "Advanced Random Posts Widget"
166
+ msgstr ""
167
+
168
+ #. Plugin URI of the plugin/theme
169
+ msgid "http://wordpress.org/plugins/advanced-random-posts-widget/"
170
+ msgstr ""
171
+
172
+ #. Description of the plugin/theme
173
+ msgid "Easy to display random posts via shortcode or widget."
174
+ msgstr ""
175
+
176
+ #. Author of the plugin/theme
177
+ msgid "Satrya"
178
+ msgstr ""
179
+
180
+ #. Author URI of the plugin/theme
181
+ msgid "http://satrya.me/"
182
+ msgstr ""
readme.txt CHANGED
@@ -1,10 +1,9 @@
1
  === Advanced Random Posts Widget ===
2
  Contributors: satrya, themejunkie
3
- Donate link: http://satrya.me/donate/
4
  Tags: random posts, thumbnail, widget, widgets, sidebar, excerpt, category, post tag, post type, taxonomy, shortcode, multiple widgets
5
  Requires at least: 3.7
6
- Tested up to: 4.0.1
7
- Stable tag: 2.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -22,7 +21,7 @@ Before asking a support question:
22
 
23
  = Features Include =
24
 
25
- * WordPress 4.0 Support.
26
  * Allow you to set title url.
27
  * Display thumbnails, with customizable size and alignment.
28
  * Display excerpt, with customizable length.
@@ -168,6 +167,11 @@ after=""
168
 
169
  == Changelog ==
170
 
 
 
 
 
 
171
  = 2.0.2 - 12/03/2014 =
172
  * **Fix:** Compatibility issue with `Get The Image` plugin/extension.
173
  * **Fix:** Issue with `html or text before and after recent posts`, now it allow all HTML tags.
1
  === Advanced Random Posts Widget ===
2
  Contributors: satrya, themejunkie
 
3
  Tags: random posts, thumbnail, widget, widgets, sidebar, excerpt, category, post tag, post type, taxonomy, shortcode, multiple widgets
4
  Requires at least: 3.7
5
+ Tested up to: 4.1
6
+ Stable tag: 2.0.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
21
 
22
  = Features Include =
23
 
24
+ * WordPress 4.1 Support.
25
  * Allow you to set title url.
26
  * Display thumbnails, with customizable size and alignment.
27
  * Display excerpt, with customizable length.
167
 
168
  == Changelog ==
169
 
170
+ = 2.0.3 - 4/01/2015
171
+ * WordPress 4.1 support.
172
+ * **Update:** Language.
173
+ * **Add:** Bahasa Indonesia translation.
174
+
175
  = 2.0.2 - 12/03/2014 =
176
  * **Fix:** Compatibility issue with `Get The Image` plugin/extension.
177
  * **Fix:** Issue with `html or text before and after recent posts`, now it allow all HTML tags.
screenshot-1.png CHANGED
Binary file