forked from joomla/Component-Builder
Updated paypal donation link in readme note.
This commit is contained in:
parent
70635ff6f0
commit
90f48bd5fa
@ -144,7 +144,7 @@ TODO
|
|||||||
+ *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com)
|
+ *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com)
|
||||||
+ *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder)
|
+ *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder)
|
||||||
+ *First Build*: 30th April, 2015
|
+ *First Build*: 30th April, 2015
|
||||||
+ *Last Build*: 30th May, 2020
|
+ *Last Build*: 1st June, 2020
|
||||||
+ *Version*: 2.11.2
|
+ *Version*: 2.11.2
|
||||||
+ *Copyright*: Copyright (C) 2015 - 2020 Vast Development Method. All rights reserved.
|
+ *Copyright*: Copyright (C) 2015 - 2020 Vast Development Method. All rights reserved.
|
||||||
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
|
@ -144,7 +144,7 @@ TODO
|
|||||||
+ *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com)
|
+ *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com)
|
||||||
+ *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder)
|
+ *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder)
|
||||||
+ *First Build*: 30th April, 2015
|
+ *First Build*: 30th April, 2015
|
||||||
+ *Last Build*: 30th May, 2020
|
+ *Last Build*: 1st June, 2020
|
||||||
+ *Version*: 2.11.2
|
+ *Version*: 2.11.2
|
||||||
+ *Copyright*: Copyright (C) 2015 - 2020 Vast Development Method. All rights reserved.
|
+ *Copyright*: Copyright (C) 2015 - 2020 Vast Development Method. All rights reserved.
|
||||||
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
|
@ -5872,7 +5872,7 @@ Project duration: **###projectWeekTime### weeks** or **###projectMonthTime### mo
|
|||||||
## Donations<br />
|
## Donations<br />
|
||||||
<br />
|
<br />
|
||||||
If you want to support this project, please consider donating:<br />
|
If you want to support this project, please consider donating:<br />
|
||||||
* PayPal: [paypal.me/asseblief](https://www.paypal.me/asseblief) (Asseblief = Please) in Afrikaans<br />
|
* PayPal: [paypal.me/donationgeek](https://www.paypal.me/donationgeek)<br />
|
||||||
* Bitcoin: 18vURxYpPFjvNk8BnUy1ovCAyQmY3MzkSf<br />
|
* Bitcoin: 18vURxYpPFjvNk8BnUy1ovCAyQmY3MzkSf<br />
|
||||||
* Ethereum: 0x9548144662b47327c954f3e214edb96662d51218
|
* Ethereum: 0x9548144662b47327c954f3e214edb96662d51218
|
||||||
</code></div>"
|
</code></div>"
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<extension type="component" version="3.2" method="upgrade">
|
<extension type="component" version="3.2" method="upgrade">
|
||||||
<name>COM_COMPONENTBUILDER</name>
|
<name>COM_COMPONENTBUILDER</name>
|
||||||
<creationDate>30th May, 2020</creationDate>
|
<creationDate>1st June, 2020</creationDate>
|
||||||
<author>Llewellyn van der Merwe</author>
|
<author>Llewellyn van der Merwe</author>
|
||||||
<authorEmail>llewellyn@joomlacomponentbuilder.com</authorEmail>
|
<authorEmail>llewellyn@joomlacomponentbuilder.com</authorEmail>
|
||||||
<authorUrl>http://www.joomlacomponentbuilder.com</authorUrl>
|
<authorUrl>http://www.joomlacomponentbuilder.com</authorUrl>
|
||||||
|
@ -5898,6 +5898,7 @@ class com_componentbuilderInstallerScript
|
|||||||
'com_componentbuilder.fields' => 'com_componentbuilder.field',
|
'com_componentbuilder.fields' => 'com_componentbuilder.field',
|
||||||
'com_componentbuilder.fieldtypes' => 'com_componentbuilder.fieldtype'
|
'com_componentbuilder.fieldtypes' => 'com_componentbuilder.fieldtype'
|
||||||
);
|
);
|
||||||
|
|
||||||
// targeted tables (to fix all places categories are mapped into Joomla)
|
// targeted tables (to fix all places categories are mapped into Joomla)
|
||||||
$fix_tables = array(
|
$fix_tables = array(
|
||||||
'content_types' => array(
|
'content_types' => array(
|
||||||
@ -5917,7 +5918,6 @@ class com_componentbuilderInstallerScript
|
|||||||
'key' => 'extension',
|
'key' => 'extension',
|
||||||
'suffix' => '')
|
'suffix' => '')
|
||||||
);
|
);
|
||||||
|
|
||||||
// the script that does the work
|
// the script that does the work
|
||||||
foreach ($fix_categories as $fix => $category)
|
foreach ($fix_categories as $fix => $category)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user