Changeset 1278941
- Timestamp:
- 11/03/2015 08:21:58 PM (10 years ago)
- File:
-
- 1 edited
-
my-custom-css/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
my-custom-css/trunk/readme.txt
r1278834 r1278941 49 49 = 2.0 = 50 50 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)... 52 52 53 53 == Changelog == … … 55 55 = 2.0 = 56 56 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)... 59 59 60 60 = 1.9 =
Note: See TracChangeset
for help on using the changeset viewer.