Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Plugin now loads images, albums, articles and videos directly into feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius Weidmann committed Sep 29, 2015
1 parent 46980ae commit e2cc483
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kyco Google+ Feed 2
===================
####Version: 2.1.0
####Version: 2.1.1

The best Google+ feed widget out there!

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.kyco.googleplusfeed2",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "www.kycosoftware.com",
"description": "The best Google+ feed widget out there!",
"main": "dist/jquery.kyco.googleplusfeed2.min.js",
Expand Down
3 changes: 2 additions & 1 deletion demo/css/jquery.kyco.googleplusfeed2.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** jquery.kyco.googleplusfeed
** ==========================
**
** Version 2.1.0
** Version 2.1.1
**
** Brought to you by
** https://www.kycosoftware.com/
Expand Down Expand Up @@ -145,6 +145,7 @@
}

.kyco_googleplusfeed .feed_post p.attachment.video iframe {
background-color: #eff;
border: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion demo/css/jquery.kyco.googleplusfeed2.demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** jquery.kyco.googleplusfeed
** ==========================
**
** Version 2.1.0
** Version 2.1.1
**
** Brought to you by
** https://www.kycosoftware.com/
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
** jquery.kyco.googleplusfeed
** ==========================
**
** Version 2.1.0
** Version 2.1.1
**
** Brought to you by
** https://www.kycosoftware.com/
Expand Down
2 changes: 1 addition & 1 deletion demo/js/jquery.kyco.googleplusfeed2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/jquery.kyco.googleplusfeed2.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** jquery.kyco.googleplusfeed
** ==========================
**
** Version 2.1.0
** Version 2.1.1
**
** Brought to you by
** https://www.kycosoftware.com/
Expand Down Expand Up @@ -145,6 +145,7 @@
}

.kyco_googleplusfeed .feed_post p.attachment.video iframe {
background-color: #eff;
border: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.kyco.googleplusfeed2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** jquery.kyco.googleplusfeed
** ==========================
**
** Version 2.0.7
** Version 2.1.1
**
** Brought to you by
** https://www.kycosoftware.com/
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.kyco.googleplusfeed2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2cc483

Please sign in to comment.