File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33All Notable changes to ` Vars ` will be documented in this file
44
5+ ## 1.1.1 - 2016-02-17
6+
7+ ### Fixes
8+ - ` _globals ` are now cached
9+
510## 1.1.0 - 2016-02-05
611
712### Added
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ private function loadFromCache()
210210 'loaders ' ,
211211 'resources ' ,
212212 'replacements ' ,
213+ 'globals ' ,
213214 );
214215
215216 $ loaded_vars = get_object_vars ($ this ->cache ->getLoadedVars ());
@@ -224,7 +225,7 @@ private function loadFromCache()
224225 }
225226
226227 /**
227- * Checks if the base and cache paths have been set, if not set then will use the $resource as the base path
228+ * Checks if the base and cache paths have been set, if not\ set then will use the $resource as the base path
228229 *
229230 * @param string $resource The resource to use to set the paths if they haven't been set
230231 */
You can’t perform that action at this time.
0 commit comments