Changeset 741308
- Timestamp:
- 07/15/2013 09:54:27 PM (13 years ago)
- Location:
- mncombine/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
class-plugin-mncombine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mncombine/trunk/README.txt
r738903 r741308 5 5 Requires at least: 3.3.1 6 6 Tested up to: 3.5.2 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 9 9 Easily manage the merging and compression of js and css files from plugins and themes … … 40 40 conjunction with development mode. 41 41 42 = Can I exclude certain pages from using the plugin = 43 44 As of version 1.1.0 you can exclude pages from compiling/compressing css or js files using a regular expression in the general 45 settings tab. 46 47 42 48 == Screenshots == 43 49 … … 49 55 50 56 == Changelog == 57 58 = 1.1.1 = 59 * Fixed Fatal Error on "Cache" admin page before cache folder had been generated 51 60 52 61 = 1.1.0 = -
mncombine/trunk/class-plugin-mncombine.php
r738903 r741308 498 498 private function find_cache() 499 499 { 500 if( !is_dir($this->uploads['basedir'] . '/' . $this->upload_dir) ) 501 return; 502 500 503 $directory = new RecursiveDirectoryIterator( $this->uploads['basedir'] . '/' . $this->upload_dir ); 501 504
Note: See TracChangeset
for help on using the changeset viewer.