Changeset 585372
- Timestamp:
- 08/14/2012 01:25:35 PM (14 years ago)
- Location:
- praybox/tags/1.0.7
- Files:
-
- 3 edited
-
inc/inc_display_pb_requests.php (modified) (1 diff)
-
praybox.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
praybox/tags/1.0.7/inc/inc_display_pb_requests.php
r585370 r585372 7 7 $permalink=get_permalink($page_id); 8 8 9 if( isset($_GET['req'])){9 if((isset($_GET['req']))&&(is_numeric($_GET['req']))){ 10 10 11 11 //VIEW DETAILS OUTPUT -
praybox/tags/1.0.7/praybox.php
r585370 r585372 4 4 Plugin URI: http://www.praybox.com/ 5 5 Description: 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. 66 Version: 1.0.7 7 7 Author: Blazing Torch, Inc. 8 8 Author URI: http://www.blazingtorch.com -
praybox/tags/1.0.7/readme.txt
r585370 r585372 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.1 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 9 9 PrayBox 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. … … 88 88 = August 9, 2012 - 1.0.6 = 89 89 * 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.