Changeset 2948215
- Timestamp:
- 08/06/2023 05:57:26 PM (3 years ago)
- Location:
- flexistatic
- Files:
-
- 17 edited
- 1 copied
-
. (modified) (1 prop)
-
assets (modified) (1 prop)
-
branches (modified) (1 prop)
-
tags (modified) (1 prop)
-
tags/1.0.0 (modified) (1 prop)
-
tags/1.0.1 (modified) (1 prop)
-
tags/1.0.2 (modified) (1 prop)
-
tags/1.0.3 (modified) (1 prop)
-
tags/1.0.4 (modified) (1 prop)
-
tags/2.0.1 (modified) (1 prop)
-
tags/2.0.2 (modified) (1 prop)
-
tags/2.1.0 (modified) (1 prop)
-
tags/2.1.4 (copied) (copied from flexistatic/trunk) (1 prop)
-
tags/2.1.4/flexistatic.php (modified) (2 diffs)
-
tags/2.1.4/readme.txt (modified) (1 diff)
-
trunk (modified) (1 prop)
-
trunk/flexistatic.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flexistatic
- Property svn:ignore
-
old new 1 1 *~ 2 .git* 3 svnignore.txt
-
- Property svn:ignore
-
flexistatic/assets
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/branches
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/tags
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/tags/1.0.0
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/tags/1.0.1
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/tags/1.0.2
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/tags/1.0.3
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/tags/1.0.4
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/tags/2.0.1
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/tags/2.0.2
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/tags/2.1.0
-
Property
svn:ignore
set to
*~
.git*
svnignore.txt
-
Property
svn:ignore
set to
-
flexistatic/tags/2.1.4
- Property svn:ignore
-
old new 1 1 *~ 2 .git 2 .git* 3 3 svnignore.txt
-
- Property svn:ignore
-
flexistatic/tags/2.1.4/flexistatic.php
r2810698 r2948215 5 5 * Description: Make real static posts flexible. 6 6 * Author: 3UU 7 * Version: 2.1. 37 * Version: 2.1.4 8 8 * Author URI: http://datenverwurstungszentrale.com 9 9 * License: MIT … … 246 246 // needed by other parts of the software. 247 247 $content.="<!-- static3UU|$static3uu_post_ID -->"; 248 249 # if( file_put_contents($fsfile, $content) === false ) {echo "Error write file!!!"; die();} 248 250 file_put_contents($fsfile, $content); 249 251 -
flexistatic/tags/2.1.4/readme.txt
r2810771 r2948215 3 3 Tags: static page, performance 4 4 Requires at least: 6.0 5 Requires PHP: 7.26 Tested up to: 6. 1.07 Stable tag: 2.1. 35 Requires PHP: 8.1 6 Tested up to: 6.2.2 7 Stable tag: 2.1.4 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/mit -
flexistatic/trunk
- Property svn:ignore
-
old new 1 1 *~ 2 .git 2 .git* 3 3 svnignore.txt
-
- Property svn:ignore
-
flexistatic/trunk/flexistatic.php
r2810698 r2948215 5 5 * Description: Make real static posts flexible. 6 6 * Author: 3UU 7 * Version: 2.1. 37 * Version: 2.1.4 8 8 * Author URI: http://datenverwurstungszentrale.com 9 9 * License: MIT … … 246 246 // needed by other parts of the software. 247 247 $content.="<!-- static3UU|$static3uu_post_ID -->"; 248 249 # if( file_put_contents($fsfile, $content) === false ) {echo "Error write file!!!"; die();} 248 250 file_put_contents($fsfile, $content); 249 251 -
flexistatic/trunk/readme.txt
r2810771 r2948215 3 3 Tags: static page, performance 4 4 Requires at least: 6.0 5 Requires PHP: 7.26 Tested up to: 6. 1.07 Stable tag: 2.1. 35 Requires PHP: 8.1 6 Tested up to: 6.2.2 7 Stable tag: 2.1.4 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/mit
Note: See TracChangeset
for help on using the changeset viewer.