Changeset 206
- Timestamp:
- 02/12/08 11:23:42 (5 years ago)
- Location:
- publicseorewriter
- Files:
-
- 2 modified
-
files/lib/page/PublicSEORewriter.class.php (modified) (2 diffs)
-
package.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
publicseorewriter/files/lib/page/PublicSEORewriter.class.php
r159 r206 3 3 require_once(WBB_DIR.'lib/data/board/Board.class.php'); 4 4 5 // do import if rewriter exists5 // does wbb seo util exist ? 6 6 if(file_exists(WBB_DIR.'lib/data/page/seo/WBBSEORewriter.class.php')) { 7 7 require_once(WBB_DIR.'lib/data/page/seo/WBBSEORewriter.class.php'); … … 12 12 protected $encodeHTML, $cachedThreads=array(), $cachedBoardTitles=array(); 13 13 } 14 } 15 16 // does wcf seo util exist ? 17 if(!file_exists(WCF_DIR.'lib/data/page/seo/SEOUtil.class.php')) { 14 18 class SEOUtil { 15 19 public static function formatString($string) { -
publicseorewriter/package.xml
r159 r206 6 6 <packageDescription><![CDATA[Public Interfaces for the SEO Tool]]></packageDescription> 7 7 <packageDescription languagecode="de"><![CDATA[Ãffentliche Schnittstellen fÃŒr das SEO Tool]]></packageDescription> 8 <version>1.1. 5</version>8 <version>1.1.6</version> 9 9 <date>DATE</date> 10 10 <plugin>com.woltlab.wcf.data.page</plugin> … … 22 22 23 23 <instructions type="install"> 24 <files>files.tar</files> 25 </instructions> 26 27 <instructions type="update" fromversion="1.1.5"> 24 28 <files>files.tar</files> 25 29 </instructions>
