1.6.1 Attempt to fix the language files and directory

This commit is contained in:
Frumph
2014-02-27 03:17:05 -08:00
parent e36bd8a2e2
commit 2f2cde82db
4 changed files with 2076 additions and 7 deletions
+6 -5
View File
@@ -3,7 +3,7 @@
Plugin Name: Comic Easel
Plugin URI: http://comiceasel.com
Description: Comic Easel allows you to incorporate a WebComic using the WordPress Media Library functionality with Navigation into almost all WordPress themes. With just a few modifications of adding injection do_action locations into a theme, you can have the theme of your choice display and manage a webcomic.
Version: 1.6
Version: 1.6.1
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net/
@@ -207,10 +207,6 @@ function ceo_generate_date_archives($cpt, $wp_rewrite) {
return $rules;
}
// load the comiceasel language translations
load_plugin_textdomain('comiceasel', false, basename( dirname( __FILE__ ) ) . '/languages');
// Create CEO Specific Sidebars regardless if they already exist.
function ceo_register_sidebars() {
if (ceo_pluginfo('enable_comic_sidebar_locations')) {
@@ -468,3 +464,8 @@ foreach (glob(ceo_pluginfo('plugin_path') . 'widgets/*.php') as $widgefile) {
require_once($widgefile);
}
function ceo_language_init() {
load_plugin_textdomain( 'comiceasel', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );
}
add_action('plugins_loaded', 'ceo_language_init');
Binary file not shown.
File diff suppressed because it is too large Load Diff
+4 -2
View File
@@ -3,7 +3,7 @@ Contributors: Frumph
Tags: comiceasel, easel, webcomic, comic, webcomic
Requires at least: 3.2
Tested up to: 3.8.1
Stable tag: 1.6
Stable tag: 1.6.1
Donate link: http://frumph.net
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -14,7 +14,6 @@ Comic Easel allows you to post webcomics to your theme.
== Description ==
Comic Easel Website: [Comic Easel](http://comiceasel.com/ "Comic Easel - Plugin your WebComic")
Tech Support Forum: [Frumph.NET Forums](http://forum.frumph.net/ "The Forums for Frumph.NET")
Comic Easel allows you to incorporate a WebComic using the WordPress Media Library functionality with Navigation into almost any WordPress theme. With just a few modifications of adding *injection* action locations into a theme, you can have the theme of your choice display a comic.
@@ -126,6 +125,9 @@ The comic navigation widget is only seen if you have the comic sidebar's enabled
== Changelog ==
= 1.6.1 =
Attempt to fix the language text domain and directory
= 1.6 =
Can select which chapter appears on the home page (or all)
removed click comic for larger version text