Changeset 3295560
- Timestamp:
- 05/18/2025 05:10:49 AM (11 months ago)
- Location:
- nepali-date-converter
- Files:
-
- 34 added
- 3 edited
-
tags/3.0.5 (added)
-
tags/3.0.5/inc (added)
-
tags/3.0.5/inc/class (added)
-
tags/3.0.5/inc/class/index.php (added)
-
tags/3.0.5/inc/class/ndc-frontend.php (added)
-
tags/3.0.5/inc/class/ndc-post-date.php (added)
-
tags/3.0.5/inc/frameworks (added)
-
tags/3.0.5/inc/frameworks/nepali-calendar (added)
-
tags/3.0.5/inc/frameworks/nepali-calendar/index.php (added)
-
tags/3.0.5/inc/frameworks/nepali-calendar/nepali-calendar.php (added)
-
tags/3.0.5/inc/functions (added)
-
tags/3.0.5/inc/functions/functions.php (added)
-
tags/3.0.5/inc/functions/index.php (added)
-
tags/3.0.5/inc/hooks (added)
-
tags/3.0.5/inc/hooks/enqueue-scripts.php (added)
-
tags/3.0.5/inc/hooks/index.php (added)
-
tags/3.0.5/inc/hooks/wp-ajax.php (added)
-
tags/3.0.5/inc/hooks/wp-footer.php (added)
-
tags/3.0.5/inc/index.php (added)
-
tags/3.0.5/inc/init.php (added)
-
tags/3.0.5/inc/shortcode (added)
-
tags/3.0.5/inc/shortcode/index.php (added)
-
tags/3.0.5/inc/shortcode/shortcode-nepali-date-converter.php (added)
-
tags/3.0.5/inc/shortcode/shortcode-today-date.php (added)
-
tags/3.0.5/inc/widgets (added)
-
tags/3.0.5/inc/widgets/index.php (added)
-
tags/3.0.5/inc/widgets/widget-nepali-date-converter.php (added)
-
tags/3.0.5/inc/widgets/widget-today-date.php (added)
-
tags/3.0.5/index.php (added)
-
tags/3.0.5/languages (added)
-
tags/3.0.5/languages/index.php (added)
-
tags/3.0.5/languages/nepali-date-converter.pot (added)
-
tags/3.0.5/nepali-date-converter.php (added)
-
tags/3.0.5/readme.txt (added)
-
trunk/inc/frameworks/nepali-calendar/nepali-calendar.php (modified) (1 diff)
-
trunk/nepali-date-converter.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nepali-date-converter/trunk/inc/frameworks/nepali-calendar/nepali-calendar.php
r3275729 r3295560 132 132 80 => array( 2080, 31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30 ), 133 133 81 => array( 2081, 31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31 ), 134 82 => array( 2082, 3 0, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30 ),134 82 => array( 2082, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30 ), 135 135 83 => array( 2083, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30 ), 136 136 84 => array( 2084, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30 ), -
nepali-date-converter/trunk/nepali-date-converter.php
r3286053 r3295560 4 4 Plugin URI: https://www.addonspress.com/wordpress-plugins/nepali-date-converter/ 5 5 Description: Convert English to Nepali Date and Vice Versa and Post Date to Nepali Date. 6 Version: 3.0. 46 Version: 3.0.5 7 7 Author: addonspress 8 8 Author URI: https://www.addonspress.com/ … … 17 17 } 18 18 /*Define Constants for this plugin*/ 19 define( 'NEPALI_DATE_CONVERTER_VERSION', '3.0. 4' );19 define( 'NEPALI_DATE_CONVERTER_VERSION', '3.0.5' ); 20 20 define( 'NEPALI_DATE_CONVERTER_PATH', plugin_dir_path( __FILE__ ) ); 21 21 define( 'NEPALI_DATE_CONVERTER_URL', plugin_dir_url( __FILE__ ) ); -
nepali-date-converter/trunk/readme.txt
r3286053 r3295560 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 3.0. 48 Stable tag: 3.0.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 122 122 == Changelog == 123 123 124 = 3.0.5 = 125 * Fixed: Corrected the number of days for months in BS 2082. 126 124 127 = 3.0.4 - 2025-05-02 = 125 128 * Fixed: [Return proper integer for format 'U'](https://github.com/codersantosh/nepali-date-converter/issues/13)
Note: See TracChangeset
for help on using the changeset viewer.