Added FTP field type back. With minor improvments to JCB compiler version options. #174

Merged
Llewellyn merged 4 commits from staging into master 2017-11-06 15:51:37 +00:00
Owner
  • Added FTP field type back to core, resolves gh-173
  • Added version options to JCB, also changed JCB version option to only first 2 numbers. This should help cut down on the commit changes to JCB on each compilation.
  • Add new Hello World Tutorial to readme of component.
- Added FTP field type back to core, resolves gh-173 - Added version options to JCB, also changed JCB version option to only first 2 numbers. This should help cut down on the commit changes to JCB on each compilation. - Add new Hello World Tutorial to readme of component.
ro-ot (Migrated from github.com) reviewed 2017-11-06 15:38:42 +00:00
ro-ot (Migrated from github.com) commented 2017-11-06 15:38:42 +00:00
Author
Owner

Hey dropping the build date will help to avoid the many file changes every time there is an update.

Hey dropping the build date will help to avoid the many file changes every time there is an update.
ro-ot (Migrated from github.com) reviewed 2017-11-06 15:45:26 +00:00
@ -119,2 +119,4 @@
// ###VERSION###
$this->fileContentStatic['###VERSION###'] = trim($this->componentData->component_version);
// set the actual global version
$this->fileContentStatic['###ACTUALVERSION###'] = $this->fileContentStatic['###VERSION###'];
ro-ot (Migrated from github.com) commented 2017-11-06 15:45:25 +00:00
Author
Owner

Ahh new placeholder ACTUALVERSION, nice! This is great and will help with the git commits being all crowded with changed lines (about versions and dates) that do not matter.

Ahh new placeholder ACTUALVERSION, nice! This is great and will help with the git commits being all crowded with changed lines (about versions and dates) that do not matter.
ro-ot (Migrated from github.com) approved these changes 2017-11-06 15:47:00 +00:00
ro-ot (Migrated from github.com) left a comment
Author
Owner

Lets get this out!

Lets get this out!
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#174
No description provided.