Changeset 1403443
- Timestamp:
- 04/24/2016 11:41:51 PM (10 years ago)
- Location:
- storyform/trunk
- Files:
-
- 4 edited
-
config.php (modified) (1 diff)
-
editor/editor.js (modified) (5 diffs)
-
readme.txt (modified) (1 diff)
-
storyform.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
storyform/trunk/config.php
r1262030 r1403443 27 27 28 28 function get_hostname(){ 29 return ' //storyform.co';29 return 'https://storyform.co'; 30 30 } 31 31 -
storyform/trunk/editor/editor.js
r1293687 r1403443 2581 2581 2582 2582 },{}],11:[function(require,module,exports){ 2583 (function (global){ 2583 2584 "use strict"; 2584 2585 2585 if ( Uint8Array && !Uint8Array.prototype.sort) {2586 if (global.Uint8Array && !Uint8Array.prototype.sort) { 2586 2587 Object.defineProperty(Uint8Array.prototype, "sort", { 2587 2588 enumerable: false, … … 2593 2594 }); 2594 2595 } 2595 if ( Uint16Array && !Uint16Array.prototype.sort) {2596 if (global.Uint16Array && !Uint16Array.prototype.sort) { 2596 2597 Object.defineProperty(Uint16Array.prototype, "sort", { 2597 2598 enumerable: false, … … 2603 2604 }); 2604 2605 } 2605 if ( Uint32Array && !Uint32Array.prototype.sort) {2606 if (global.Uint32Array && !Uint32Array.prototype.sort) { 2606 2607 Object.defineProperty(Uint32Array.prototype, "sort", { 2607 2608 enumerable: false, … … 2613 2614 }); 2614 2615 } 2615 if ( Uint8ClampedArray && !Uint8ClampedArray.prototype.sort) {2616 if (global.Uint8ClampedArray && !Uint8ClampedArray.prototype.sort) { 2616 2617 Object.defineProperty(Uint8ClampedArray.prototype, "sort", { 2617 2618 enumerable: false, … … 2624 2625 } 2625 2626 2627 }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}) 2626 2628 },{}],12:[function(require,module,exports){ 2627 2629 (function (global){ -
storyform/trunk/readme.txt
r1305919 r1403443 6 6 Tags: storyform, narrative, magazine, longform, photography, slider 7 7 Requires at least: 2.6.1 8 Tested up to: 4. 48 Tested up to: 4.5 9 9 Stable tag: trunk 10 10 License: GPLv2 or later -
storyform/trunk/storyform.php
r1305919 r1403443 5 5 Plugin Name: Storyform 6 6 Plugin URI: http://storyform.co/docs/wordpress 7 Version: 0.6.1 17 Version: 0.6.12 8 8 Description: Plugin to enable Storyform on select posts. Works with both SEO and non-SEO permalinks. 9 9 Author: Storyform … … 13 13 14 14 global $storyform_version; 15 $storyform_version = '0.6.1 1'; // The plugin version15 $storyform_version = '0.6.12'; // The plugin version 16 16 17 17 require_once( dirname( __FILE__ ) . '/config.php');
Note: See TracChangeset
for help on using the changeset viewer.