Plugin Directory

Changeset 2151323


Ignore:
Timestamp:
09/05/2019 02:58:15 AM (7 years ago)
Author:
sebaxtian
Message:

Readme for v0.1.3

Location:
scss-library/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scss-library/trunk/README.md

    r2151321 r2151323  
    5252## Changelog
    5353### 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
    5756### 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.
    6159
    6260### 0.1.1
    63 * Solving multisite bug.
     61* Bug fixed: multisite pages lost the path to the compiled files.
    6462
    6563### 0.1
  • scss-library/trunk/readme.txt

    r2151321 r2151323  
    5252== Changelog ==
    5353= 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
    5756= 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.
    6159
    6260= 0.1.1 =
    63 * Solving multisite bug.
     61* Bug fixed: multisite pages lost the path to the compiled files.
    6462
    6563= 0.1 =
Note: See TracChangeset for help on using the changeset viewer.