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
+1-1Lines changed: 1 addition & 1 deletion
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.
@@ -227,12 +227,19 @@ Thanks for asking! Please do share back code modifications or enhancements you
227
227
* Added: Submission Notifications to users who have made a submission.
228
228
* Added: Several new submission notification types - new submission, new comment, and submission status change
229
229
* Added: User Email Notification Setting - Users can opt-out of email notifications in the profile editor.
230
+
* Added: Trigger for commenting on specific posts.
231
+
* Added: Many hooks for modifying shortcodes, submission lists, and more.
232
+
* Updated: Revised trigger for commenting on posts to only award when comment is approved.
230
233
* Updated: Submission status can now be altered on the front-end from approved to denied or back again.
231
234
* Updated: Admin area for editing a submission now uses the same approve/deny buttons as the rest of the site.
232
235
* Updated: Submission Lists are now highly customizable via WP hooks. The search input, filter inputs, and even the results can be altered programatically.
233
236
* Updated: Many, many internationalization enhancements. Help us release BadgeOS in your language!
234
-
* Fixed: Prevent users from repeatedly earning auto-approved submissions
235
-
* Fixed: Submissions List status filter now indicates the displayed status on page load
237
+
* Updated: BadgeOS management role selector is hidden on the settings page to non-admins.
238
+
* Updated: Badgeos management role selector now excludes contributor and subscriber roles.
239
+
* Fixed: BadgeOS settings can now be modified by the minimum selected management role.
240
+
* Fixed: Prevent users from repeatedly earning auto-approved submissions.
241
+
* Fixed: Submissions List status filter now indicates the displayed status on page load.
242
+
* Fixed: Lots of other minor bugs.
236
243
237
244
= 1.3.5 =
238
245
* Fixed: Eliminated an error when attempting to use Credly Badge Builder over SSL
@@ -349,14 +356,21 @@ Thanks for asking! Please do share back code modifications or enhancements you
349
356
* Added: Submission Manager Role selector – allow users to moderate submissions without granting them full access to BadgeOS administration.
350
357
* Added: Submission Notification Admin Settings – Specify an unlimited number of email addresses in a comma-separated list for submission admin notifications.
351
358
* Added: Submission Notifications to users who have made a submission.
352
-
* Added: Several new submission notification types: new submission, new comment, and submission status change
359
+
* Added: Several new submission notification types - new submission, new comment, and submission status change
353
360
* Added: User Email Notification Setting - Users can opt-out of email notifications in the profile editor.
361
+
* Added: Trigger for commenting on specific posts.
362
+
* Added: Many hooks for modifying shortcodes, submission lists, and more.
363
+
* Updated: Revised trigger for commenting on posts to only award when comment is approved.
354
364
* Updated: Submission status can now be altered on the front-end from approved to denied or back again.
355
365
* Updated: Admin area for editing a submission now uses the same approve/deny buttons as the rest of the site.
356
366
* Updated: Submission Lists are now highly customizable via WP hooks. The search input, filter inputs, and even the results can be altered programatically.
357
367
* Updated: Many, many internationalization enhancements. Help us release BadgeOS in your language!
358
-
* Fixed: Prevent users from repeatedly earning auto-approved submissions
359
-
* Fixed: Submissions List status filter now indicates the displayed status on page load
368
+
* Updated: BadgeOS management role selector is hidden on the settings page to non-admins.
369
+
* Updated: Badgeos management role selector now excludes contributor and subscriber roles.
370
+
* Fixed: BadgeOS settings can now be modified by the minimum selected management role.
371
+
* Fixed: Prevent users from repeatedly earning auto-approved submissions.
372
+
* Fixed: Submissions List status filter now indicates the displayed status on page load.
373
+
* Fixed: Lots of other minor bugs.
360
374
361
375
= 1.3.5 =
362
376
* Fixed: Eliminated an error when attempting to use Credly Badge Builder over SSL
0 commit comments