Plugin Directory

Changeset 1545276


Ignore:
Timestamp:
12/04/2016 06:29:05 AM (9 years ago)
Author:
3UU
Message:

chang stable tag

Location:
flexistatic
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • flexistatic/tags/1.0.3/readme.txt

    r1545233 r1545276  
    44Requires at least: 4.4
    55Tested up to: 4.6.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77License: MIT
    88License URI: http://opensource.org/licenses/mit
     
    5858time.
    5959
    60 = Q: My browser start a "download" if request a static file
     60= Q: My browser start a "download" if request a static file =
    6161A: If your permalinks are defined as directories, the webserver can not
    6262know the MIME type of the static file. It is up to you that your
    6363webserver will send the correct headers.
    6464
    65 = Q: I get security warnings of my browser if I reqest a static file
     65= Q: I get security warnings of the browser if I request a static file =
    6666A: If your server support http and https please make sure to create the
    6767static files while WP has configured the WP address and website address
  • flexistatic/trunk/flexistatic.php

    r1545233 r1545276  
    122122  // all list posts/pages
    123123  echo "<h2>".__('Make single posts static.','flexistatic')."</h2>";
    124   // alle Seiten-Urls holen
     124  // retrieve all URLs
    125125  $posts = new WP_Query('post_type=any&posts_per_page=-1');
    126126  $posts = $posts->posts;
  • flexistatic/trunk/readme.txt

    r1545233 r1545276  
    44Requires at least: 4.4
    55Tested up to: 4.6.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77License: MIT
    88License URI: http://opensource.org/licenses/mit
     
    5858time.
    5959
    60 = Q: My browser start a "download" if request a static file
     60= Q: My browser start a "download" if request a static file =
    6161A: If your permalinks are defined as directories, the webserver can not
    6262know the MIME type of the static file. It is up to you that your
    6363webserver will send the correct headers.
    6464
    65 = Q: I get security warnings of my browser if I reqest a static file
     65= Q: I get security warnings of the browser if I request a static file =
    6666A: If your server support http and https please make sure to create the
    6767static files while WP has configured the WP address and website address
Note: See TracChangeset for help on using the changeset viewer.