Plugin Directory

Changeset 1172030


Ignore:
Timestamp:
06/01/2015 04:52:21 PM (11 years ago)
Author:
daverod
Message:

Updated with proper text for release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • great-real-estate/trunk/great-real-estate.php

    r1172025 r1172030  
    22/*
    33 * 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 Wordpress
    6  * Version: 1.5-dev-3
     4 * 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
    77 * 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.
    2017
    2118    This program is distributed in the hope that it will be useful,
     
    2522
    2623    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
    2927*/
    30 
    31 /*
    32  * changelog
    33  *
    34  * see readme.txt
    35  *
    36  */
    37 
    38 
    3928// STOP DIRECT CALLS
    4029if( preg_match( '#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'] ) ) { die( 'You are not allowed to call this page directly.' ); }
     
    5645}
    5746
    58 define( 'GRE_VERSION', '1.5-dev-3' );
     47define( 'GRE_VERSION', '1.5' );
    5948define( 'GRE_FOLDER', plugin_dir_path( __FILE__ ) );
    6049define( 'GRE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.