Changeset 1334586
- Timestamp:
- 01/23/2016 05:38:42 PM (10 years ago)
- Location:
- wp-mystat
- Files:
-
- 3 edited
-
tags/3.3/driver/wordpress.class.php (modified) (1 diff)
-
tags/3.3/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-mystat/tags/3.3/driver/wordpress.class.php
r1334409 r1334586 552 552 $this->context->updateDefinition(false); 553 553 if($redirect){ 554 wp_safe_redirect($this->getRedirectUri());554 // wp_safe_redirect($this->getRedirectUri()); 555 555 } 556 556 } -
wp-mystat/tags/3.3/readme.txt
r1334489 r1334586 19 19 * System memory 256Mb 20 20 * 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") 24 24 25 25 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 19 19 * System memory 256Mb 20 20 * 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") 24 24 25 25 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.