Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m1 committed Feb 17, 2016
1 parent 8d7757c commit b94b25a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All Notable changes to `Vars` will be documented in this file

## 1.1.1 - 2016-02-17

### Fixes
- `_globals` are now cached

## 1.1.0 - 2016-02-05

### Added
Expand Down
3 changes: 2 additions & 1 deletion src/Vars.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ private function loadFromCache()
'loaders',
'resources',
'replacements',
'globals',
);

$loaded_vars = get_object_vars($this->cache->getLoadedVars());
Expand All @@ -224,7 +225,7 @@ private function loadFromCache()
}

/**
* Checks if the base and cache paths have been set, if not set then will use the $resource as the base path
* Checks if the base and cache paths have been set, if not\ set then will use the $resource as the base path
*
* @param string $resource The resource to use to set the paths if they haven't been set
*/
Expand Down

0 comments on commit b94b25a

Please sign in to comment.