Changeset 2151323
- Timestamp:
- 09/05/2019 02:58:15 AM (7 years ago)
- Location:
- scss-library/trunk
- Files:
-
- 2 edited
-
README.md (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scss-library/trunk/README.md
r2151321 r2151323 52 52 ## Changelog 53 53 ### 0.1.3 54 * Autoptimize does not aggregate compiled files. 55 * Autoptimize by default does not aggregate files stored in the cache directory. Declaring a new build directory solves the bug. 56 54 * Bug fixed: Autoptimize does not aggregate compiled files. 55 57 56 ### 0.1.2 58 * Fixing filename bugs. 59 * A new version number in the declaration sets a new filename, which creates new files without deleting the previous ones. Now the plugin uses only the url path as the basis for the name of the compiled file. 60 * Create compiled file if the file does not exist. 57 * Create compiled file if the file does not exist. 58 * Bug fixed: new version number in the wp\_enqueue\_style declaration recreates build file with a new name. 61 59 62 60 ### 0.1.1 63 * Solving multisite bug.61 * Bug fixed: multisite pages lost the path to the compiled files. 64 62 65 63 ### 0.1 -
scss-library/trunk/readme.txt
r2151321 r2151323 52 52 == Changelog == 53 53 = 0.1.3 = 54 * Autoptimize does not aggregate compiled files. 55 * Autoptimize by default does not aggregate files stored in the cache directory. Declaring a new build directory solves the bug. 56 54 * Bug fixed: Autoptimize does not aggregate compiled files. 55 57 56 = 0.1.2 = 58 * Fixing filename bugs. 59 * A new version number in the declaration sets a new filename, which creates new files without deleting the previous ones. Now the plugin uses only the url path as the basis for the name of the compiled file. 60 * Create compiled file if the file does not exist. 57 * Create compiled file if the file does not exist. 58 * Bug fixed: new version number in the wp\_enqueue\_style declaration recreates build file with a new name. 61 59 62 60 = 0.1.1 = 63 * Solving multisite bug.61 * Bug fixed: multisite pages lost the path to the compiled files. 64 62 65 63 = 0.1 =
Note: See TracChangeset
for help on using the changeset viewer.