Plugin Directory

Changeset 613051


Ignore:
Timestamp:
10/16/2012 05:42:11 AM (13 years ago)
Author:
Hasina77
Message:
 
Location:
wordpress-easy-allopass/trunk
Files:
2 edited

Legend:

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

    r612562 r613051  
    116116== Changelog ==
    117117
     118= 3.0.1 =
     119* Changing Plugin Server to default website www.vitar.123.fr (for code verification and redirection)
    118120= 3.0.0 =
    119121* Checking compatibility with Wordpress 3.4.2 => OK
  • wordpress-easy-allopass/trunk/wp-easy-allopass.php

    r612562 r613051  
    66Author: Hasiniaina Ragaby
    77Author URI:  http://www.vitar.123.fr
    8 Version: 3.0.0
     8Version: 3.0.1
    99    Copyright 2011  H. Ragaby  (email : hragaby@hotmail.com)
    1010
     
    2424
    2525// Define Server Plugin (for code verification and redirection).
    26 // @define("URL_WES","http://www.vitar.123.fr/");
    27 @define("URL_WES","http://allo.comyr.com/");
     26@define("URL_WES","http://www.vitar.123.fr/");
    2827// Plugin dir URL
    2928@define("URL_WEA",plugin_dir_url( __FILE__ ));
Note: See TracChangeset for help on using the changeset viewer.