Changeset 976494
- Timestamp:
- 09/01/2014 02:44:37 PM (12 years ago)
- Location:
- emarksheet
- Files:
-
- 8 edited
- 1 copied
-
tags/1.34 (copied) (copied from emarksheet/trunk)
-
tags/1.34/emarksheet.php (modified) (1 diff)
-
tags/1.34/install-script.php (modified) (1 diff)
-
tags/1.34/menu-pages/help.php (modified) (1 diff)
-
tags/1.34/readme.txt (modified) (2 diffs)
-
trunk/emarksheet.php (modified) (1 diff)
-
trunk/install-script.php (modified) (1 diff)
-
trunk/menu-pages/help.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
emarksheet/tags/1.34/emarksheet.php
r959804 r976494 2 2 /* 3 3 Plugin Name: emarksheet 4 Plugin URI: http:// eexamhall.com/4 Plugin URI: http://crowinfotech.in/ 5 5 Description: This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it. 6 6 Author: rohitashv 7 Version: 1.3 38 Author URI: http:// eexamhall.com/7 Version: 1.34 8 Author URI: http://crowinfotech.in/ 9 9 */ 10 10 register_activation_hook( __FILE__, 'emarksheet_InstallScript' ); -
emarksheet/tags/1.34/install-script.php
r958028 r976494 12 12 `student_id` int(11) NOT NULL, 13 13 `class_id` int(11) NOT NULL, 14 `marks` varchar(255)NOT NULL,14 `marks` TEXT NOT NULL, 15 15 PRIMARY KEY (`id`) 16 16 ) AUTO_INCREMENT=4 ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;"; -
emarksheet/tags/1.34/menu-pages/help.php
r959804 r976494 13 13 14 14 <strong>Regarding Support : </strong><br/><br/> 15 in case of any support, you can send us mail at <strong><em>ucerturohit[at]gmail[dot]com</em></strong> 15 in case of any support : <br/> 16 1. You can visit at <a href='http://www.crowinfotech.in/supportcenter/'>http://www.crowinfotech.in/supportcenter</a><br/> 17 2. you can send us mail at <strong><em>ucerturohit[at]gmail[dot]com</em></strong>/a -
emarksheet/tags/1.34/readme.txt
r959804 r976494 4 4 Tags: emarksheet, online marksheet creator, create marksheet online, online marksheet 5 5 Requires at least: 3.2 6 Stable tag: 1.3 36 Stable tag: 1.34 7 7 8 8 This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it. 9 9 10 10 == Description == 11 11 12 This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it. 12 13 13 14 In this you have to follow just simple steps : 14 15 16 15 17 a) Add class 18 19 16 20 b) Add Subject 21 22 17 23 c) Enroll Student 24 18 25 d) Add marks 26 19 27 e) Print Marksheet 20 f) Add Shortcode to page or post to show the result on the frontpage21 28 22 For more details you can visit http://eexamhall.com or can send a mail on ucerturohit@gmail.com 29 These are the basic features. 30 31 **Premium Features** 32 33 1) Show Marksheet on the front page of your website. 34 35 To purchase this or discuss more about it please visit : 36 37 http://www.crowinfotech.in 38 39 or 40 41 http://www.crowinfotech.in/supportcenter/ 42 43 For more details you can visit http://crowinfotech.in or can send a mail on ucerturohit@gmail.com 23 44 24 45 Documentation is available on the following link : 25 46 http://eexamhall.com/documentation 26 47 27 To see the forum list please go here : 28 http://eexamhall.com/forums/ 48 To see the forum list and discussion please go here : 49 http://www.crowinfotech.in/supportcenter/ 50 29 51 30 52 == Installation == … … 63 85 =1.31= 64 86 minor bug resolved 87 88 =1.33= 89 minor bug resolved -
emarksheet/trunk/emarksheet.php
r959804 r976494 2 2 /* 3 3 Plugin Name: emarksheet 4 Plugin URI: http:// eexamhall.com/4 Plugin URI: http://crowinfotech.in/ 5 5 Description: This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it. 6 6 Author: rohitashv 7 Version: 1.3 38 Author URI: http:// eexamhall.com/7 Version: 1.34 8 Author URI: http://crowinfotech.in/ 9 9 */ 10 10 register_activation_hook( __FILE__, 'emarksheet_InstallScript' ); -
emarksheet/trunk/install-script.php
r958028 r976494 12 12 `student_id` int(11) NOT NULL, 13 13 `class_id` int(11) NOT NULL, 14 `marks` varchar(255)NOT NULL,14 `marks` TEXT NOT NULL, 15 15 PRIMARY KEY (`id`) 16 16 ) AUTO_INCREMENT=4 ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;"; -
emarksheet/trunk/menu-pages/help.php
r959804 r976494 13 13 14 14 <strong>Regarding Support : </strong><br/><br/> 15 in case of any support, you can send us mail at <strong><em>ucerturohit[at]gmail[dot]com</em></strong> 15 in case of any support : <br/> 16 1. You can visit at <a href='http://www.crowinfotech.in/supportcenter/'>http://www.crowinfotech.in/supportcenter</a><br/> 17 2. you can send us mail at <strong><em>ucerturohit[at]gmail[dot]com</em></strong>/a -
emarksheet/trunk/readme.txt
r959804 r976494 4 4 Tags: emarksheet, online marksheet creator, create marksheet online, online marksheet 5 5 Requires at least: 3.2 6 Stable tag: 1.3 36 Stable tag: 1.34 7 7 8 8 This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it. 9 9 10 10 == Description == 11 11 12 This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it. 12 13 13 14 In this you have to follow just simple steps : 14 15 16 15 17 a) Add class 18 19 16 20 b) Add Subject 21 22 17 23 c) Enroll Student 24 18 25 d) Add marks 26 19 27 e) Print Marksheet 20 f) Add Shortcode to page or post to show the result on the frontpage21 28 22 For more details you can visit http://eexamhall.com or can send a mail on ucerturohit@gmail.com 29 These are the basic features. 30 31 **Premium Features** 32 33 1) Show Marksheet on the front page of your website. 34 35 To purchase this or discuss more about it please visit : 36 37 http://www.crowinfotech.in 38 39 or 40 41 http://www.crowinfotech.in/supportcenter/ 42 43 For more details you can visit http://crowinfotech.in or can send a mail on ucerturohit@gmail.com 23 44 24 45 Documentation is available on the following link : 25 46 http://eexamhall.com/documentation 26 47 27 To see the forum list please go here : 28 http://eexamhall.com/forums/ 48 To see the forum list and discussion please go here : 49 http://www.crowinfotech.in/supportcenter/ 50 29 51 30 52 == Installation == … … 63 85 =1.31= 64 86 minor bug resolved 87 88 =1.33= 89 minor bug resolved
Note: See TracChangeset
for help on using the changeset viewer.