Skip to content
Snippets Groups Projects
Commit 4cd62a13 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Version 2.4.1: Move domain to open-tools.net

parent b9c2a8b5
No related branches found
No related tags found
No related merge requests found
BASE=rules_shipping BASE=rules_shipping
BASE_ADV=rules_shipping_advanced BASE_ADV=rules_shipping_advanced
PLUGINTYPE=vmshipment PLUGINTYPE=vmshipment
VERSION=2.4.0 VERSION=2.4.1
PLUGINFILES=$(BASE).php $(BASE)_base.php $(BASE).script.php $(BASE).xml index.html PLUGINFILES=$(BASE).php $(BASE)_base.php $(BASE).script.php $(BASE).xml index.html
PLUGINFILES_ADV=$(BASE_ADV).php $(BASE)_base.php $(BASE_ADV).script.php $(BASE_ADV).xml index.html PLUGINFILES_ADV=$(BASE_ADV).php $(BASE)_base.php $(BASE_ADV).script.php $(BASE_ADV).xml index.html
......
<?php <?php
// Check to ensure this file is within the rest of the framework /*------------------------------------------------------------------------
# rklabel.php - simple param element to display text
# ------------------------------------------------------------------------
# author Reinhold Kainhofer, The Open Tools Association
# copyright Copyright (C) 2013 open-tools.net. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl.html GNU/GPL
# Websites: http://www.open-tools.net/
# Technical Support: Forum - http://www.open-tools.net/forum/index.html
-------------------------------------------------------------------------*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
// Check to ensure this file is within the rest of the framework
defined('JPATH_BASE') or die(); defined('JPATH_BASE') or die();
/** /**
......
...@@ -5,7 +5,6 @@ defined('_JEXEC') or die(); ...@@ -5,7 +5,6 @@ defined('_JEXEC') or die();
* @package VirtueMart * @package VirtueMart
* @subpackage Plugins - Elements * @subpackage Plugins - Elements
* @author Valérie Isaksen, Reinhold Kainhofer * @author Valérie Isaksen, Reinhold Kainhofer
* @link http://www.virtuemart.net
* @copyright Copyright (c) 2004 - 2011 VirtueMart Team. All rights reserved. * @copyright Copyright (c) 2004 - 2011 VirtueMart Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* VirtueMart is free software. This version may have been modified pursuant * VirtueMart is free software. This version may have been modified pursuant
......
File added
File added
...@@ -9,7 +9,7 @@ defined ('_JEXEC') or die('Restricted access'); ...@@ -9,7 +9,7 @@ defined ('_JEXEC') or die('Restricted access');
* @package VirtueMart * @package VirtueMart
* @subpackage Plugins - shipment * @subpackage Plugins - shipment
* @copyright Copyright (C) 2004-2012 VirtueMart Team - All rights reserved. * @copyright Copyright (C) 2004-2012 VirtueMart Team - All rights reserved.
* @copyright Copyright (C) 2013 Reinhold Kainhofer, reinhold@kainhofer.com * @copyright Copyright (C) 2013 Reinhold Kainhofer, office@open-tools.net
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* VirtueMart is free software. This version may have been modified pursuant * VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or * to the GNU General Public License, and as distributed it includes or
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
<name>VMSHIPMENT_RULES</name> <name>VMSHIPMENT_RULES</name>
<creationDate>2013-02-08</creationDate> <creationDate>2013-02-08</creationDate>
<author>Reinhold Kainhofer</author> <author>Reinhold Kainhofer</author>
<authorUrl>http://www.kainhofer.com</authorUrl> <authorUrl>http://www.open-tools.net</authorUrl>
<copyright>Copyright (C) 2013, Reinhold Kainhofer</copyright> <copyright>Copyright (C) 2013, Reinhold Kainhofer</copyright>
<license>GPL v3+</license> <license>GPL v3+</license>
<version>2.4.0</version> <version>2.4.1</version>
<description>VMSHIPMENT_RULES_DESC</description> <description>VMSHIPMENT_RULES_DESC</description>
<files> <files>
<filename plugin="rules_shipping">rules_shipping.php</filename> <filename plugin="rules_shipping">rules_shipping.php</filename>
......
...@@ -6,10 +6,9 @@ defined ('_JEXEC') or die('Restricted access'); ...@@ -6,10 +6,9 @@ defined ('_JEXEC') or die('Restricted access');
* Shipment plugin for general, rules-based shipments, like regular postal services with complex shipping cost structures * Shipment plugin for general, rules-based shipments, like regular postal services with complex shipping cost structures
* Advanced part, implementing general mathematical expression evaluation * Advanced part, implementing general mathematical expression evaluation
* *
* @version $Id$
* @package VirtueMart * @package VirtueMart
* @subpackage Plugins - shipment. * @subpackage Plugins - shipment.
* @copyright Copyright (C) 2013 Reinhold Kainhofer, reinhold@kainhofer.com * @copyright Copyright (C) 2013 Reinhold Kainhofer, office@open-tools.n.et
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* VirtueMart is free software. This version may have been modified pursuant * VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or * to the GNU General Public License, and as distributed it includes or
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
<name>VMSHIPMENT_RULES_ADV</name> <name>VMSHIPMENT_RULES_ADV</name>
<creationDate>2013-02-08</creationDate> <creationDate>2013-02-08</creationDate>
<author>Reinhold Kainhofer</author> <author>Reinhold Kainhofer</author>
<authorUrl>http://www.kainhofer.com</authorUrl> <authorUrl>http://www.open-tools.net</authorUrl>
<copyright>Copyright (C) 2013, Reinhold Kainhofer</copyright> <copyright>Copyright (C) 2013, Reinhold Kainhofer</copyright>
<license>GPL v3+</license> <license>GPL v3+</license>
<version>2.4.0</version> <version>2.4.1</version>
<description>VMSHIPMENT_RULES_ADV_DESC</description> <description>VMSHIPMENT_RULES_ADV_DESC</description>
<files> <files>
<filename plugin="rules_shipping_advanced">rules_shipping_advanced.php</filename> <filename plugin="rules_shipping_advanced">rules_shipping_advanced.php</filename>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment