You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: badgeos.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* Plugin URI: http://www.badgeos.org/
5
5
* 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.
@@ -119,11 +119,11 @@ BadgeOS is extremely powerful and infinitely extensible. Check out some of the o
119
119
* Optional notification emails inform you when people on your site have made submissions or nominated peers.
120
120
* Submission Notification Settings: Specify an unlimited number of email addresses for submission admin notifications.
121
121
* Notifications for: new submissions, new comments, and submission status changes
122
+
* Filter Submissions to only show those from members of specific BuddyPress Groups (requires plugins: [BuddyPress](http://wordpress.org/extend/plugins/buddypress/ "BuddyPress") and [BadgeOS Community Add-on](http://wordpress.org/extend/plugins/badgeos-community-add-on/ "BadgeOS Community Add-on"))
122
123
123
124
124
125
= Extensibility and BadgeOS Add-ons =
125
126
126
-
127
127
* BadgeOS is designed to be a true operating system for turning any WordPress site into an engagement management application.
128
128
* BadgeOS offers a growing catalog of [Add-ons](http://badgeos.org/add-ons/ "BadgeOS Add-ons") to the plugin that enhance core functionality with specialized functions.
129
129
* Built with expandability in mind to allow virtually anything to trigger and recognize achievement.
@@ -220,6 +220,9 @@ Thanks for asking! Please do share back code modifications or enhancements you
220
220
221
221
== Changelog ==
222
222
223
+
= 1.4.1 =
224
+
* Fixed: Eliminated a critical bug that could cause all posts to be migrated to a brand new achievement type on publish.
225
+
223
226
= 1.4.0 =
224
227
* Added: BadgeOS Shortcode Embedder – Easily add any shortcode to any content area with a few clicks.
225
228
* Added: BadgeOS Shortcode registration API – Easily add support for new BadgeOS-related shortcodes and modify existing shortcodes with automatic support for the BOS Shortcode Embedder and help page.
@@ -355,6 +358,9 @@ Thanks for asking! Please do share back code modifications or enhancements you
355
358
356
359
== Upgrade Notice ==
357
360
361
+
= 1.4.1 =
362
+
* Fixed: Eliminated a critical bug that could cause all posts to be migrated to a brand new achievement type on publish.
363
+
358
364
= 1.4.0 =
359
365
* Added: BadgeOS Shortcode Embedder – Easily add any shortcode to any content area with a few clicks.
360
366
* Added: BadgeOS Shortcode registration API – Easily add support for new BadgeOS-related shortcodes and modify existing shortcodes with automatic support for the BOS Shortcode Embedder and help page.
0 commit comments