Plugin Directory

Changeset 1334586


Ignore:
Timestamp:
01/23/2016 05:38:42 PM (10 years ago)
Author:
mystat
Message:

Fixed some bug

Location:
wp-mystat
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-mystat/tags/3.3/driver/wordpress.class.php

    r1334409 r1334586  
    552552    $this->context->updateDefinition(false);
    553553    if($redirect){
    554       wp_safe_redirect($this->getRedirectUri());
     554//      wp_safe_redirect($this->getRedirectUri());
    555555    }
    556556  }
  • wp-mystat/tags/3.3/readme.txt

    r1334489 r1334586  
    1919 * System memory 256Mb
    2020 * PHP modules need to install:
    21    * ZIP (http://php.net/manual/en/zip.installation.php "Install instruction")
    22    * DOM XML (http://php.net/manual/en/dom.installation.php "Install instruction")
    23    * XSL (http://php.net/manual/en/xsl.installation.php "Install instruction")
     21   * [ZIP](http://php.net/manual/en/zip.installation.php "Install instruction")
     22   * [DOM XML](http://php.net/manual/en/dom.installation.php "Install instruction")
     23   * [XSL](http://php.net/manual/en/xsl.installation.php "Install instruction")
    2424
    2525 Plugin must be regularly updated database definitions. When you first start this happens automatically. Subsequent updates you control by yourself. To use the updates require access to the resource http://my-stat.com
  • wp-mystat/trunk/readme.txt

    r1334489 r1334586  
    1919 * System memory 256Mb
    2020 * PHP modules need to install:
    21    * ZIP (http://php.net/manual/en/zip.installation.php "Install instruction")
    22    * DOM XML (http://php.net/manual/en/dom.installation.php "Install instruction")
    23    * XSL (http://php.net/manual/en/xsl.installation.php "Install instruction")
     21   * [ZIP](http://php.net/manual/en/zip.installation.php "Install instruction")
     22   * [DOM XML](http://php.net/manual/en/dom.installation.php "Install instruction")
     23   * [XSL](http://php.net/manual/en/xsl.installation.php "Install instruction")
    2424
    2525 Plugin must be regularly updated database definitions. When you first start this happens automatically. Subsequent updates you control by yourself. To use the updates require access to the resource http://my-stat.com
Note: See TracChangeset for help on using the changeset viewer.