Skip to content

Commit e3d3af5

Browse files
authored
v0.3.7 - PR #88 from 0.3 to master
2 parents 0795ebe + 2def359 commit e3d3af5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

advanced-post-list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Advanced Post List
44
Plugin URI: http://wordpress.org/plugins/advanced-post-list/
55
Description: Create highly customizable post lists to display to your users and visitors. Provides a wide array of static settings and dynamic features. Also supports Custom Post Types and Taxonomies.
6-
Version: 0.3.6
6+
Version: 0.3.7
77
Author: EkoJR
88
Author URI: http://ekojr.com
99
License: GPLv2

includes/class/class-apl-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ private function _update( $options ) {
287287
* @return void
288288
*/
289289
public function hook_action_load_plugin_textdomain() {
290-
load_plugin_textdomain( APL_SLUG, APL_DIR . '/languages/' );
290+
load_plugin_textdomain( APL_SLUG, false, APL_DIR . '/languages/' );
291291
}
292292

293293
/**

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: EkoJr
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VFUYQGQ7VXEDC
44
Tags: Advanced, Post List, Categories, Category, Children, Children Pages, Content, Custom, Custom Post Type, Custom Post Types, Custom Taxonomy, Custom Taxonomies, Draft, Draft Posts, Excerpt, Filter, Future, Future Posts, Links, List, Links, News, Page, Pages, Parent, Parent Pages, Popular Posts, Post, Posts, Private, Private Posts, Related, Related Posts, Recent, Recent Posts, Shortcode, Shortcodes, Simple, Tag, Tags, Thumbnail, Widget, Widgets
55
Requires at least: 2.0.2
6-
Tested up to: 4.7
7-
Stable tag: 0.3.6
6+
Tested up to: 4.8
7+
Stable tag: 0.3.7
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -85,6 +85,9 @@ You need to locate and copy the shortcode which is in the Advance Post List - Se
8585

8686
== Changelog ==
8787

88+
= 0.3.7 =
89+
* Fixed warning with load_plugin_textdomain.
90+
8891
= 0.3.6 =
8992
* Added load_plugin_textdomain and .pot files.
9093

0 commit comments

Comments
 (0)