Plugin Directory

Changeset 585372


Ignore:
Timestamp:
08/14/2012 01:25:35 PM (14 years ago)
Author:
blazingtorch
Message:
 
Location:
praybox/tags/1.0.7
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • praybox/tags/1.0.7/inc/inc_display_pb_requests.php

    r585370 r585372  
    77    $permalink=get_permalink($page_id);
    88   
    9 if(isset($_GET['req'])){
     9if((isset($_GET['req']))&&(is_numeric($_GET['req']))){
    1010
    1111//VIEW DETAILS OUTPUT
  • praybox/tags/1.0.7/praybox.php

    r585370 r585372  
    44Plugin URI: http://www.praybox.com/
    55Description: This is a plugin that facilitates intercessory prayer by allowing visitors to post prayer requests and/or respond to prayer requests that have been posted by clicking on a button indicating that the prayer request has been prayed for. At the end of each day, visitors who have submitted prayer requests receive an email that tells them how many times they have been prayed for that day.
    6 Version: 1.0.6
     6Version: 1.0.7
    77Author: Blazing Torch, Inc.
    88Author URI: http://www.blazingtorch.com
  • praybox/tags/1.0.7/readme.txt

    r585370 r585372  
    55Requires at least: 3.0
    66Tested up to: 3.4.1
    7 Stable tag: 1.0.6
     7Stable tag: 1.0.7
    88
    99PrayBox is a prayer request application that allows users to submit requests, or pray for existing requests, as well as allowing site administrators to manage prayer requests.
     
    8888= August 9, 2012 - 1.0.6 =
    8989* Updated escaping to protect against MySQL injection attacks.
     90
     91= August 14, 2012 - 1.0.7 =
     92* Updated url variable validation to protect against vulnerabilities.
Note: See TracChangeset for help on using the changeset viewer.