Skip to content

Commit

Permalink
Maintenance. Cleaned up Readme and meta. Merged changes from symphoni…
Browse files Browse the repository at this point in the history
…sts/cron
  • Loading branch information
pointybeard committed Jul 28, 2015
2 parents 46f6af6 + b333fb0 commit 05fe4d7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 26 deletions.
10 changes: 5 additions & 5 deletions README.md → README.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Cron
# Symphony Cron

- Version: 1.0
- Author: Alistair Kearney
- Release Date: 26th May 2015
- Requirements: Symphony 2.6.x, Shell Extension 1.0.1 (https://github.com/pointybeard/shell)
- Version: 1.0.1
- Author: Alistair Kearney ([email protected])
- Release Date: 28th July 2015
- Requirements: Symphony 2.6.x, Shell Extension 1.0.2 (https://github.com/pointybeard/shell)

A system for automating tasks via the Symphony shell extension and cron.

Expand Down
50 changes: 29 additions & 21 deletions extension.meta.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension id="cron" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Cron</name>
<description>Commands to expose CRON like functionality via the Symphony Shell extension.</description>
<repo type="github">https://github.com/pointybeard/cron</repo>
<url type="discuss">https://github.com/pointybeard/cron</url>
<types>
<type>Utility</type>
</types>
<authors>
<author>
<name github="pointybeard" symphony="team">Alistair Kearney</name>
<website>http://alistairkearney.com</website>
</author>
</authors>
<releases>
<release version="1.0" date="2015-05-26" min="2.6">
- Updated for Symphony 2.6.x
</release>
<release version="0.1" date="2009-09-21" max="2.0.6">
- Initial release
</release>
</releases>
<name>Cron</name>
<description>Commands to expose CRON like functionality via the Symphony Shell extension.</description>
<repo type="github">https://github.com/pointybeard/cron</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/27322/</url>
<types>
<type>Utility</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="pointybeard" symphony="team">Alistair Kearney</name>
<website>http://alistairkearney.com</website>
</author>
</authors>
<dependencies>
<dependency version="1.0.2">shell</dependency>
</dependencies>
<releases>
<release version="1.0.1" date="2015-07-28" min="2.6">
- Maintenance. Cleaned up Readme and meta. Merged changes from symphonists/cron
</release>
<release version="1.0" date="2015-05-26" min="2.6">
- Updated for Symphony 2.6.x
</release>
<release version="0.1.1" date="2009-08-18" min="2.0.7" max="2.0.x" />
<release version="0.1" date="2009-09-21" max="2.0.6">
- Initial release
</release>
</releases>
</extension>

0 comments on commit 05fe4d7

Please sign in to comment.