Plugin Directory

Changeset 1262030


Ignore:
Timestamp:
10/08/2015 11:03:10 PM (10 years ago)
Author:
RylanH
Message:

Fixes issue with when preview reading mode is on

Location:
storyform/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • storyform/trunk/config.php

    r1261349 r1262030  
    1919
    2020    function get_static_hostname(){
    21         if( !Storyform_Options::get_instance()->get_preview_next_version() ){
     21        if( Storyform_Options::get_instance()->get_preview_next_version() ){
    2222            return '//betastatic.storyform.co';
    2323        } else {
  • storyform/trunk/storyform.php

    r1261349 r1262030  
    55Plugin Name:  Storyform
    66Plugin URI:   http://storyform.co/docs/wordpress
    7 Version:      0.6.8
     7Version:      0.6.9
    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.8'; // The plugin version
     15$storyform_version = '0.6.9'; // The plugin version
    1616
    1717require_once( dirname( __FILE__ ) . '/config.php');
Note: See TracChangeset for help on using the changeset viewer.