Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes #33

Merged
merged 2 commits into from
Sep 26, 2017
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
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