Skip to content

Commit

Permalink
move repository
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkudera committed Jul 18, 2015
1 parent 751e5ec commit 41dd31a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/sakren/nette-menu.png?branch=master)](https://travis-ci.org/sakren/nette-menu)
[![Donate](http://b.repl.ca/v1/donate-PayPal-brightgreen.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HPH6AC9D5LGHY)
[![Build Status](https://img.shields.io/travis/Carrooi/Nette-Menu.svg?style=flat-square)](https://travis-ci.org/Carrooi/Nette-Menu)
[![Donate](https://img.shields.io/badge/donate-PayPal-brightgreen.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HPH6AC9D5LGHY)

# Nette menu

Expand Down Expand Up @@ -354,6 +354,9 @@ class BookPresenter extends BasePresenter

## Changelog

* 1.1.1
+ Move under Carrooi organization

* 1.1.0
+ Support for ACL permissions (thanks [whipsterCZ](https://github.com/whipsterCZ))
+ Support for generating sitemap (thanks [whipsterCZ](https://github.com/whipsterCZ))
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "sakren/nette-menu",
"name": "carrooi/nette-menu",
"type": "library",
"description": "Menu controls for Nette framework",
"keywords": ["nette", "menu", "control", "breadcrumbs"],
"homepage": "http://github.com/sakren/nette-menu",
"homepage": "https://github.com/Carrooi/Nette-Menu",
"license": "MIT",
"authors": [
{
Expand All @@ -13,7 +13,7 @@
}
],
"support": {
"issues": "https://github.com/sakren/nette-menu/issues"
"issues": "https://github.com/Carrooi/Nette-Menu/issues"
},
"require": {
"nette/nette": ">= 2.2.0"
Expand Down

0 comments on commit 41dd31a

Please sign in to comment.