Changeset 2820249
- Timestamp:
- 11/18/2022 04:23:18 AM (3 years ago)
- Location:
- xllentech-english-islamic-calendar/trunk
- Files:
-
- 4 edited
-
admin/partials/class-xllentech-english-islamic-calendar-options.php (modified) (1 diff)
-
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/admin/partials/class-xllentech-english-islamic-calendar-options.php
r2708798 r2820249 119 119 120 120 $validated_options = $this->xeic_options_validate_values( $_POST ); 121 print_r( $validated_options );122 echo '</br>';121 //print_r( $validated_options ); 122 //echo '</br>'; 123 123 $xc_options = get_option( "xc_options" ); 124 print_r( $xc_options );124 //print_r( $xc_options ); 125 125 echo '</br>'; 126 126 if( $validated_options == NULL ) { -
xllentech-english-islamic-calendar/trunk/includes/class-xllentech-english-islamic-calendar-activator.php
r2708798 r2820249 25 25 global $wpdb; 26 26 27 $english_month = 4;27 $english_month = 11; 28 28 $english_year = 2022; 29 $islamic_day = 29;30 $islamic_month = 8;31 $islamic_year = 144 3;29 $islamic_day = 6; 30 $islamic_month = 4; 31 $islamic_year = 1444; 32 32 33 33 $table1_name = $wpdb->prefix . 'month_days'; -
xllentech-english-islamic-calendar/trunk/readme.txt
r2708798 r2820249 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: 5.97 Stable tag: 2.7. 06 Tested up to: 6.1 7 Stable tag: 2.7.1 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.1 = 114 * Updated: Islamic date for new installs 115 * Updated: Tested 6.1 Compatibililty 116 113 117 = 2.7.0 = 114 118 * Updated: Islamic date for new installs -
xllentech-english-islamic-calendar/trunk/xllentech-english-islamic-calendar.php
r2708798 r2820249 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. 018 * Version: 2.7.1 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. 0");32 if ( ! defined( "XC_PLUGIN_VERSION" ) ) define( "XC_PLUGIN_VERSION", "2.7.1"); 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.