Plugin Directory

Changeset 779838


Ignore:
Timestamp:
09/29/2013 02:03:26 PM (13 years ago)
Author:
faleddo
Message:

fix 151

Location:
ultimate-wp-filter/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ultimate-wp-filter/trunk/readme.txt

    r778997 r779838  
    55Requires at least: 2.9
    66Tested up to: 3.6.1
    7 Stable tag: 1.5.0
     7Stable tag: 1.5.1
    88License: GPLv2 or later
    99
     
    7373* Ability to set filtering sensitivity
    7474
     75= 1.5.1 =
     76* minor bug fixes
     77
    7578== Upgrade Notice ==
    7679* None - The plugin does have version control and will perform any structural upgrades automatically.
  • ultimate-wp-filter/trunk/uwpf_filter.php

    r778997 r779838  
    6767       
    6868        $teks = wg_encode($teks);
    69         $url = "http://filter.faleddo.com/service-pro.php?text=".$teks."&custom=".$custom."&i=".$smartfilter."&level=".$level;
     69        $url = "http://filter.faleddo.x10.bz/service-pro.php?text=".$teks."&custom=".$custom."&i=".$smartfilter."&level=".$level;
    7070        //$url = "http://localhost/wwwguard/service-pro.php?text=".$teks."&custom=".$custom."&i=".$smartfilter."&level=".$level;
    7171       
  • ultimate-wp-filter/trunk/uwpf_panel.php

    r778997 r779838  
    44Plugin URI: http://filter.faleddo.com/wordpress.php
    55Description: A lighweight filtering plugin that will censor explicit words automatically by replacing them with asterik(*) characters in many language and user-defined keywords.
    6 Version: 1.5.0
     6Version: 1.5.1
    77Author: Laurensius Faleddo
    88Author URI: http://blog.faleddo.com
Note: See TracChangeset for help on using the changeset viewer.