Plugin Directory

Changeset 453698


Ignore:
Timestamp:
10/21/2011 06:14:30 AM (14 years ago)
Author:
Hasina77
Message:
 
Location:
wordpress-easy-allopass/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wordpress-easy-allopass/trunk/readme.txt

    r450971 r453698  
    5959
    6060
     61
    6162= Insert shortcode in post or page: =
    6263
     
    115116== Changelog ==
    116117
     118= 1.0.8 =
     119* Fix pagination bug when viewing more than 10 sales stats in dashboard (10/21/2011)
    117120= 1.0.7 =
    118121* Enable Admin to copy and paste shortcode directly in text format when editing post/page on wysiwyg editor.(To avoid html error when copying shortcode) (10/14/2011)
  • wordpress-easy-allopass/trunk/wp-easy-allopass.php

    r450961 r453698  
    66Author: Hasiniaina Ragaby
    77Author URI:  http://www.vitar.123.fr
    8 Version: 1.0.7
     8Version: 1.0.8
    99    Copyright 2011  H. Ragaby  (email : hragaby@hotmail.com)
    1010
  • wordpress-easy-allopass/trunk/wp-easy-allopass_admin.php

    r450961 r453698  
    264264                }
    265265       
    266             $row = $wpdb->get_results("SELECT * FROM ".TBL_STAT." WHERE id = '".$_GET["stats"]."' LIMIT ".$debut.",".$nbr_par_page."");
     266            $row = $wpdb->get_results("SELECT * FROM ".TBL_STAT." WHERE id = '".$_GET["stats"]."' LIMIT ".$debus.",".$nbr_par_page."");
    267267            foreach ($row as $row)
    268268            {
Note: See TracChangeset for help on using the changeset viewer.