Plugin Directory

Changeset 2022650


Ignore:
Timestamp:
01/31/2019 12:04:26 PM (7 years ago)
Author:
wordgenie
Message:

Verson 1.0.9

Location:
files-addon-for-event-espresso-4
Files:
18 added
4 edited

Legend:

Unmodified
Added
Removed
  • files-addon-for-event-espresso-4/trunk/EE_File_Display_Strategy.php

    r1793549 r2022650  
    3232    {
    3333     
     34       
     35        $id = $this->_input->html_id();
     36        if(is_admin())
     37        {
     38            $que_id =  $this->_input->name();
     39            $reg_id = isset($_REQUEST['_REG_ID'])?$_REQUEST['_REG_ID']:'';
     40            $id = 'ssa_ee_reg_qstn-'.$reg_id.'-'.$que_id;
     41        }
    3442        $value = $this->_input->raw_value_in_form();
    3543        $input = '<input type="'. $this->get_type() .'"';
  • files-addon-for-event-espresso-4/trunk/eea-file.php

    r1967164 r2022650  
    66 * Author URI: http://aparnascodex.com/
    77 * License: GPL2
    8  * Version: 1.0.8
     8 * Version: 1.0.9
    99 * TextDomain:  wordfile
    1010 */
     
    135135function ssa_change_uploads_directory_path($path)
    136136{
    137 
     137 
     138   
    138139    $path = apply_filters('ssa_change_file_upload_path', $path);
     140   
    139141    return $path;
    140142}
  • files-addon-for-event-espresso-4/trunk/js/ssa_file_upload.js

    r1531594 r2022650  
    44    jQuery('.ssa-file').on('change',function(event){
    55        id = jQuery(this).prev('label').attr('id');
     6        console.log(id);
     7        if(typeof id =='undefined')
     8            id = jQuery(this).attr('id');
    69        piece = id.split('-');
    710        qid = piece[2];
  • files-addon-for-event-espresso-4/trunk/readme.txt

    r1967164 r2022650  
    33Tags: Event espresso, file , upload file, questions, form, events
    44Requires at least: 4.1
    5 Tested up to: WordPress 4.9.8
    6 Stable tag: 1.0.8
     5Tested up to: WordPress 5.0.3
     6Stable tag: 1.0.9
    77License: GPL2
    88
     
    6060
    6161== Changelog ==
     62
     63= 1.0.9 =
     64
     651. Added functionality to edit file from dashboard
     66
    6267= 1.0.8 =
    6368
Note: See TracChangeset for help on using the changeset viewer.