Recent Posts Widget Extended - Version 0.6

Version Description

  • Update language
  • Reset the loop
Download this release

Release Info

Developer satrya
Plugin Icon 128x128 Recent Posts Widget Extended
Version 0.6
Comparing to
See all releases

Code changes from version 0.5 to 0.6

includes/widget-recent-posts-extended.php CHANGED
@@ -87,7 +87,7 @@ class rpwe_widget extends WP_Widget {
87
  </a>
88
 
89
  <h3 class="rpwe-title">
90
- <a href="<?php esc_url( the_permalink() ); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'rpwe' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php esc_attr( the_title() ); ?></a>
91
  </h3>
92
 
93
  <?php if( $date == true ) { ?>
@@ -100,7 +100,7 @@ class rpwe_widget extends WP_Widget {
100
 
101
  </li>
102
 
103
- <?php endforeach; ?>
104
 
105
  </ul>
106
 
87
  </a>
88
 
89
  <h3 class="rpwe-title">
90
+ <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'rpwe' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
91
  </h3>
92
 
93
  <?php if( $date == true ) { ?>
100
 
101
  </li>
102
 
103
+ <?php endforeach; wp_reset_postdata(); ?>
104
 
105
  </ul>
106
 
languages/rpwe.mo CHANGED
Binary file
languages/rpwe.po CHANGED
@@ -1,69 +1,75 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Recent Posts Widget Extended 0.4\n"
4
- "POT-Creation-Date: 2012-12-17 15:18+0700\n"
5
- "PO-Revision-Date: 2012-12-17 15:19+0700\n"
6
  "Last-Translator: M.Satrya <satrya@tokokoo.com>\n"
7
- "Language-Team: Tokokoo <support@tokokoo.com>\n"
8
  "Language: English\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.5.4\n"
 
 
 
 
 
13
 
14
- #: widget-recent-posts-extended.php:15
15
  msgid "Advanced recent posts widget."
16
  msgstr ""
17
 
18
- #: widget-recent-posts-extended.php:24
19
  msgid "&raquo; Recent Posts Widget Extended"
20
  msgstr ""
21
 
22
- #: widget-recent-posts-extended.php:74 widget-recent-posts-extended.php:89
 
23
  #, php-format
24
  msgid "Permalink to %s"
25
  msgstr ""
26
 
27
- #: widget-recent-posts-extended.php:92
28
  msgid " ago"
29
  msgstr ""
30
 
31
- #: widget-recent-posts-extended.php:170
32
  msgid "Title:"
33
  msgstr ""
34
 
35
- #: widget-recent-posts-extended.php:174
36
  msgid "Limit:"
37
  msgstr ""
38
 
39
- #: widget-recent-posts-extended.php:182
40
  msgid "Display date?"
41
  msgstr ""
42
 
43
- #: widget-recent-posts-extended.php:186
44
  msgid "Display excerpt?"
45
  msgstr ""
46
 
47
- #: widget-recent-posts-extended.php:190
48
  msgid "Excerpt length:"
49
  msgstr ""
50
 
51
- #: widget-recent-posts-extended.php:197
52
  msgid "Display thumbnail?"
53
  msgstr ""
54
 
55
- #: widget-recent-posts-extended.php:201
56
  msgid "Thumbnail size (height x width):"
57
  msgstr ""
58
 
59
- #: widget-recent-posts-extended.php:209
60
  msgid "Limit to category: "
61
  msgstr ""
62
 
63
- #: widget-recent-posts-extended.php:210
64
  msgid "All categories"
65
  msgstr ""
66
 
67
- #: widget-recent-posts-extended.php:213
68
  msgid "Choose the Post Type: "
69
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Recent Posts Widget Extended 0.6\n"
4
+ "POT-Creation-Date: 2013-02-04 21:40+0700\n"
5
+ "PO-Revision-Date: 2013-02-04 21:40+0700\n"
6
  "Last-Translator: M.Satrya <satrya@tokokoo.com>\n"
7
+ "Language-Team: Satrya <satrya@tokokoo.com>\n"
8
  "Language: English\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.5.4\n"
13
+ "X-Poedit-KeywordsList: __;_e;esc_attr__\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../includes/widget-recent-posts-extended.php:15
20
  msgid "Advanced recent posts widget."
21
  msgstr ""
22
 
23
+ #: ../includes/widget-recent-posts-extended.php:24
24
  msgid "&raquo; Recent Posts Widget Extended"
25
  msgstr ""
26
 
27
+ #: ../includes/widget-recent-posts-extended.php:74
28
+ #: ../includes/widget-recent-posts-extended.php:90
29
  #, php-format
30
  msgid "Permalink to %s"
31
  msgstr ""
32
 
33
+ #: ../includes/widget-recent-posts-extended.php:94
34
  msgid " ago"
35
  msgstr ""
36
 
37
+ #: ../includes/widget-recent-posts-extended.php:172
38
  msgid "Title:"
39
  msgstr ""
40
 
41
+ #: ../includes/widget-recent-posts-extended.php:176
42
  msgid "Limit:"
43
  msgstr ""
44
 
45
+ #: ../includes/widget-recent-posts-extended.php:184
46
  msgid "Display date?"
47
  msgstr ""
48
 
49
+ #: ../includes/widget-recent-posts-extended.php:188
50
  msgid "Display excerpt?"
51
  msgstr ""
52
 
53
+ #: ../includes/widget-recent-posts-extended.php:192
54
  msgid "Excerpt length:"
55
  msgstr ""
56
 
57
+ #: ../includes/widget-recent-posts-extended.php:199
58
  msgid "Display thumbnail?"
59
  msgstr ""
60
 
61
+ #: ../includes/widget-recent-posts-extended.php:203
62
  msgid "Thumbnail size (height x width):"
63
  msgstr ""
64
 
65
+ #: ../includes/widget-recent-posts-extended.php:211
66
  msgid "Limit to category: "
67
  msgstr ""
68
 
69
+ #: ../includes/widget-recent-posts-extended.php:212
70
  msgid "All categories"
71
  msgstr ""
72
 
73
+ #: ../includes/widget-recent-posts-extended.php:215
74
  msgid "Choose the Post Type: "
75
  msgstr ""
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: tokokoo, satrya
3
  Tags: recent posts, thumbnails, widget, widgets, sidebar, excerpt, transient api, multiple widgets
4
  Requires at least: 3.3
5
  Tested up to: 3.5
6
- Stable tag: 0.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -47,6 +47,10 @@ This plugin creates custom image sizes. If you use images that were uploaded to
47
 
48
  == Changelog ==
49
 
 
 
 
 
50
  = 0.5 =
51
  * Minor update
52
 
3
  Tags: recent posts, thumbnails, widget, widgets, sidebar, excerpt, transient api, multiple widgets
4
  Requires at least: 3.3
5
  Tested up to: 3.5
6
+ Stable tag: 0.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
47
 
48
  == Changelog ==
49
 
50
+ = 0.6 =
51
+ * Update language
52
+ * Reset the loop
53
+
54
  = 0.5 =
55
  * Minor update
56
 
rpwe.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Recent Posts Widget Extended
4
  Plugin URI: http://wordpress.org/extend/plugins/recent-posts-widget-extended/
5
  Description: Enables recent posts widget with advanced settings.
6
- Version: 0.5
7
  Author: Satrya
8
  Author URI: http://tokokoo.com
9
  Author Email: satrya@tokokoo.com
3
  Plugin Name: Recent Posts Widget Extended
4
  Plugin URI: http://wordpress.org/extend/plugins/recent-posts-widget-extended/
5
  Description: Enables recent posts widget with advanced settings.
6
+ Version: 0.6
7
  Author: Satrya
8
  Author URI: http://tokokoo.com
9
  Author Email: satrya@tokokoo.com