Plugin Directory

Changeset 3257889


Ignore:
Timestamp:
03/18/2025 02:30:48 PM (11 months ago)
Author:
coderstime
Message:

version 1.0.3 release

Location:
lmp-pregnancy-calculator
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • lmp-pregnancy-calculator/trunk/pregnancy-calculator.php

    r3257225 r3257889  
    1111 * Author: coderstime
    1212 * Author URI: https://profiles.wordpress.org/wpyork/
    13  * Version: 1.0.2
     13 * Version: 1.0.3
    1414 * Requires at least: 5.2
    1515 * Requires PHP:      5.6
     
    194194                  <div class="col-sm-12 col-lg-6">
    195195                    <div class="input-group date" id="datetimepicker1">
    196                       <input type="date" id="menstrual" class="form-control" name="menstrual" value="'.$menstrual.'" class="medium" maxlength="10" min="'.date("Y-m-d", strtotime('-1 year')).'" max="'.date("Y-m-d").'">
     196                      <input type="date" id="menstrual" class="form-control" name="menstrual" value="'.$menstrual.'" class="medium" maxlength="10" min="'.date("Y-m-d", strtotime('-1 year')).'" max="'.date("Y-m-d", strtotime('+1 year')).'">
    197197                    </div><!--date-->
    198198                  </div><!--col-sm-7-->
     
    281281              <div class="col-sm-7">
    282282                <div class="input-group date" id="datetimepicker1">
    283                   <input type="date" id="conception" class="form-control" name="conception" value="'.$conception.'" class="medium" min="'.date("Y-m-d", strtotime('-1 year')).'" max="'.date("Y-m-d").'">
     283                  <input type="date" id="conception" class="form-control" name="conception" value="'.$conception.'" class="medium" min="'.date("Y-m-d", strtotime('-1 year')).'" max="'.date("Y-m-d", strtotime('+1 year')).'">
    284284                   
    285285                </div>
  • lmp-pregnancy-calculator/trunk/readme.txt

    r3257228 r3257889  
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Note: See TracChangeset for help on using the changeset viewer.