Plugin Directory

Changeset 1532291


Ignore:
Timestamp:
11/11/2016 01:08:50 PM (9 years ago)
Author:
fnoks
Message:

Preparing new release of H5P plugin

Location:
h5p/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • h5p/trunk/h5p.php

    r1530244 r1532291  
    1616 * Plugin URI:        http://h5p.org/wordpress
    1717 * Description:       Allows you to upload, create, share and use rich interactive content on your WordPress site.
    18  * Version:           1.7.5
     18 * Version:           1.7.6
    1919 * Author:            Joubel
    2020 * Author URI:        http://joubel.com
  • h5p/trunk/public/class-h5p-plugin.php

    r1530244 r1532291  
    2525   * @var string
    2626   */
    27   const VERSION = '1.7.5';
     27  const VERSION = '1.7.6';
    2828
    2929  /**
     
    613613
    614614    if (!empty($language)) {
    615       return str_replace('_', '-', strtolower($language));
     615      $languageParts = explode('_', $language);
     616      return $languageParts[0];
    616617    }
    617618
  • h5p/trunk/readme.txt

    r1530244 r1532291  
    55Requires at least: 3.8.1
    66Tested up to: 4.6
    7 Stable tag: 1.7.5
     7Stable tag: 1.7.6
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    259259= 1.7.5 =
    260260Fixed backwards-compatible change in editor
     261
     262= 1.7.6 =
     263Fixed loading of language files for content types
Note: See TracChangeset for help on using the changeset viewer.