Skip to content

Commit

Permalink
Version bumped to 1.4.2
Browse files Browse the repository at this point in the history
Ran Grunt / Gulp
  • Loading branch information
Devin Walker committed Apr 26, 2016
1 parent 3196e46 commit a21e8bd
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 103 deletions.
5 changes: 2 additions & 3 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: https://wordimpress.com
* Version: 1.4.1
* Version: 1.4.2
* Text Domain: give
* Domain Path: /languages
* GitHub Plugin URI: https://github.com/WordImpress/Give
Expand Down Expand Up @@ -173,7 +173,6 @@ public static function instance() {
self::$instance->html = new Give_HTML_Elements();
self::$instance->emails = new Give_Emails();
self::$instance->email_tags = new Give_Email_Template_Tags();
//self::$instance->donators_gravatars = new Give_Donators_Gravatars();
self::$instance->customers = new Give_DB_Customers();
self::$instance->template_loader = new Give_Template_Loader();
self::$instance->email_access = new Give_Email_Access();
Expand Down Expand Up @@ -222,7 +221,7 @@ private function setup_constants() {

// Plugin version
if ( ! defined( 'GIVE_VERSION' ) ) {
define( 'GIVE_VERSION', '1.4.1' );
define( 'GIVE_VERSION', '1.4.2' );
}

// Plugin Folder Path
Expand Down
Loading

0 comments on commit a21e8bd

Please sign in to comment.