Changeset 2672955
- Timestamp:
- 02/04/2022 02:16:38 PM (4 years ago)
- Location:
- nepali-date-converter
- Files:
-
- 26 added
- 2 edited
-
tags/2.0.4 (added)
-
tags/2.0.4/inc (added)
-
tags/2.0.4/inc/class (added)
-
tags/2.0.4/inc/class/ndc-frontend.php (added)
-
tags/2.0.4/inc/class/ndc-post-date.php (added)
-
tags/2.0.4/inc/frameworks (added)
-
tags/2.0.4/inc/frameworks/nepali-calendar (added)
-
tags/2.0.4/inc/frameworks/nepali-calendar/nepali_calendar.php (added)
-
tags/2.0.4/inc/functions (added)
-
tags/2.0.4/inc/functions/functions.php (added)
-
tags/2.0.4/inc/hooks (added)
-
tags/2.0.4/inc/hooks/enqueue-scripts.php (added)
-
tags/2.0.4/inc/hooks/wp-ajax.php (added)
-
tags/2.0.4/inc/hooks/wp-footer.php (added)
-
tags/2.0.4/inc/init.php (added)
-
tags/2.0.4/inc/shortcode (added)
-
tags/2.0.4/inc/shortcode/shortcode-nepali-date-converter.php (added)
-
tags/2.0.4/inc/shortcode/shortcode-today-date.php (added)
-
tags/2.0.4/inc/widgets (added)
-
tags/2.0.4/inc/widgets/widget-nepali-date-converter.php (added)
-
tags/2.0.4/inc/widgets/widget-today-date.php (added)
-
tags/2.0.4/index.php (added)
-
tags/2.0.4/languages (added)
-
tags/2.0.4/languages/index.php (added)
-
tags/2.0.4/nepali-date-converter.php (added)
-
tags/2.0.4/readme.txt (added)
-
trunk/nepali-date-converter.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nepali-date-converter/trunk/nepali-date-converter.php
r2653102 r2672955 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: 2.0. 36 Version: 2.0.4 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', '2.0. 3' );19 define( 'NEPALI_DATE_CONVERTER_VERSION', '2.0.4' ); 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
r2653102 r2672955 4 4 Tags: nepali post date, post date nepal, nepali date converter, today nepali date, english to nepali date converter, nepali to english date converter, nepali date, date converter, nepali, nepal 5 5 Requires at least: 4.9 6 Tested up to: 5. 8.27 Stable tag: 2.0. 36 Tested up to: 5.9 7 Stable tag: 2.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 137 137 == Changelog == 138 138 139 = 2.0.4 - 2022-02-04 = 140 * Updated: WordPress version 141 139 142 = 2.0.3 - 2022-01-05 = 140 143 * Added: Post Type Support
Note: See TracChangeset
for help on using the changeset viewer.