Skip to content

Commit

Permalink
bump 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rahilwazir committed Feb 2, 2018
1 parent aae370c commit 08fd72f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

#### 1.4.10

- New: Option to toggle badgeos log entries. See the option at Settings page.
- New: Option to "Delete All Log Entries" from database. See the option at Log Entries page.
- Fix: Uploaded attachment not being saved
- Fix: Compatibility with PHP 7.x (Tested upto PHP v7.2)
- Fix: Retrieve uploaded attachment regardless of post type
- Tweak: Defensive code checks (Thanks @jonmoore)

#### 1.4.9.1

- Typo: Updated version in the class property
Expand Down
4 changes: 2 additions & 2 deletions badgeos.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: http://www.badgeos.org/
* Description: BadgeOS lets your site’s users complete tasks and earn badges that recognize their achievement. Define achievements and choose from a range of options that determine when they're complete. Badges are Mozilla Open Badges (OBI) compatible through integration with the “Open Credit” API by Credly, the free web service for issuing, earning and sharing badges for lifelong achievement.
* Author: LearningTimes
* Version: 1.4.9.1
* Version: 1.4.10
* Author URI: https://credly.com/
* License: GNU AGPL
* Text Domain: badgeos
Expand Down Expand Up @@ -33,7 +33,7 @@ class BadgeOS {
*
* @var string
*/
public static $version = '1.4.9.1';
public static $version = '1.4.10';

function __construct() {
// Define plugin constants
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: badgeos, learningtimes, asahitechnologies, wooninjas, rahilwazir,
Donate link: http://badgeos.org/contribute/donate/
Tags: badge, badges, openbadges, learningtimes, OBI, mozilla, open badges, achievement, award, reward, engagement, submission, nomination, API, open credit, credit
Requires at least: 3.6
Tested up to: 4.8.3
Stable tag: 1.4.9.1
Tested up to: 4.9.2
Stable tag: 1.4.10
License: GNU AGPLv3
License URI: http://www.gnu.org/licenses/agpl-3.0.html

Expand Down Expand Up @@ -220,6 +220,14 @@ Thanks for asking! Please do share back code modifications or enhancements you

== Changelog ==

= 1.4.10 =
* New: Option to toggle badgeos log entries. See the option at Settings page.
* New: Option to "Delete All Log Entries" from database. See the option at Log Entries page.
* Fix: Uploaded attachment not being saved
* Fix: Compatibility with PHP 7.x (Tested upto PHP v7.2)
* Fix: Retrieve uploaded attachment regardless of post type
* Tweak: Defensive code checks (Thanks @jonmoore)

= 1.4.9.1 =
* Typo: Updated version in the class property

Expand Down

0 comments on commit 08fd72f

Please sign in to comment.