Plugin Directory

Changeset 2155756


Ignore:
Timestamp:
09/12/2019 07:48:13 PM (6 years ago)
Author:
eroux
Message:

Updated to confirm compatibility

Location:
badge/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • badge/trunk/DisplayBadge.php

    r1998258 r2155756  
    22/*
    33    Plugin Name: Display Badge
    4     Plugin URI: http://blog.damn.org.za/widgets/
     4    Plugin URI: https://damn.org.za/widgets/
    55    Description: Individual Badge Version of DisplayBadges
    66    Author: Eugéne Roux
    7     Version: 1.4
    8     Author URI: http://damn.org.za/
     7    Version: 1.5
     8    Author URI: https://damn.org.za/
    99 */
    1010
     
    166166//
    167167add_action('widgets_init', create_function('', 'return register_widget( "DisplayBadge" );'));
    168 
  • badge/trunk/readme.txt

    r1998258 r2155756  
    44Tags: snippets, badges, admin, administration, jadb
    55Requires at least: 2.8
    6 Tested up to: 5.1
     6Tested up to: 5.2.3
    77Stable tag: trunk
    88
     
    6565== Changelog ==
    6666
    67 = 1.0 =
     67= 1.5 =
    6868
    69 * Initial Public Release
     69* Very minor update to update the links to my blog
     70* Tested up to WordPress 5.2.3
    7071
    7172= 1.1 =
    7273
    7374* Minor update to add an "id" selector to the displayed badges
     75
     76= 1.0 =
     77
     78* Initial Public Release
Note: See TracChangeset for help on using the changeset viewer.