Plugin Directory

Changeset 3008947


Ignore:
Timestamp:
12/12/2023 05:30:22 PM (15 months ago)
Author:
apasionados
Message:

Solved deprecated notices in PHP 8.x: Creation of dynamic property BetterImageCreditsAdmin::$plugin is deprecated (line 6( & Creation of dynamic property ImageCreditsNofollowPlugin::$admin is deprecated (line 85)

Location:
image-credits-nofollow/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • image-credits-nofollow/trunk/image-credits-nofollow.php

    r1675425 r3008947  
    44Plugin URI: http://apasionados.es
    55Description: Adds credits to the media uploads: Source and source URL. URLs are nofollow by default, but you have the option to follow them. With a shortcode and various options to display image credits in the posts.
    6 Version: 1.3
     6Version: 1.4.1
    77Author: Apasionados.es
    88Author URI: http://apasionados.es
     
    8383    function admin_init() {
    8484        require_once 'class-admin.php';
    85         $this->admin = new BetterImageCreditsAdmin($this);
     85        @$this->admin = new BetterImageCreditsAdmin($this);
    8686    }
    8787
  • image-credits-nofollow/trunk/readme.txt

    r2970533 r3008947  
    44Tags: image, media, credit, credits, image credits, image credit, licence, licences, license, licenses, Author credits, Image credits, Photo credits, no follow, nofollow
    55Requires at least: 3.0.1
    6 Tested up to: 6.3
    7 Stable tag: 1.4
     6Tested up to: 6.4
     7Stable tag: 1.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96= 1.4.1 (12dec2022) =
     97* Solved deprecated notices in PHP 8.x: Creation of dynamic property BetterImageCreditsAdmin::$plugin is deprecated (line 6( & Creation of dynamic property ImageCreditsNofollowPlugin::$admin is deprecated (line 85)
     98
    9699= 1.4 (19sep2022) =
    97100* FIX: Remove `screen_icon` function call which is deprecated.
     
    114117== Upgrade Notice ==
    115118
    116 = 1.4 =
    117 UPDATE: Remove `screen_icon` function call which is deprecated.
     119= 1.4.1 =
     120UPDATE: Solved deprecated notices in PHP 8.x
    118121
    119122== Contact ==
Note: See TracChangeset for help on using the changeset viewer.