Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit f9efead

Browse files
committed
Changelog and Readme updates
1 parent b441d4f commit f9efead

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ In order to use AngularFire in your project, you need to include the following f
2222

2323
```html
2424
<!-- AngularJS -->
25-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.min.js"></script>
25+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.min.js"></script>
2626

2727
<!-- Firebase -->
2828
<script src="https://cdn.firebase.com/js/client/2.4.0/firebase.js"></script>
2929

3030
<!-- AngularFire -->
31-
<script src="https://cdn.firebase.com/libs/angularfire/1.1.3/angularfire.min.js"></script>
31+
<script src="https://cdn.firebase.com/libs/angularfire/1.1.4/angularfire.min.js"></script>
3232
```
3333

3434
Use the URL above to download both the minified and non-minified versions of AngularFire from the

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
feature - Upgraded Angular dependency to support 1.4.x
2+
changed - Removed PhantomJS dependency from e2e tests (now run using Chrome)
3+
changed - Removed Bower.js dependency from build process

0 commit comments

Comments
 (0)