Changeset 206

Show
Ignore:
Timestamp:
02/12/08 11:23:42 (5 years ago)
Author:
d0nut
Message:

updatet public seo rewriter to 1.1.6

Location:
publicseorewriter
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • publicseorewriter/files/lib/page/PublicSEORewriter.class.php

    r159 r206  
    33require_once(WBB_DIR.'lib/data/board/Board.class.php'); 
    44 
    5 // do import if rewriter exists 
     5// does wbb seo util exist ? 
    66if(file_exists(WBB_DIR.'lib/data/page/seo/WBBSEORewriter.class.php')) { 
    77        require_once(WBB_DIR.'lib/data/page/seo/WBBSEORewriter.class.php'); 
     
    1212                protected $encodeHTML, $cachedThreads=array(), $cachedBoardTitles=array(); 
    1313        } 
     14} 
     15 
     16// does wcf seo util exist ? 
     17if(!file_exists(WCF_DIR.'lib/data/page/seo/SEOUtil.class.php')) { 
    1418        class SEOUtil { 
    1519                public static function formatString($string) { 
  • publicseorewriter/package.xml

    r159 r206  
    66                <packageDescription><![CDATA[Public Interfaces for the SEO Tool]]></packageDescription> 
    77                <packageDescription languagecode="de"><![CDATA[Öffentliche Schnittstellen fÃŒr das SEO Tool]]></packageDescription> 
    8                 <version>1.1.5</version> 
     8                <version>1.1.6</version> 
    99                <date>DATE</date> 
    1010                <plugin>com.woltlab.wcf.data.page</plugin> 
     
    2222 
    2323        <instructions type="install"> 
     24                <files>files.tar</files> 
     25        </instructions> 
     26         
     27        <instructions type="update" fromversion="1.1.5"> 
    2428                <files>files.tar</files> 
    2529        </instructions>