Plugin Directory

Changeset 2045315


Ignore:
Timestamp:
03/06/2019 02:37:17 PM (7 years ago)
Author:
AstrizStudios
Message:

Update version and remove BuddyPress support

Location:
profanityblocker-profanity-filter/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • profanityblocker-profanity-filter/trunk/profanity-blocker-options.php

    r942503 r2045315  
    1919    'filter_check_emails'   =>  1,
    2020    'filter_check_phone'    =>  1,
    21     'filter_check_links'    =>  1,
    22     'bp_runs'               =>  0,
    23     'bb_runs'               =>  0
     21    'filter_check_links'    =>  1
    2422);
    2523
  • profanityblocker-profanity-filter/trunk/profanity-blocker.php

    r942503 r2045315  
    103103include_once('profanity-blocker_wpcore.php');
    104104
    105 /* -------------------------------------------------------- BuddyPress section ------------------------------------------------------- */
    106 
    107 include_once('profanity-blocker_bpcore.php');
    108 
    109 /* --------------------------------------------------------- bbPress section --------------------------------------------------------- */
    110 
    111 include_once('profanity-blocker_bbcore.php');
    112105
    113106/* ----------------------------------------------------- Administration  section ----------------------------------------------------- */
  • profanityblocker-profanity-filter/trunk/readme.txt

    r2044720 r2045315  
    7272== Changelog ==
    7373
     74= 1.1.2 =
     75* Removed BuddyPress integration within the plugin because it caused errors to be thrown if you had it enabled on your WordPress solution. Should clients like an updated integration with BuddyPress, comment on support forum or send us an email.
     76
    7477= 1.1.1 =
    7578* Added a free package implementation code (check FAQ for more)
Note: See TracChangeset for help on using the changeset viewer.