Plugin Directory

Changeset 1973228


Ignore:
Timestamp:
11/12/2018 08:10:16 PM (7 years ago)
Author:
navigationnorth
Message:

updates for v0.6.6

Location:
wp-oer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-oer/trunk/open-educational-resources.php

    r1973221 r1973228  
    44 Plugin URI:   https://www.wp-oer.com
    55 Description:  Open Educational Resource management and curation, metadata publishing, and alignment to Common Core State Standards.
    6  Version:      0.6.5
     6 Version:      0.6.6
    77 Author:       Navigation North
    88 Author URI:   https://www.navigationnorth.com
     
    3737define( 'OER_PLUGIN_NAME', 'WP OER Plugin' );
    3838define( 'OER_ADMIN_PLUGIN_NAME', 'WP OER Plugin');
    39 define( 'OER_VERSION', '0.6.5' );
     39define( 'OER_VERSION', '0.6.6' );
    4040
    4141include_once(OER_PATH.'includes/oer-functions.php');
     
    12281228function oer_setup_radio_field($arguments){
    12291229    $class="";
    1230    
     1230
    12311231    if (isset($arguments['class'])) {
    12321232        $class = $arguments['class'];
    12331233        $class = " class='".$class."' ";
    12341234    }
    1235    
     1235
    12361236    $val = get_option($arguments['uid']);
    12371237
  • wp-oer/trunk/readme.txt

    r1973221 r1973228  
    44Requires at least: 4.4
    55Tested up to: 4.9.8
    6 Stable tag: 0.6.5
     6Stable tag: 0.6.6
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.