Skip to content

Commit

Permalink
Version bumped up
Browse files Browse the repository at this point in the history
  • Loading branch information
devin committed Jun 5, 2015
1 parent e4c1007 commit 89b2d46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions give.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: The most robust, flexible, and intuitive way to accept donations on WordPress.
* Author: WordImpress
* Author URI: http://wordimpress.com
* Version: 0.9.5 beta
* Version: 0.9.5.1 beta
* Text Domain: give
* Domain Path: /languages
*
Expand Down Expand Up @@ -156,7 +156,7 @@ private function setup_constants() {

// Plugin version
if ( ! defined( 'GIVE_VERSION' ) ) {
define( 'GIVE_VERSION', '0.9.5' );
define( 'GIVE_VERSION', '0.9.5.1' );
}

// Plugin Folder Path
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: wordimpress, dlocc, webdevmattcrom
Donate link: http://givewp.com/
Tags: donation, donations, donation plugin, wordpress donation plugin, wp donation, ecommerce, e-commerce, fundraising, fundraiser, crowdfunding, wordpress donations, commerce, wordpress ecommerce, giving, charity, donate, gifts, non-profit, paypal, stripe, churches, nonprofit, paypal donations, paypal donate, stripe donations, stripe donate, authorize.net, authorize.net donations
Requires at least: 3.8
Tested up to: 4.2.1
Stable tag: 0.9.5
Tested up to: 4.2.2
Stable tag: 0.9.5.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -132,6 +132,9 @@ Version 0.9.5 beta is still in beta, so if you find any bugs or issues please le

== Changelog ==

= 0.9.5.1 beta =
* Fix: Incorrect usage of edd_get_option rather than give_get_option in recent PayPal Standard updates

= 0.9.5 beta =
* New: [give_profile_editor] shortcode that enables donors to customize their account information on the frontend #130 https://github.com/WordImpress/Give/issues/130
* New: Uninstall.php file which deletes ALL data if the user chooses to do so under Settings > Advanced
Expand Down

0 comments on commit 89b2d46

Please sign in to comment.