Skip to content

Commit

Permalink
Updated meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdunn committed Oct 18, 2011
1 parent 8add744 commit b099334
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 44 deletions.
45 changes: 1 addition & 44 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,50 +1,7 @@
# Entity Diagram

* Version: 1.4.5
* Author: Nick Dunn
* Build Date: 2011-05-08
* Requirements: Symphony 2.2

## Installation

1. Download and upload the 'entity_diagram' folder in this archive to your Symphony 'extensions' folder.
2. Enable it by selecting the "Entity Diagram", choose Enable from the with-selected menu, then click Apply.
3. Select "Entity Diagram" from the System menu within Symphony.

## Changes

- 1.4.4
- updates for Symphony 2.2 compatibility

1.4.3
- README update blunder

- 1.4.2
- removed very broken print stylesheets (no longer supported)
- added output of IDs to Graphviz (thanks designermonkey!)
- added page size (A4 etc.) to Graphviz (thanks designermonkey!)
- added optional output of relationship arrows
- tidied up Graphviz output

- 1.4.1 (thanks phoque!)
- removed jQuery, now uses Symphony's jQuery bundle
- added German localisation

- 1.4
- various bug fixes
- added support for Graphviz export in System > Preferences
- added support for Subsection Manager field

- 1.3
- Now appears under the Blueprints menu. Requires Symphony 2.0.3.

- 1.2
- Fixed a bug related to Select Box Link field v1.7+
- Entity Diagram now appears under the System menu

- 1.1
- Fixed by where sections added to the DOM were not checked on every iteration
- Field labels now correctly use the `label` field from the database rather than handle-ised `element_name`

- 1.0
- Initial release
3. Select "Entity Diagram" from the System menu within Symphony.
23 changes: 23 additions & 0 deletions extension.meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension id="entity_diagram">
<name>Entity Diagram</name>
<description>Visualise your sections in an interactive entity/UML-type diagram, or export to Graphviz to print, share and document your projects.</description>
<repo type="github">https://github.com/nickdunn/entity_diagram</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/646/</url>
<types>
<type>Other</type>
</types>
<authors>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<media>
<item type="image" url="http://symphonyextensions.com/nickdunn/entity_diagram/media/entity_diagram.jpg">Example interactive diagram</item>
</media>
<releases>
<release version="1.4.5" date="2011-05-08" min="2.2" />
<release version="1.4.3" date="2011-05-01" min="2.0.3" />
</releases>
</extension>

0 comments on commit b099334

Please sign in to comment.