mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
Added missing date attribute to plugin.xml files.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.1 2009-10-30 09:11:01 e107coders Exp $ -->
|
||||
<e107Plugin name="Blank Plugin" version="2.0" compatibility="0.8" installRequired="true" xhtmlcompliant="true" >
|
||||
<e107Plugin name="Blank Plugin" version="2.0" date="2012-08-01" compatibility="0.8" installRequired="true" xhtmlcompliant="true" >
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>A Blank Plugin to help you get started in plugin development</description>
|
||||
<category>misc</category>
|
||||
|
Reference in New Issue
Block a user