Plugin Directory

Changeset 1508854


Ignore:
Timestamp:
10/05/2016 04:29:03 PM (10 years ago)
Author:
deller21
Message:

fix bags

Location:
sms-for-contact-form-7/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sms-for-contact-form-7/trunk/main.php

    r1508840 r1508854  
    1313    $this->plugin_dir = basename( dirname( __FILE__ ) );
    1414   
    15     //add_action( 'wpcf7_admin_after_form', array( &$this, 'setup_form_options' ) );
     15    add_action( 'wpcf7_admin_after_form', array( &$this, 'setup_form_options' ) );
    1616    add_action( 'wpcf7_after_save', array( &$this, 'save_form' ) );
    1717    add_action( 'wpcf7_before_send_mail', array( &$this, 'send_sms' ) );
     
    4545        $options = array( 'phone' => '', 'message' => '' );
    4646      }
    47       $this->render_template( 'form-options', $options );
     47      $this->render_template( 'form-options-4.2', $options );
    4848    }
    4949  }
  • sms-for-contact-form-7/trunk/smsru-for-cf7.php

    r1508848 r1508854  
    44Plugin URI: http://wordpress.org/extend/plugins/smsruforcf7
    55Description: Отправка SMS сообщений из формы Contact Form 7
    6 Version: 1.0.2
     6Version: 1.0.3
    77Author: Anton Shelestov
    88Author URI: http://verstaemvse.ru
    99*/
    1010
    11 $GLOBALS['cf7smsru_plugins'][ basename( dirname( __FILE__ ) ) ] = '1.0.2';
     11$GLOBALS['cf7smsru_plugins'][ basename( dirname( __FILE__ ) ) ] = '1.0.3';
    1212
    1313if( !function_exists( 'cf7smsru_loader' ) ) {
Note: See TracChangeset for help on using the changeset viewer.