Changeset 3042717
- Timestamp:
- 02/28/2024 04:34:53 PM (2 years ago)
- Location:
- xllentech-english-islamic-calendar/trunk
- Files:
-
- 3 edited
-
includes/class-xllentech-english-islamic-calendar-activator.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
xllentech-english-islamic-calendar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xllentech-english-islamic-calendar/trunk/includes/class-xllentech-english-islamic-calendar-activator.php
r2820249 r3042717 25 25 global $wpdb; 26 26 27 $english_month = 11;28 $english_year = 202 2;29 $islamic_day = 6;30 $islamic_month = 4;31 $islamic_year = 144 4;27 $english_month = 2; 28 $english_year = 2024; 29 $islamic_day = 20; 30 $islamic_month = 7; 31 $islamic_year = 1445; 32 32 33 33 $table1_name = $wpdb->prefix . 'month_days'; -
xllentech-english-islamic-calendar/trunk/readme.txt
r2820249 r3042717 4 4 Tags: calendar, islamic calendar, hijri calendar, english islamic calendar, gregorian hijri calendar, xllentech calendar, php 5 5 Requires at least: 3.0 6 Tested up to: 6. 17 Stable tag: 2.7. 16 Tested up to: 6.4 7 Stable tag: 2.7.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 111 111 112 112 == Changelog == 113 = 2.7.2 = 114 * Updated: Islamic date for new installs 115 * Updated: Tested 6.4 Compatibililty 116 113 117 = 2.7.1 = 114 118 * Updated: Islamic date for new installs -
xllentech-english-islamic-calendar/trunk/xllentech-english-islamic-calendar.php
r2820249 r3042717 16 16 * Plugin URI: https://wordpress.org/plugins/xllentech-english-islamic-calendar/ 17 17 * Description: The Best English Islamic Calendar plugin on Wordpress. It shows calendar with English(gregorian) and Islamic(hijri) dates. No maintenace year to year. 18 * Version: 2.7. 118 * Version: 2.7.2 19 19 * Author: XllenTech Solutions 20 20 * Author URI: https://xllentech.com … … 30 30 } 31 31 32 if ( ! defined( "XC_PLUGIN_VERSION" ) ) define( "XC_PLUGIN_VERSION", "2.7. 1");32 if ( ! defined( "XC_PLUGIN_VERSION" ) ) define( "XC_PLUGIN_VERSION", "2.7.2"); 33 33 if ( ! defined( "XC_PLUGIN_DIR" ) ) define( "XC_PLUGIN_DIR", plugin_dir_path( __FILE__ )); 34 34 if ( ! defined( 'XC_PLUGIN_URL' ) ) define( 'XC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.