Plugin Directory

Changeset 976494


Ignore:
Timestamp:
09/01/2014 02:44:37 PM (12 years ago)
Author:
rohitashv
Message:

updated readme.txt

Location:
emarksheet
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • emarksheet/tags/1.34/emarksheet.php

    r959804 r976494  
    22/*
    33Plugin Name: emarksheet
    4 Plugin URI: http://eexamhall.com/
     4Plugin URI: http://crowinfotech.in/
    55Description: 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.
    66Author: rohitashv
    7 Version: 1.33
    8 Author URI: http://eexamhall.com/
     7Version: 1.34
     8Author URI: http://crowinfotech.in/
    99*/
    1010register_activation_hook( __FILE__, 'emarksheet_InstallScript' );
  • emarksheet/tags/1.34/install-script.php

    r958028 r976494  
    1212  `student_id` int(11) NOT NULL,
    1313  `class_id` int(11) NOT NULL,
    14   `marks` varchar(255) NOT NULL,
     14  `marks` TEXT NOT NULL,
    1515  PRIMARY KEY (`id`)
    1616) AUTO_INCREMENT=4 ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;";
  • emarksheet/tags/1.34/menu-pages/help.php

    r959804 r976494  
    1313
    1414<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>
     15in case of any support : <br/>
     161. You can visit at <a href='http://www.crowinfotech.in/supportcenter/'>http://www.crowinfotech.in/supportcenter</a><br/>
     172. you can send us mail at <strong><em>ucerturohit[at]gmail[dot]com</em></strong>/a
  • emarksheet/tags/1.34/readme.txt

    r959804 r976494  
    44Tags: emarksheet, online marksheet creator, create marksheet online, online marksheet
    55Requires at least: 3.2
    6 Stable tag: 1.33
     6Stable tag: 1.34
    77
    88This 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.
    99
    1010== Description ==
     11
    1112This 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.
    1213
    1314In this you have to follow just simple steps :
    1415
     16
    1517a) Add class
     18
     19
    1620b) Add Subject
     21
     22
    1723c) Enroll Student
     24
    1825d) Add marks
     26
    1927e) Print Marksheet
    20 f) Add Shortcode to page or post to show the result on the frontpage
    2128
    22 For more details you can visit http://eexamhall.com or can send a mail on ucerturohit@gmail.com
     29These are the basic features.
     30
     31**Premium Features**
     32
     331) Show Marksheet on the front page of your website.
     34
     35To purchase this or discuss more about it please visit :
     36
     37http://www.crowinfotech.in
     38
     39or
     40
     41http://www.crowinfotech.in/supportcenter/
     42
     43For more details you can visit http://crowinfotech.in or can send a mail on ucerturohit@gmail.com
    2344
    2445Documentation is available on the following link :
    2546http://eexamhall.com/documentation
    2647
    27 To see the forum list please go here :
    28 http://eexamhall.com/forums/
     48To see the forum list and discussion please go here :
     49http://www.crowinfotech.in/supportcenter/
     50
    2951
    3052== Installation ==
     
    6385=1.31=
    6486minor bug resolved
     87
     88=1.33=
     89minor bug resolved
  • emarksheet/trunk/emarksheet.php

    r959804 r976494  
    22/*
    33Plugin Name: emarksheet
    4 Plugin URI: http://eexamhall.com/
     4Plugin URI: http://crowinfotech.in/
    55Description: 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.
    66Author: rohitashv
    7 Version: 1.33
    8 Author URI: http://eexamhall.com/
     7Version: 1.34
     8Author URI: http://crowinfotech.in/
    99*/
    1010register_activation_hook( __FILE__, 'emarksheet_InstallScript' );
  • emarksheet/trunk/install-script.php

    r958028 r976494  
    1212  `student_id` int(11) NOT NULL,
    1313  `class_id` int(11) NOT NULL,
    14   `marks` varchar(255) NOT NULL,
     14  `marks` TEXT NOT NULL,
    1515  PRIMARY KEY (`id`)
    1616) AUTO_INCREMENT=4 ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;";
  • emarksheet/trunk/menu-pages/help.php

    r959804 r976494  
    1313
    1414<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>
     15in case of any support : <br/>
     161. You can visit at <a href='http://www.crowinfotech.in/supportcenter/'>http://www.crowinfotech.in/supportcenter</a><br/>
     172. you can send us mail at <strong><em>ucerturohit[at]gmail[dot]com</em></strong>/a
  • emarksheet/trunk/readme.txt

    r959804 r976494  
    44Tags: emarksheet, online marksheet creator, create marksheet online, online marksheet
    55Requires at least: 3.2
    6 Stable tag: 1.33
     6Stable tag: 1.34
    77
    88This 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.
    99
    1010== Description ==
     11
    1112This 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.
    1213
    1314In this you have to follow just simple steps :
    1415
     16
    1517a) Add class
     18
     19
    1620b) Add Subject
     21
     22
    1723c) Enroll Student
     24
    1825d) Add marks
     26
    1927e) Print Marksheet
    20 f) Add Shortcode to page or post to show the result on the frontpage
    2128
    22 For more details you can visit http://eexamhall.com or can send a mail on ucerturohit@gmail.com
     29These are the basic features.
     30
     31**Premium Features**
     32
     331) Show Marksheet on the front page of your website.
     34
     35To purchase this or discuss more about it please visit :
     36
     37http://www.crowinfotech.in
     38
     39or
     40
     41http://www.crowinfotech.in/supportcenter/
     42
     43For more details you can visit http://crowinfotech.in or can send a mail on ucerturohit@gmail.com
    2344
    2445Documentation is available on the following link :
    2546http://eexamhall.com/documentation
    2647
    27 To see the forum list please go here :
    28 http://eexamhall.com/forums/
     48To see the forum list and discussion please go here :
     49http://www.crowinfotech.in/supportcenter/
     50
    2951
    3052== Installation ==
     
    6385=1.31=
    6486minor bug resolved
     87
     88=1.33=
     89minor bug resolved
Note: See TracChangeset for help on using the changeset viewer.