Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced-post-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Advanced Post List
Plugin URI: http://wordpress.org/plugins/advanced-post-list/
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.
Version: 0.3.6
Version: 0.3.7
Author: EkoJR
Author URI: http://ekojr.com
License: GPLv2
Expand Down
2 changes: 1 addition & 1 deletion includes/class/class-apl-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ private function _update( $options ) {
* @return void
*/
public function hook_action_load_plugin_textdomain() {
load_plugin_textdomain( APL_SLUG, APL_DIR . '/languages/' );
load_plugin_textdomain( APL_SLUG, false, APL_DIR . '/languages/' );
}

/**
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: EkoJr
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VFUYQGQ7VXEDC
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
Requires at least: 2.0.2
Tested up to: 4.7
Stable tag: 0.3.6
Tested up to: 4.8
Stable tag: 0.3.7
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.3.7 =
* Fixed warning with load_plugin_textdomain.

= 0.3.6 =
* Added load_plugin_textdomain and .pot files.

Expand Down