Plugin Directory

Changeset 3480033


Ignore:
Timestamp:
03/11/2026 11:48:58 AM (3 weeks ago)
Author:
palasthotel
Message:

Release version 1.6.5

Location:
media-license
Files:
60 added
2 edited

Legend:

Unmodified
Added
Removed
  • media-license/trunk/media-license.php

    r3465002 r3480033  
    44 * Plugin URI: https://github.com/palasthotel/media-license
    55 * Description: Advanced caption with license for media files
    6  * Version: 1.6.4
     6 * Version: 1.6.5
    77 * Author: Palasthotel <rezeption@palasthotel.de> (in person: Edward Bock, Lucas Regalar)
    88 * Author URI: http://www.palasthotel.de
     
    5252    }
    5353}
    54 if (defined('WP_DEBUG') && WP_DEBUG) {
    55     error_log('[ProLitteris] centralAutoloader=' . ($centralAutoloader ? '1' : '0')
     54if (defined('PH_CENTRAL_AUTOLOADER_DEBUG') && PH_CENTRAL_AUTOLOADER_DEBUG) {
     55    error_log('[MediaLicense] centralAutoloader=' . ($centralAutoloader ? '1' : '0')
    5656        . ' classExists=' . (class_exists('\Composer\InstalledVersions', false) ? '1' : '0')
    5757        . ' installPath=' . ($installPath ?? '(none)')
  • media-license/trunk/readme.txt

    r3465002 r3480033  
    55Requires at least: 5.0
    66Tested up to: 6.8.1
    7 Stable tag: 1.6.4
     7Stable tag: 1.6.5
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl
     
    3333
    3434== Changelog ==
     35= 1.6.5 =
     36* Feature: Add PH_CENTRAL_AUTOLOADER_DEBUG constant
    3537
    3638= 1.6.4 =
Note: See TracChangeset for help on using the changeset viewer.