Revision update w/compatibility for 4.8.2 WordPress

This commit is contained in:
Frumph
2017-10-21 02:19:48 -07:00
parent db41690d3b
commit 1bf8d53000
2 changed files with 8 additions and 4 deletions
+2 -2
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.12
Version: 1.14
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net/
@@ -505,7 +505,7 @@ function ceo_pluginfo($whichinfo = null) {
// comic-easel plugin directory/url
'plugin_url' => plugin_dir_url(__FILE__),
'plugin_path' => plugin_dir_path(__FILE__),
'version' => '1.12'
'version' => '1.14'
);
// Combine em.
$ceo_pluginfo = array_merge($ceo_pluginfo, $ceo_addinfo);
+6 -2
View File
@@ -3,8 +3,8 @@ Author: Frumph
Contributors: Frumph
Tags: comiceasel, easel, webcomic, comic, webcomic
Requires at least: 4.5
Tested up to: 4.6.1
Stable tag: 1.13
Tested up to: 4.8.2
Stable tag: 1.14
Donate link: http://frumph.net
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -128,6 +128,10 @@ The comic navigation widget is only seen if you have the comic sidebar's enabled
== Changelog ==
= 1.14 =
* compatibility check w/4.8.2 of WordPress
= 1.13 =
* Added experimental compatibility to GlotPress making the plugin translateable at https://translate.wordpress.org/projects/wp-plugins/comic-easel
* Fixed Text Domain files of the /lang folder by making the Text Domain matching the slug of the plugin header.