Plugin Directory

Changeset 1368991


Ignore:
Timestamp:
03/11/2016 08:42:32 AM (10 years ago)
Author:
The.Missing.Code
Message:

fixed compatibility issue with 5.2

Location:
php-code-for-posts
Files:
37 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • php-code-for-posts/trunk/php-code-for-posts.php

    r1368758 r1368991  
    33 * Plugin Name: PHP Code For Posts
    44 * Description: Insert and Execute PHP Code in WordPress Content.  This plugin also enables shortcodes for the text widget.
    5  * Version: 2.0.5
     5 * Version: 2.0.6
    66 * Author: Jamie Fraser
    77 * Author uri: http://www.jamiefraser.co.uk/?utm-campaign=PHPCodeForPosts
     
    2222include('Classes/PhpCodeForPosts.php');
    2323
    24 $plugin_directory = trailingslashit( realpath(__DIR__) );
     24$plugin_directory = trailingslashit( dirname( __FILE__ ) );
    2525$plugin_web_path = trailingslashit( plugins_url( '', __FILE__ ) );
    2626
  • php-code-for-posts/trunk/readme.txt

    r1368758 r1368991  
    55Requires at least: 3.3.1
    66Tested up to: 4.4.2
    7 Stable tag: 2.0.5
     7Stable tag: 2.0.6
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101= 2.0.5 =
    102102* Removed ? : shorthand ifs
     103= 2.0.6 =
     104* Fixed issue with compatibility with PHP 5.2
    103105
    104106== Upgrade Notice ==
     
    126128= 2.0.5 =
    127129* Removed ? : shorthand ifs
     130= 2.0.6 =
     131* Fixed issue with compatibility with PHP 5.2
    128132
    129133== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.