Skip to content

Commit

Permalink
Updated class.upload.php to latest release, added a default definitio…
Browse files Browse the repository at this point in the history
…ns URL, bumped version to 1.1.0
  • Loading branch information
fevangelou committed Jan 29, 2018
1 parent ed5b4b7 commit 95257f2
Show file tree
Hide file tree
Showing 26 changed files with 726 additions and 1,025 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fill It Up (for Joomla) [v1.0.0]
# Fill It Up (for Joomla) [v1.1.0]
***
Fill It Up for Joomla is a handy free extension to mass generate content & users in Joomla.

Expand Down Expand Up @@ -32,7 +32,7 @@ In the future, we plan to release pre-built sets of definition files from other


## Use it
1. Get the latest build, ready to upload to Joomla: http://www.joomlaworks.net/downloads/?f=jw_fillitup_for_joomla-v1.0.0_j2.5-3.x.zip (please DO NOT use the zip file download provided by GitHub automatically)
1. Get the latest build, ready to upload to Joomla: http://www.joomlaworks.net/downloads/?f=jw_fillitup_for_joomla-v1.1.0_j3.x.zip (please DO NOT use the zip file download provided by GitHub automatically)
2. Edit the component's options and add this demo definition file:
- If you already use HTTPS: https://cdn.joomlaworks.org/fillitup/demo/900x600.json
- If you get any issues related to SSL (especially while testing Fill It Up locally), use this URL instead: http://cdn.joomlaworks.org/fillitup/demo/900x600_plain_http.json
Expand All @@ -53,12 +53,12 @@ Just install the latest build on top of any previous installation.


## Requirements
Fill It Up for Joomla requires Joomla 2.5 or 3.x and K2 v2.6.x or newer if you wish to create dummy content for K2 specifically (obviously).
Fill It Up for Joomla requires Joomla 3.x and K2 v2.6.x or newer if you wish to create dummy content for K2 specifically (obviously).


***Enjoy and share it :)***

===
Fill It Up for Joomla is released under the GNU/GPL license.

Copyright (c) 2006 - 2016 [JoomlaWorks Ltd.](http://www.joomlaworks.net)
Copyright (c) 2006 - 2018 [JoomlaWorks Ltd.](https://www.joomlaworks.net)
2 changes: 1 addition & 1 deletion administrator/components/com_jw_fillitup/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<fieldset name="COM_JW_FILLITUP_SYSTEM_SETTINGS">
<field name="definitionsUrl" type="text" default="" size="100" label="COM_JW_FILLITUP_DEFINITIONS_URL" description="COM_JW_FILLITUP_DEFINITIONS_URL_DESC" />
<field name="definitionsUrl" type="text" default="https://cdn.joomlaworks.org/fillitup/demo/900x600.json" size="100" label="COM_JW_FILLITUP_DEFINITIONS_URL" description="COM_JW_FILLITUP_DEFINITIONS_URL_DESC" />
</fieldset>
<fieldset name="permissions" label="JCONFIG_PERMISSIONS_LABEL" description="JCONFIG_PERMISSIONS_DESC">
<field name="rules" type="rules" label="JCONFIG_PERMISSIONS_LABEL" class="inputbox" validate="rules" filter="rules" component="com_jw_fillitup" section="component" />
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_jw_fillitup/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @version 1.x
* @package Fill It Up
* @author JoomlaWorks http://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2016 JoomlaWorks Ltd. All rights reserved.
* @copyright Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.
* @license http://www.joomlaworks.net/license
*/

Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_jw_fillitup/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @version 1.x
* @package Fill It Up
* @author JoomlaWorks http://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2016 JoomlaWorks Ltd. All rights reserved.
* @copyright Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.
* @license http://www.joomlaworks.net/license
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @version 1.x
* @package Fill It Up
* @author JoomlaWorks http://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2016 JoomlaWorks Ltd. All rights reserved.
* @copyright Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.
* @license http://www.joomlaworks.net/license
*/

Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_jw_fillitup/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @version 1.x
* @package Fill It Up
* @author JoomlaWorks http://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2016 JoomlaWorks Ltd. All rights reserved.
* @copyright Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.
* @license http://www.joomlaworks.net/license
*/

Expand Down
6 changes: 3 additions & 3 deletions administrator/components/com_jw_fillitup/jw_fillitup.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @version 1.x
* @package Fill It Up
* @author JoomlaWorks http://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2016 JoomlaWorks Ltd. All rights reserved.
* @copyright Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.
* @license http://www.joomlaworks.net/license
*/

Expand All @@ -27,7 +27,7 @@
require_once JPATH_COMPONENT.'/helpers/extension.php';

$document = JFactory::getDocument();
$document->addStyleSheet(JURI::base(true).'/components/com_jw_fillitup/css/style.css?v=1.0.0');
$document->addStyleSheet(JURI::base(true).'/components/com_jw_fillitup/css/style.css?v=1.1.0');
if (version_compare(JVERSION, '3.2', 'lt'))
{
$document->addScript('//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js');
Expand All @@ -36,7 +36,7 @@
{
JHtml::_('jquery.framework');
}
$document->addScript(JURI::base(true).'/components/com_jw_fillitup/js/script.js?v=1.0.0');
$document->addScript(JURI::base(true).'/components/com_jw_fillitup/js/script.js?v=1.1.0');

$controller = JControllerLegacy::getInstance('FillItUp');
$controller->execute($application->input->get('task'));
Expand Down
Loading

0 comments on commit 95257f2

Please sign in to comment.