Changeset 2746314
- Timestamp:
- 06/22/2022 09:43:26 AM (4 years ago)
- Location:
- badgeos-nomination-submission-add-on/trunk
- Files:
-
- 3 edited
-
CHANGELOG.md (modified) (1 diff)
-
README.txt (modified) (2 diffs)
-
badgeos-nomination-submission-addon.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
badgeos-nomination-submission-add-on/trunk/CHANGELOG.md
r2642661 r2746314 1 1 # Changelog 2 3 ## 1.2.5 4 - Fix: Compatibility issues with new version of BadgeOS and WordPress 2 5 3 6 ## 1.2.4 -
badgeos-nomination-submission-add-on/trunk/README.txt
r2642661 r2746314 3 3 Tags: badgeos, badges, open badge, submissions, nominations, achievement, points, ranks, awards, submission reviews, nomination reviews 4 4 Requires at least: 4.0 5 Tested up to: 5.8.25 Tested up to: 6.0.0 6 6 Requires PHP: 7.0 7 Stable tag: 1.2. 47 Stable tag: 1.2.5 8 8 License: GNU AGPLv3 9 9 License URI: http://www.gnu.org/licenses/agpl-3.0.html … … 123 123 == Changelog == 124 124 125 = 1.2.5 = 126 * Fix: Compatibility issues with new version of BadgeOS and WordPress 127 125 128 = 1.2.4 = 126 129 * Fix: Compatibility issues with new version of BadgeOS and WordPress -
badgeos-nomination-submission-add-on/trunk/badgeos-nomination-submission-addon.php
r2642661 r2746314 4 4 * Plugin URI: https://badgeos.org/downloads/badgeos-nominations-submissions/ 5 5 * Description: This add-on adds the nominations and submission support in BadgeOS. 6 * Version: 1.2. 46 * Version: 1.2.5 7 7 * Author: BadgeOS 8 8 * Author URI: https://badgeos.org/ … … 21 21 */ 22 22 final class BOS_Nomination_Submission { 23 const VERSION = '1.2. 4';23 const VERSION = '1.2.5'; 24 24 25 25 /**
Note: See TracChangeset
for help on using the changeset viewer.