-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
118 lines (83 loc) · 3.54 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
=== Hijri Calendar ===
Contributors: M.A. IMRAN
Developer link: http://facebook.com/imran2w
Tags: Hijri calendar, Hijri date, English Hijri date, Islamic calendar, Muslim calendar
Requires at least: 2.8
Tested up to: 3.6
Stable tag: trunk
Easily display current Hijri/Islamic date (according to hijri calendar), anywhere in your wordpress blog!
== Description ==
"Hijri Calendar" is a simple and easy to use wordpress plugin that allows you to show current hijri date anywhere in your blog. Just install and activate the plugin. Then use its very simple shortcodes where you want; when you want. Thats all!
= Usage =
Install and activate the plugin. Then go to your "Dashboard > Hijri Calendar > Usage" for detail usage instructions.
= Features: =
- Hijri Date (According to Hijri calendar)
- Monthly Hijri Calendar.
= Speciality =
* Very simple plugin.
* Built-in functionality.
* All time zone support.
* Simple settings options.
* Wide-range compatibility.
* Easy to use widget and shortcodes!
* Custom date output language support!
* No special configuration or, knowledge required!
= Credits =
* Developer: [M.A. IMRAN](http://facebook.com/imran2w)
* E-Mail: [email protected]
* Website: [www.i-onlinemedia.net](http://www.i-onlinemedia.net)
* Special thanks to [Zikrun Badri](http://isact.org.au).
== Changelog ==
= 3.0 =
* Settings changed.
* Language customization option added.
* Widget customization option added.
* Date formatting option added.
* Invalid ordinal suffix problem solved.
* Some code updated.
= 2.2 =
* Bug fix: invalid ordinal suffix for days 11, 12 and 13.
* Added time zone adjustment option.
* Plugin icon changed.
* Compatible with WP 3.6.
= 2.1 =
* Hijri date adjustment option added.
* New settings page added.
* Menu changed to top level menu.
* Hijri date format updated.
* Server information tool added as an extra feature.
= 2.0 =
* New feature: Widget support added
* New feature: Monthly Hijri Calendar
* New shortcodes
= 1.0 =
* First release.
== Installation ==
1. Upload the whole plugin folder to your /wp-content/plugins/ folder.
2. Or, Go to: "Dashboard > Plugins > Add New" and search for "Hijri Calendar"
3. Install and activate the plugin.
4. Go to: Dashboard > Hijri Calendar > Usage
== License ==
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
== Frequently Asked Questions ==
= How does it work? =
Use these shortcodes in your blog post/page:
* Show current date according to hijri calendar: [en_hijri_date]
* Show monthly hijri calendar: [en_hijri_calendar]
Or, Use these PHP codes in your theme's sidebar or template file:
* Show current date according to hijri calendar:
< ?php echo do_shortcode('[en_hijri_date]'); ?>
* Show monthly hijri calendar:
< ?php echo do_shortcode('[en_hijri_calendar]'); ?>
== Screenshots ==
1. Widget preview.