Plugin Directory

Changeset 2948215


Ignore:
Timestamp:
08/06/2023 05:57:26 PM (3 years ago)
Author:
3UU
Message:

PHP8 ready; fixed regex suggestion; tested up to WPv6.1

Location:
flexistatic
Files:
17 edited
1 copied

Legend:

Unmodified
Added
Removed
  • flexistatic

    • Property svn:ignore
      •  

        old new  
        11*~
         2.git*
         3svnignore.txt
  • flexistatic/assets

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/branches

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/tags

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/tags/1.0.0

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/tags/1.0.1

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/tags/1.0.2

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/tags/1.0.3

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/tags/1.0.4

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/tags/2.0.1

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/tags/2.0.2

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/tags/2.1.0

    • Property svn:ignore set to
      *~
      .git*
      svnignore.txt
  • flexistatic/tags/2.1.4

    • Property svn:ignore
      •  

        old new  
        11*~
        2 .git
         2.git*
        33svnignore.txt
  • flexistatic/tags/2.1.4/flexistatic.php

    r2810698 r2948215  
    55 * Description:  Make real static posts flexible.
    66 * Author: 3UU
    7  * Version: 2.1.3
     7 * Version: 2.1.4
    88 * Author URI: http://datenverwurstungszentrale.com
    99 * License: MIT
     
    246246    // needed by other parts of the software.
    247247    $content.="<!-- static3UU|$static3uu_post_ID -->";
     248
     249#    if( file_put_contents($fsfile, $content) === false ) {echo "Error write file!!!"; die();}
    248250    file_put_contents($fsfile, $content);
    249251
  • flexistatic/tags/2.1.4/readme.txt

    r2810771 r2948215  
    33Tags: static page, performance
    44Requires at least: 6.0
    5 Requires PHP: 7.2
    6 Tested up to: 6.1.0
    7 Stable tag: 2.1.3
     5Requires PHP: 8.1
     6Tested up to: 6.2.2
     7Stable tag: 2.1.4
    88License: MIT
    99License URI: http://opensource.org/licenses/mit
  • flexistatic/trunk

    • Property svn:ignore
      •  

        old new  
        11*~
        2 .git
         2.git*
        33svnignore.txt
  • flexistatic/trunk/flexistatic.php

    r2810698 r2948215  
    55 * Description:  Make real static posts flexible.
    66 * Author: 3UU
    7  * Version: 2.1.3
     7 * Version: 2.1.4
    88 * Author URI: http://datenverwurstungszentrale.com
    99 * License: MIT
     
    246246    // needed by other parts of the software.
    247247    $content.="<!-- static3UU|$static3uu_post_ID -->";
     248
     249#    if( file_put_contents($fsfile, $content) === false ) {echo "Error write file!!!"; die();}
    248250    file_put_contents($fsfile, $content);
    249251
  • flexistatic/trunk/readme.txt

    r2810771 r2948215  
    33Tags: static page, performance
    44Requires at least: 6.0
    5 Requires PHP: 7.2
    6 Tested up to: 6.1.0
    7 Stable tag: 2.1.3
     5Requires PHP: 8.1
     6Tested up to: 6.2.2
     7Stable tag: 2.1.4
    88License: MIT
    99License URI: http://opensource.org/licenses/mit
Note: See TracChangeset for help on using the changeset viewer.