Skip to content

Commit 820b2a0

Browse files
committed
Merge branch 'release/1.0.2'
2 parents 6cdf1b7 + 64d3c2a commit 820b2a0

File tree

7 files changed

+8
-15
lines changed

7 files changed

+8
-15
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,12 @@ Catcher is a bundle of plugins and a library for catching and debug Joomla! even
77

88
### Composer
99

10-
You can install this package using [Composer](https://getcomposer.org/). Create a `composer.json` file inside the root directory of your Joomla! site containing the following code:
10+
Go to the root directory of your Joomla installation in command line and execute this command:
1111

1212
```
13-
{
14-
"require": {
15-
"nooku/pkg_catcher": "dev-master"
16-
},
17-
"minimum-stability": "dev"
18-
}
13+
composer require nooku/joomla-catcher:*
1914
```
2015

21-
Run composer install.
22-
2316
### Phing
2417

2518
For convenience, a [phing](http://www.phing.info/) script for building the package is also available under the `/scripts/build` folder of the repo.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nooku/pkg_catcher",
2+
"name": "nooku/joomla-catcher",
33
"type": "joomla-extension",
44
"license": "GPLv3",
55
"description": "A bundle of plugins and a library for catching and debug Joomla! events",

packages/lib_catcher/catcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<url>https://github.com/nooku/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
11-
<version>1.0.0</version>
11+
<version>1.0.2</version>
1212
<description>Base classes for events catching plugins</description>
1313
<files>
1414
<folder>plugin</folder>

packages/plg_content_catcher/catcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<url>https://github.com/nooku/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
11-
<version>1.0.0</version>
11+
<version>1.0.2</version>
1212
<description>PLG_CONTENT_CATCHER_XML_DESCRIPTION</description>
1313

1414
<files>

packages/plg_extension_catcher/catcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<url>https://github.com/nooku/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
11-
<version>1.0.0</version>
11+
<version>1.0.2</version>
1212
<description>PLG_EXTENSION_CATCHER_XML_DESCRIPTION</description>
1313

1414
<files>

packages/plg_user_catcher/catcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<url>https://github.com/nooku/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
11-
<version>1.0.0</version>
11+
<version>1.0.2</version>
1212
<description>PLG_USER_CATCHER_XML_DESCRIPTION</description>
1313

1414
<files>

pkg_catcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<author>Timble</author>
55
<creationDate>September 2014</creationDate>
66
<packagename>catcher</packagename>
7-
<version>1.0.0</version>
7+
<version>1.0.2</version>
88
<url>https://github.com/nooku/joomla-catcher/</url>
99
<packager>Timble</packager>
1010
<packagerurl>http://www.timble.net/</packagerurl>

0 commit comments

Comments
 (0)