Plugin Directory

Changeset 2820249


Ignore:
Timestamp:
11/18/2022 04:23:18 AM (3 years ago)
Author:
xllentech
Message:

update to 2.7.1

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

Legend:

Unmodified
Added
Removed
  • xllentech-english-islamic-calendar/trunk/admin/partials/class-xllentech-english-islamic-calendar-options.php

    r2708798 r2820249  
    119119                   
    120120                    $validated_options = $this->xeic_options_validate_values( $_POST );
    121                     print_r( $validated_options );
    122                     echo '</br>';
     121                    //print_r( $validated_options );
     122                    //echo '</br>';
    123123                    $xc_options = get_option( "xc_options" );
    124                     print_r( $xc_options );
     124                    //print_r( $xc_options );
    125125                    echo '</br>';
    126126                    if( $validated_options == NULL ) {
  • xllentech-english-islamic-calendar/trunk/includes/class-xllentech-english-islamic-calendar-activator.php

    r2708798 r2820249  
    2525        global $wpdb;
    2626       
    27         $english_month = 4;
     27        $english_month = 11;
    2828        $english_year = 2022;
    29         $islamic_day = 29;
    30         $islamic_month = 8;
    31         $islamic_year = 1443;
     29        $islamic_day = 6;
     30        $islamic_month = 4;
     31        $islamic_year = 1444;
    3232
    3333        $table1_name = $wpdb->prefix . 'month_days';
  • xllentech-english-islamic-calendar/trunk/readme.txt

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

    r2708798 r2820249  
    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.0
     18 * Version:           2.7.1
    1919 * Author:            XllenTech Solutions
    2020 * Author URI:        https://xllentech.com
     
    3030}
    3131
    32 if ( ! defined( "XC_PLUGIN_VERSION" ) )     define( "XC_PLUGIN_VERSION",  "2.7.0");
     32if ( ! defined( "XC_PLUGIN_VERSION" ) )     define( "XC_PLUGIN_VERSION",  "2.7.1");
    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.