Plugin Directory

Changeset 1369052


Ignore:
Timestamp:
03/11/2016 09:58:58 AM (10 years ago)
Author:
The.Missing.Code
Message:

fixed another compatibility issue with PHP 5.2

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

Legend:

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

    r1368758 r1369052  
    1111    public static function create_from_database_object( StdClass $object )
    1212    {
    13         $snippet = new static();
     13        $snippet = new PhpCodeForPosts_Snippet();
    1414        $snippet
    1515            ->set_id( $object->id )
  • php-code-for-posts/trunk/php-code-for-posts.php

    r1368991 r1369052  
    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.6
     5 * Version: 2.0.7
    66 * Author: Jamie Fraser
    77 * Author uri: http://www.jamiefraser.co.uk/?utm-campaign=PHPCodeForPosts
  • php-code-for-posts/trunk/readme.txt

    r1368991 r1369052  
    55Requires at least: 3.3.1
    66Tested up to: 4.4.2
    7 Stable tag: 2.0.6
     7Stable tag: 2.0.7
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313
    1414== Description ==
     15
     16Currently in rapid deployment testing - fixing bugs and quirks with older versions of PHP
    1517
    1618PHP Code for posts allows you to add your own PHP code to posts, pages, custom post types (posts) and even sidebars without the need for custom templates
     
    103105= 2.0.6 =
    104106* Fixed issue with compatibility with PHP 5.2
     107= 2.0.7 =
     108* Fixed another issue with compatibility with PHP 5.2
    105109
    106110== Upgrade Notice ==
     
    130134= 2.0.6 =
    131135* Fixed issue with compatibility with PHP 5.2
     136= 2.0.7 =
     137* Fixed another issue with compatibility with PHP 5.2
    132138
    133139== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.