Changeset 957392
- Timestamp:
- 07/30/2014 01:45:51 PM (12 years ago)
- Location:
- emarksheet
- Files:
-
- 6 added
- 2 edited
- 3 copied
-
tags/1.2 (copied) (copied from emarksheet/trunk)
-
tags/1.2/emarksheet.php (copied) (copied from emarksheet/trunk/emarksheet.php) (3 diffs)
-
tags/1.2/lordlinus_marksheet_shortcode.php (added)
-
tags/1.2/menu-pages/help.php (added)
-
tags/1.2/readme.txt (copied) (copied from emarksheet/trunk/readme.txt) (3 diffs)
-
tags/1.2/screenshot-9.png (added)
-
trunk/emarksheet.php (modified) (3 diffs)
-
trunk/lordlinus_marksheet_shortcode.php (added)
-
trunk/menu-pages/help.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/screenshot-9.png (added)
Legend:
- Unmodified
- Added
- Removed
-
emarksheet/tags/1.2/emarksheet.php
r941450 r957392 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. 187 Version: 1.2 8 8 Author URI: http://eexamhall.com/ 9 9 */ … … 24 24 add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Settings', 'administrator', 'eMarksheet-settings', 'emark_settings'); 25 25 add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Print Marksheet', 'administrator', 'eMarksheet-print', 'emark_print'); 26 add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Help & Supprot', 'administrator', 'eMarksheet-help', 'emark_help'); 26 27 } 27 28 function emark_add_class() … … 53 54 include('menu-pages/print.php'); 54 55 } 56 function emark_help() 57 { 58 include('menu-pages/help.php'); 59 } 60 add_shortcode('SHOW_EMARKSHEET','lordlinus_emark_shortcode'); 61 function lordlinus_emark_shortcode() 62 { 63 include("lordlinus_marksheet_shortcode.php"); 64 } 55 65 ?> -
emarksheet/tags/1.2/readme.txt
r941451 r957392 1 === Online Marksheet CreatorSoftware : eMarksheet ===1 === Online Exam Software : eMarksheet === 2 2 Contributors: rohitashv 3 3 Link: eexamhall.com 4 4 Tags: emarksheet, online marksheet creator, create marksheet online, online marksheet 5 5 Requires at least: 3.2 6 Stable tag: 1. 186 Stable tag: 1.2 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. … … 48 48 7. Print Marksheet1 49 49 8. Print Marksheet2 50 9. Frontend Result 51 50 52 == Changelog == 51 53 … … 54 56 55 57 =1.2= 56 Now eExamhall is ready to use from its dashboard only 57 58 =2.1= 59 1. Second Stable Version Released 60 2. Update or delete Question 61 62 =2.9= 63 1. Now the shortcode for each quiz is different and the code is compatible for all sorts of language ie. chinese, english 64 65 =2.91= 66 1. Added Premium Feature 67 68 =3.0= 69 1. Added Uninstall Menu 70 71 =3.1= 72 1. Added Premium Feature 58 Now you can set the result on front end by adding shortcode [] -
emarksheet/trunk/emarksheet.php
r941450 r957392 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. 187 Version: 1.2 8 8 Author URI: http://eexamhall.com/ 9 9 */ … … 24 24 add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Settings', 'administrator', 'eMarksheet-settings', 'emark_settings'); 25 25 add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Print Marksheet', 'administrator', 'eMarksheet-print', 'emark_print'); 26 add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Help & Supprot', 'administrator', 'eMarksheet-help', 'emark_help'); 26 27 } 27 28 function emark_add_class() … … 53 54 include('menu-pages/print.php'); 54 55 } 56 function emark_help() 57 { 58 include('menu-pages/help.php'); 59 } 60 add_shortcode('SHOW_EMARKSHEET','lordlinus_emark_shortcode'); 61 function lordlinus_emark_shortcode() 62 { 63 include("lordlinus_marksheet_shortcode.php"); 64 } 55 65 ?> -
emarksheet/trunk/readme.txt
r941451 r957392 1 === Online Marksheet CreatorSoftware : eMarksheet ===1 === Online Exam Software : eMarksheet === 2 2 Contributors: rohitashv 3 3 Link: eexamhall.com 4 4 Tags: emarksheet, online marksheet creator, create marksheet online, online marksheet 5 5 Requires at least: 3.2 6 Stable tag: 1. 186 Stable tag: 1.2 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. … … 48 48 7. Print Marksheet1 49 49 8. Print Marksheet2 50 9. Frontend Result 51 50 52 == Changelog == 51 53 … … 54 56 55 57 =1.2= 56 Now eExamhall is ready to use from its dashboard only 57 58 =2.1= 59 1. Second Stable Version Released 60 2. Update or delete Question 61 62 =2.9= 63 1. Now the shortcode for each quiz is different and the code is compatible for all sorts of language ie. chinese, english 64 65 =2.91= 66 1. Added Premium Feature 67 68 =3.0= 69 1. Added Uninstall Menu 70 71 =3.1= 72 1. Added Premium Feature 58 Now you can set the result on front end by adding shortcode []
Note: See TracChangeset
for help on using the changeset viewer.