Plugin Directory

Changeset 783982


Ignore:
Timestamp:
10/07/2013 12:32:54 PM (12 years ago)
Author:
ErtyGi
Message:

new update

Location:
easy-split-test-tab/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-split-test-tab/trunk/easy-split-test-tab.php

    r783942 r783982  
    77 *
    88 * Plugin URI: http://wordpress.org/extend/plugins/easy-split-test-tab
    9  * Version: 1.1
     9 * Version: 1.2.0
    1010 * Author: Ertil Gani
    1111 * Author URI: http://www.prima-posizione.com
     
    4949define( 'EASY_SPLITTEST_TAB_DOMAIN', 'easy-split-test-tab' );
    5050define( 'EASY_SPLITTEST_TAB_VERSION', '1.0' );
    51 define( 'EASY_SPLITTEST_TAB_RELEASE_DATE', date_i18n( 'F j, Y', '1375505016' ) );
     51
    5252define( 'EASY_SPLITTEST_TAB_DIR', WP_PLUGIN_DIR . '/easy-split-test-tab' );
    5353define( 'EASY_SPLITTEST_TAB_URL', WP_PLUGIN_URL . '/easy-split-test-tab' );
     
    153153               
    154154        }
    155        
    156        
    157     function st_help_page(){
     155function st_help_page(){
    158156                require(EASY_SPLITTEST_TAB_DIR . '/admin/st_help_page.php');     
    159     }
    160    
    161    
    162     /*
    163     * Admin Page
    164     */
    165    
    166        
    167     function st_admin_page() {
     157}
     158/** Admin Page*/function st_admin_page() {
    168159        if (!current_user_can('manage_options')) {
    169160            wp_die( __('You do not have sufficient permissions to access this page.') );
     
    257248                 splittest_status tinyint(1) DEFAULT '0',               
    258249                 splittest_code text,
    259                  date_time datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,             
     250                 date_time DATETIME DEFAULT NULL,               
    260251                PRIMARY KEY (id)
    261252                )
  • easy-split-test-tab/trunk/readme.txt

    r783934 r783982  
    5555
    5656== Changelog ==
     57
     58= 1.2.0 =
     59* Bug fixed.
     60
    5761= 1.1 =
    5862* Bug fixed.
Note: See TracChangeset for help on using the changeset viewer.