From d8e2bb2ea4a287137e09ca559f874c5f9be69ca2 Mon Sep 17 00:00:00 2001 From: Michael Cannon Date: Fri, 26 Jun 2015 12:18:39 +0530 Subject: [PATCH] Squashed 'includes/libraries/aihrus-framework/' changes from 3737cf2..4570a11 4570a11 Version 1.2.2 git-subtree-dir: includes/libraries/aihrus-framework git-subtree-split: 4570a116e61c07e29f9a3015db2bb5f098b132dc --- CHANGELOG.md | 2 +- README.md | 2 +- aihrus-framework.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac31f7..de58949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## master -## 1.2.2RC2 +## 1.2.2 * Add Inside Axelerant link * Store branding updates * Update about Axelerant verbiage diff --git a/README.md b/README.md index 99b70ea..c214b9b 100644 --- a/README.md +++ b/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). diff --git a/aihrus-framework.php b/aihrus-framework.php index cb1ebe4..3ed9484 100644 --- a/aihrus-framework.php +++ b/aihrus-framework.php @@ -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';