Plugin Directory

Changeset 2746314


Ignore:
Timestamp:
06/22/2022 09:43:26 AM (4 years ago)
Author:
learningtimes
Message:

1.2.5

  • Fix: Compatibility issues with new version of BadgeOS and WordPress
Location:
badgeos-nomination-submission-add-on/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • badgeos-nomination-submission-add-on/trunk/CHANGELOG.md

    r2642661 r2746314  
    11# Changelog
     2
     3## 1.2.5
     4- Fix: Compatibility issues with new version of BadgeOS and WordPress
    25
    36## 1.2.4
  • badgeos-nomination-submission-add-on/trunk/README.txt

    r2642661 r2746314  
    33Tags: badgeos, badges, open badge, submissions, nominations, achievement, points, ranks, awards, submission reviews, nomination reviews
    44Requires at least: 4.0
    5 Tested up to: 5.8.2
     5Tested up to: 6.0.0
    66Requires PHP: 7.0
    7 Stable tag: 1.2.4
     7Stable tag: 1.2.5
    88License: GNU AGPLv3
    99License URI: http://www.gnu.org/licenses/agpl-3.0.html
     
    123123== Changelog ==
    124124
     125= 1.2.5 =
     126* Fix: Compatibility issues with new version of BadgeOS and WordPress
     127
    125128= 1.2.4 =
    126129* Fix: Compatibility issues with new version of BadgeOS and WordPress
  • badgeos-nomination-submission-add-on/trunk/badgeos-nomination-submission-addon.php

    r2642661 r2746314  
    44 * Plugin URI:  https://badgeos.org/downloads/badgeos-nominations-submissions/
    55 * Description: This add-on adds the nominations and submission support in BadgeOS.
    6  * Version:     1.2.4
     6 * Version:     1.2.5
    77 * Author:      BadgeOS
    88 * Author URI:  https://badgeos.org/
     
    2121 */
    2222final class BOS_Nomination_Submission {
    23     const VERSION = '1.2.4';
     23    const VERSION = '1.2.5';
    2424
    2525    /**
Note: See TracChangeset for help on using the changeset viewer.