gambitph / Titan-Framework

The easiest to use WordPress option framework.
http://www.titanframework.net
377 stars 137 forks source link

File upload option added #351

Closed hsleonis closed 8 years ago

hsleonis commented 8 years ago

New Feature: Easily upload any files with media uploader.

Usage:

$section->createOption( array(
        'name' => 'PDF',
        'id' => 'sec_pdf_upload',
        'type' => 'file',
        'desc' => 'Upload your resume'
    ) );
hsleonis commented 8 years ago

@bfintal this code is similar to the 'Upload' option. Please check 'travis-ci' error: PHP 5.2 not installed.

ReggieDuran commented 8 years ago

travis doesn't have 5.2 anymore :(

hsleonis commented 8 years ago

Yes! @ReggieDuran

hsleonis commented 8 years ago

@ReggieDuran please merge #351

ReggieDuran commented 8 years ago

@hsleonis it's already merged

hsleonis commented 8 years ago

Great! :) Thanks @ReggieDuran, can you please add me to the contributor list at http://www.titanframework.net

Regards.

ReggieDuran commented 8 years ago

You're already added 👍

hsleonis commented 8 years ago

Thanks @ReggieDuran :)

hsleonis commented 8 years ago

Hi @ReggieDuran bro, couldn't find myself on the contributor list at http://www.titanframework.net Can you please check?