Skip to content

Commit

Permalink
Squashed 'includes/libraries/aihrus-framework/' changes from 3737cf2.…
Browse files Browse the repository at this point in the history
….4570a11

4570a11 Version 1.2.2

git-subtree-dir: includes/libraries/aihrus-framework
git-subtree-split: 4570a116e61c07e29f9a3015db2bb5f098b132dc
  • Loading branch information
Michael Cannon committed Jun 26, 2015
1 parent 9f6d663 commit 82bef88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## master

## 1.2.2RC2
## 1.2.2
* Add Inside Axelerant link
* Store branding updates
* Update about Axelerant verbiage
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# Aihrus Framework

Tested up to: 4.1.0
Stable tag: 1.2.2RC2
Stable tag: 1.2.2

A helper library for WordPress plugins by Aihrus and maintained by [Axelerant](//axelerant.com).

Expand Down
2 changes: 1 addition & 1 deletion aihrus-framework.php
Expand Up @@ -35,7 +35,7 @@
}

if ( ! defined( 'AIHR_VERSION' ) ) {
define( 'AIHR_VERSION', '1.2.2RC2' );
define( 'AIHR_VERSION', '1.2.2' );
}

require_once ABSPATH . 'wp-admin/includes/plugin.php';
Expand Down

0 comments on commit 82bef88

Please sign in to comment.