Skip to content

Commit

Permalink
Merge pull request #33 from christiespeich/bug-fixes
Browse files Browse the repository at this point in the history
Bug fixes
  • Loading branch information
christiespeich committed Sep 26, 2017
2 parents 90b06fc + d68e9d3 commit 8a0e0df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/mooberrydreams/
Tags: book, author, publisher, writer, writing, publishing, library, book store, author website management, book shop, sell books, link to Amazon
Requires at least: 3.8.0
Tested up to: 4.8
Stable tag: 4.0.17
Stable tag: 4.0.18
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -184,6 +184,9 @@ Check out the [documentation and support page.](http://www.bookmanager.mooberryd
5. Choose from four types of widgets to feature books on your sidebar.

== Changelog ==
= 4.0.18
* Issues with previous update being recognized by wordpress

= 4.0.17 =
* Fixed: bug in grid book image

Expand Down
12 changes: 6 additions & 6 deletions mooberry-book-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
* Author: Mooberry Dreams
* Author URI: http://www.mooberrydreams.com/
* Donate Link: https://www.paypal.me/mooberrydreams/
* Version: 4.0.17
* Text Domain: mooberry-book-manager
* Domain Path: languages
* Version: 4.0.18
* Text Domain: mooberry-book-manager
* Domain Path: languages
*
* Copyright 2015 Mooberry Dreams (email : bookmanager@mooberrydreams.com)
* Copyright 2015 Mooberry Dreams (email : bookmanager@mooberrydreams.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2, as
Expand All @@ -27,7 +27,7 @@
*
* @package MBDB
* @author Mooberry Dreams
* @version 4.0.17
* @version 4.0.18
*/

// Exit if accessed directly
Expand All @@ -36,7 +36,7 @@
//error_log('starting');
// Plugin version
if ( ! defined( 'MBDB_PLUGIN_VERSION' ) ) {
define( 'MBDB_PLUGIN_VERSION', '4.0.17' );
define( 'MBDB_PLUGIN_VERSION', '4.0.18' );
}

if ( ! defined( 'MBDB_PLUGIN_VERSION_KEY' ) ) {
Expand Down

0 comments on commit 8a0e0df

Please sign in to comment.