Changeset 3008947
- Timestamp:
- 12/12/2023 05:30:22 PM (15 months ago)
- Location:
- image-credits-nofollow/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
image-credits-nofollow/trunk/image-credits-nofollow.php
r1675425 r3008947 4 4 Plugin URI: http://apasionados.es 5 5 Description: 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. 36 Version: 1.4.1 7 7 Author: Apasionados.es 8 8 Author URI: http://apasionados.es … … 83 83 function admin_init() { 84 84 require_once 'class-admin.php'; 85 $this->admin = new BetterImageCreditsAdmin($this);85 @$this->admin = new BetterImageCreditsAdmin($this); 86 86 } 87 87 -
image-credits-nofollow/trunk/readme.txt
r2970533 r3008947 4 4 Tags: image, media, credit, credits, image credits, image credit, licence, licences, license, licenses, Author credits, Image credits, Photo credits, no follow, nofollow 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 37 Stable tag: 1.4 6 Tested up to: 6.4 7 Stable tag: 1.4.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 == Changelog == 95 95 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 96 99 = 1.4 (19sep2022) = 97 100 * FIX: Remove `screen_icon` function call which is deprecated. … … 114 117 == Upgrade Notice == 115 118 116 = 1.4 =117 UPDATE: Remove `screen_icon` function call which is deprecated.119 = 1.4.1 = 120 UPDATE: Solved deprecated notices in PHP 8.x 118 121 119 122 == Contact ==
Note: See TracChangeset
for help on using the changeset viewer.