23 lines
		
	
	
		
			836 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			836 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8" ?>
 | |
| <extension type="plugin" version="3.7.0" group="fields" method="upgrade">
 | |
| 	<name>ACF_URL</name>
 | |
| 	<description>ACF_URL_DESC</description>
 | |
| 	<author>Tassos Marinos</author>
 | |
| 	<creationDate>October 2018</creationDate>
 | |
| 	<copyright>Copyright (C) 2019 Tassos Marinos. All rights reserved.</copyright>
 | |
| 	<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
 | |
| 	<authorEmail>info@tassos.gr</authorEmail>
 | |
| 	<authorUrl>www.tassos.gr</authorUrl>
 | |
| 	<version>1.0</version>
 | |
| 	<scriptfile>script.install.php</scriptfile>
 | |
| 	<files>
 | |
| 		<filename plugin="acfurl">acfurl.php</filename>
 | |
| 		<filename>script.install.helper.php</filename>
 | |
| 		<filename>version.php</filename>
 | |
| 		<folder>fields</folder>
 | |
| 		<folder>language</folder>
 | |
| 		<folder>params</folder>
 | |
| 		<folder>tmpl</folder>
 | |
| 	</files>
 | |
| </extension>
 |