Changeset 3257027
- Timestamp:
- 03/17/2025 10:10:19 AM (12 months ago)
- Location:
- lmp-pregnancy-calculator/trunk
- Files:
-
- 2 edited
-
pregnancy-calculator.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lmp-pregnancy-calculator/trunk/pregnancy-calculator.php
r2656987 r3257027 3 3 * 4 4 * @package pregnancy-calculator 5 * @author WP York <wpyork143@gmail.com>5 * @author Coders Time <coderstime@gmail.com> 6 6 * @license GPL-2.0-or-later 7 7 * … … 9 9 * Plugin URI: https://github.com/wpyork/pregnancy-calculator/ 10 10 * Description: Pregnancy Calculator 11 * Author: wpyork, lincolndu11 * Author: coderstime 12 12 * Author URI: https://profiles.wordpress.org/wpyork/ 13 * Version: 1.0.0 14 * 13 * Version: 1.0.1 15 14 * Requires at least: 5.2 16 15 * Requires PHP: 5.6 … … 36 35 37 36 /** 38 * YorkLmpPregnancyCalc class for better code organization37 * CodersLmpPregnancyCalc class for better code organization 39 38 * */ 40 39 41 final class YorkLmpPregnancyCalc {40 final class CodersLmpPregnancyCalc { 42 41 43 42 /** … … 388 387 } 389 388 390 new YorkLmpPregnancyCalc();391 392 389 new CodersLmpPregnancyCalc(); 390 391 -
lmp-pregnancy-calculator/trunk/readme.txt
r2656986 r3257027 1 1 === LMP Pregnancy Calculator === 2 Contributors: wpyork, lincolndu3 Donate link: https:// wpyork.com/donate/2 Contributors: coderstime 3 Donate link: https://coders-time.com/donate/ 4 4 Tags: Pregnancy Calculator, simple Pregnancy Calculator, pregnancy month calculator, pregnancy week calculator, pregnancy milestone calculator, pregnancy, due date 5 5 Requires at least: 4.9 or higher 6 6 Tested up to: 5.8 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Note: See TracChangeset
for help on using the changeset viewer.