Plugin Directory

Changeset 1527054


Ignore:
Timestamp:
11/02/2016 11:27:35 PM (8 years ago)
Author:
rafafc
Message:

tagging version 2.1.1

Location:
oxford-debate
Files:
1 deleted
2 edited
39 copied

Legend:

Unmodified
Added
Removed
  • oxford-debate/tags/2.1.1/oxd-settings.php

    r1526668 r1527054  
    315315            }
    316316           
    317            
    318             if (!empty(sanitize_text_field( $_POST[ 'initduration-text' ] ))) {
     317            $initduration = sanitize_text_field( $_POST[ 'initduration-text' ] );
     318            $endduration = sanitize_text_field( $_POST[ 'endduration-text' ] );
     319           
     320            if (!empty($initduration)) {
    319321            update_post_meta( $post_id, 'initduration-text', sanitize_text_field( $_POST[ 'initduration-text' ] ) );
    320322            }
     
    322324                update_post_meta( $post_id, 'initduration-text', sanitize_text_field( date("Y-m-d H:i") ) );
    323325            }
    324             if (!empty(sanitize_text_field( $_POST[ 'endduration-text' ] ))) {
     326            if (!empty($endduration)) {
    325327            update_post_meta( $post_id, 'endduration-text', sanitize_text_field( $_POST[ 'endduration-text' ] ) );
    326328            }
  • oxford-debate/tags/2.1.1/readme.txt

    r1526668 r1527054  
    44Tags: debate, social, vote, voting, proposals, discussion, communication, social media, argumentation, community, speakers
    55Requires at least: 3.0.1
    6 Tested up to: 4.5.1
    7 Stable tag: 4.5.1
     6Tested up to: 4.6.1
     7Stable tag: 4.6.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080New update of Oxford-style Debate!
    8181Lately, we have worked to add new features to enrich your experience. We look forward to testing it. Happy debating!  
     82
     83= 2.1.1 =
     84* Fixed: PHP functions
    8285
    8386= 2.1.0 =
  • oxford-debate/trunk/oxd-settings.php

    r1526668 r1527054  
    315315            }
    316316           
    317            
    318             if (!empty(sanitize_text_field( $_POST[ 'initduration-text' ] ))) {
     317            $initduration = sanitize_text_field( $_POST[ 'initduration-text' ] );
     318            $endduration = sanitize_text_field( $_POST[ 'endduration-text' ] );
     319           
     320            if (!empty($initduration)) {
    319321            update_post_meta( $post_id, 'initduration-text', sanitize_text_field( $_POST[ 'initduration-text' ] ) );
    320322            }
     
    322324                update_post_meta( $post_id, 'initduration-text', sanitize_text_field( date("Y-m-d H:i") ) );
    323325            }
    324             if (!empty(sanitize_text_field( $_POST[ 'endduration-text' ] ))) {
     326            if (!empty($endduration)) {
    325327            update_post_meta( $post_id, 'endduration-text', sanitize_text_field( $_POST[ 'endduration-text' ] ) );
    326328            }
  • oxford-debate/trunk/readme.txt

    r1526668 r1527054  
    44Tags: debate, social, vote, voting, proposals, discussion, communication, social media, argumentation, community, speakers
    55Requires at least: 3.0.1
    6 Tested up to: 4.5.1
    7 Stable tag: 4.5.1
     6Tested up to: 4.6.1
     7Stable tag: 4.6.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080New update of Oxford-style Debate!
    8181Lately, we have worked to add new features to enrich your experience. We look forward to testing it. Happy debating!  
     82
     83= 2.1.1 =
     84* Fixed: PHP functions
    8285
    8386= 2.1.0 =
Note: See TracChangeset for help on using the changeset viewer.