Plugin Directory

Changeset 3042717


Ignore:
Timestamp:
02/28/2024 04:34:53 PM (2 years ago)
Author:
xllentech
Message:

updated to 2.7.2

Location:
xllentech-english-islamic-calendar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xllentech-english-islamic-calendar/trunk/includes/class-xllentech-english-islamic-calendar-activator.php

    r2820249 r3042717  
    2525        global $wpdb;
    2626       
    27         $english_month = 11;
    28         $english_year = 2022;
    29         $islamic_day = 6;
    30         $islamic_month = 4;
    31         $islamic_year = 1444;
     27        $english_month = 2;
     28        $english_year = 2024;
     29        $islamic_day = 20;
     30        $islamic_month = 7;
     31        $islamic_year = 1445;
    3232
    3333        $table1_name = $wpdb->prefix . 'month_days';
  • xllentech-english-islamic-calendar/trunk/readme.txt

    r2820249 r3042717  
    44Tags: calendar, islamic calendar, hijri calendar, english islamic calendar, gregorian hijri calendar, xllentech calendar, php
    55Requires at least: 3.0
    6 Tested up to: 6.1
    7 Stable tag: 2.7.1
     6Tested up to: 6.4
     7Stable tag: 2.7.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    111111
    112112== Changelog ==
     113= 2.7.2 =
     114* Updated: Islamic date for new installs
     115* Updated: Tested 6.4 Compatibililty
     116
    113117= 2.7.1 =
    114118* Updated: Islamic date for new installs
  • xllentech-english-islamic-calendar/trunk/xllentech-english-islamic-calendar.php

    r2820249 r3042717  
    1616 * Plugin URI:        https://wordpress.org/plugins/xllentech-english-islamic-calendar/
    1717 * 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.1
     18 * Version:           2.7.2
    1919 * Author:            XllenTech Solutions
    2020 * Author URI:        https://xllentech.com
     
    3030}
    3131
    32 if ( ! defined( "XC_PLUGIN_VERSION" ) )     define( "XC_PLUGIN_VERSION",  "2.7.1");
     32if ( ! defined( "XC_PLUGIN_VERSION" ) )     define( "XC_PLUGIN_VERSION",  "2.7.2");
    3333if ( ! defined( "XC_PLUGIN_DIR" ) ) define( "XC_PLUGIN_DIR", plugin_dir_path( __FILE__ ));
    3434if ( ! defined( 'XC_PLUGIN_URL' ) ) define( 'XC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.