Skip to content

Commit b94b25a

Browse files
committed
1.1.1
1 parent 8d7757c commit b94b25a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All 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

src/Vars.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)