Plugin Directory

Changeset 1403443


Ignore:
Timestamp:
04/24/2016 11:41:51 PM (10 years ago)
Author:
RylanH
Message:

Support for WP 4.5

Location:
storyform/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • storyform/trunk/config.php

    r1262030 r1403443  
    2727
    2828    function get_hostname(){
    29         return '//storyform.co';
     29        return 'https://storyform.co';
    3030    }
    3131
  • storyform/trunk/editor/editor.js

    r1293687 r1403443  
    25812581
    25822582},{}],11:[function(require,module,exports){
     2583(function (global){
    25832584"use strict";
    25842585
    2585 if (Uint8Array && !Uint8Array.prototype.sort) {
     2586if (global.Uint8Array && !Uint8Array.prototype.sort) {
    25862587    Object.defineProperty(Uint8Array.prototype, "sort", {
    25872588        enumerable: false,
     
    25932594    });
    25942595}
    2595 if (Uint16Array && !Uint16Array.prototype.sort) {
     2596if (global.Uint16Array && !Uint16Array.prototype.sort) {
    25962597    Object.defineProperty(Uint16Array.prototype, "sort", {
    25972598        enumerable: false,
     
    26032604    });
    26042605}
    2605 if (Uint32Array && !Uint32Array.prototype.sort) {
     2606if (global.Uint32Array && !Uint32Array.prototype.sort) {
    26062607    Object.defineProperty(Uint32Array.prototype, "sort", {
    26072608        enumerable: false,
     
    26132614    });
    26142615}
    2615 if (Uint8ClampedArray && !Uint8ClampedArray.prototype.sort) {
     2616if (global.Uint8ClampedArray && !Uint8ClampedArray.prototype.sort) {
    26162617    Object.defineProperty(Uint8ClampedArray.prototype, "sort", {
    26172618        enumerable: false,
     
    26242625}
    26252626
     2627}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
    26262628},{}],12:[function(require,module,exports){
    26272629(function (global){
  • storyform/trunk/readme.txt

    r1305919 r1403443  
    66Tags: storyform, narrative, magazine, longform, photography, slider
    77Requires at least: 2.6.1
    8 Tested up to: 4.4
     8Tested up to: 4.5
    99Stable tag: trunk
    1010License: GPLv2 or later
  • storyform/trunk/storyform.php

    r1305919 r1403443  
    55Plugin Name:  Storyform
    66Plugin URI:   http://storyform.co/docs/wordpress
    7 Version:      0.6.11
     7Version:      0.6.12
    88Description:  Plugin to enable Storyform on select posts. Works with both SEO and non-SEO permalinks.
    99Author:       Storyform
     
    1313
    1414global $storyform_version;
    15 $storyform_version = '0.6.11'; // The plugin version
     15$storyform_version = '0.6.12'; // The plugin version
    1616
    1717require_once( dirname( __FILE__ ) . '/config.php');
Note: See TracChangeset for help on using the changeset viewer.