Changeset 1172030
- Timestamp:
- 06/01/2015 04:52:21 PM (11 years ago)
- File:
-
- 1 edited
-
great-real-estate/trunk/great-real-estate.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
great-real-estate/trunk/great-real-estate.php
r1172025 r1172030 2 2 /* 3 3 * Plugin Name: Great Real Estate 4 * Plugin URI: http:// www.rogertheriault.com/agents/plugins/great-real-estate-plugin/5 * Description: The Real Estate plugin for Wordpress6 * Version: 1.5 -dev-34 * Plugin URI: http://greatrealestateplugin.com 5 * Description: Adds the ability to create and manage real estate listings in your WordPress site 6 * Version: 1.5 7 7 * Author: Dave Rodenbaugh 8 * Author URI: http://RogerTheriault.com/agents/ 9 */ 10 11 /* Copyright 2008 Roger Theriault (email : roger@rogertheriault.com) 12 13 Great Real Estate - The Real Estate plugin for WordPress 14 Copyright (C) 2008 Roger Theriault 15 16 This program is free software: you can redistribute it and/or modify 17 it under the terms of the GNU General Public License as published by 18 the Free Software Foundation, either version 3 of the License, or 19 (at your option) any later version. 8 * Author URI: http://greatrealestateplugin.com 9 * License: GPLv2 or any later version 10 */ 11 12 /* Copyright 2008-2015, Skyline Consulting and D. Rodenbaugh 13 14 This program is free software; you can redistribute it and/or modify 15 it under the terms of the GNU General Public License, version 2 or later, as 16 published by the Free Software Foundation. 20 17 21 18 This program is distributed in the hope that it will be useful, … … 25 22 26 23 You should have received a copy of the GNU General Public License 27 along with this program. If not, see <http://www.gnu.org/licenses/>. 28 24 along with this program; if not, write to the Free Software 25 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 26 reCAPTCHA used with permission of Mike Crawford & Ben Maurer, http://recaptcha.net 29 27 */ 30 31 /*32 * changelog33 *34 * see readme.txt35 *36 */37 38 39 28 // STOP DIRECT CALLS 40 29 if( preg_match( '#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'] ) ) { die( 'You are not allowed to call this page directly.' ); } … … 56 45 } 57 46 58 define( 'GRE_VERSION', '1.5 -dev-3' );47 define( 'GRE_VERSION', '1.5' ); 59 48 define( 'GRE_FOLDER', plugin_dir_path( __FILE__ ) ); 60 49 define( 'GRE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.