Plugin Directory

Changeset 1278941


Ignore:
Timestamp:
11/03/2015 08:21:58 PM (10 years ago)
Author:
DarkWolf
Message:

readme.txt update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • my-custom-css/trunk/readme.txt

    r1278834 r1278941  
    4949= 2.0 =
    5050
    51 * Now use "$wp_filesystem->put_contents" instead of "file_put_contents" (fix issue permission)...
     51* Now use "$wp_filesystem->put_contents" and "wp_mkdir_p" instead of "file_put_contents" and "mkdir" (fix issue permission)...
    5252
    5353== Changelog ==
     
    5555= 2.0 =
    5656
    57 * Now use "$wp_filesystem->put_contents" instead of "file_put_contents" (fix issue permission)...
    58 * Move backup in "hidden directory" (prevent long css list in wordpress plugin editor)...
     57* Now use "$wp_filesystem->put_contents" and "wp_mkdir_p" instead of "file_put_contents" and "mkdir" (fix issue permission)...
     58* Move backup in "hidden directory" - with old backup migration (prevent long css list in wordpress plugin editor)...
    5959
    6060= 1.9 =
Note: See TracChangeset for help on using the changeset viewer.