Plugin Directory

Changeset 3295560


Ignore:
Timestamp:
05/18/2025 05:10:49 AM (11 months ago)
Author:
addonspress
Message:

3.0.5

Location:
nepali-date-converter
Files:
34 added
3 edited

Legend:

Unmodified
Added
Removed
  • nepali-date-converter/trunk/inc/frameworks/nepali-calendar/nepali-calendar.php

    r3275729 r3295560  
    132132            80 => array( 2080, 31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30 ),
    133133            81 => array( 2081, 31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31 ),
    134             82 => array( 2082, 30, 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 ),
    135135            83 => array( 2083, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30 ),
    136136            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  
    44Plugin URI: https://www.addonspress.com/wordpress-plugins/nepali-date-converter/
    55Description: Convert English to Nepali Date and Vice Versa and Post Date to Nepali Date.
    6 Version: 3.0.4
     6Version: 3.0.5
    77Author: addonspress
    88Author URI: https://www.addonspress.com/
     
    1717}
    1818/*Define Constants for this plugin*/
    19 define( 'NEPALI_DATE_CONVERTER_VERSION', '3.0.4' );
     19define( 'NEPALI_DATE_CONVERTER_VERSION', '3.0.5' );
    2020define( 'NEPALI_DATE_CONVERTER_PATH', plugin_dir_path( __FILE__ ) );
    2121define( 'NEPALI_DATE_CONVERTER_URL', plugin_dir_url( __FILE__ ) );
  • nepali-date-converter/trunk/readme.txt

    r3286053 r3295560  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 3.0.4
     8Stable tag: 3.0.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122== Changelog ==
    123123
     124= 3.0.5 =
     125* Fixed: Corrected the number of days for months in BS 2082.
     126
    124127= 3.0.4 - 2025-05-02 =
    125128* 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.