Plugin Directory

Changeset 3049870

Timestamp:
03/12/2024 03:20:42 PM (5 months ago)
Author:
bobbingwide
Message:

oik-bwtrace v3.4.6 - updated bobbfunc.php for oik security fix

Location:
oik-bwtrace/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • oik-bwtrace/trunk/README.md

    r3007666 r3049870  
    55* Tags: debug, trace, backtrace, actions, filters, ad hoc tracing, hook tracing, filter tracing, string watch
    66* Requires at least: 5.0
    7 * Tested up to: 6.4.2
     7* Tested up to: 6.
    88* Gutenberg compatible: Yes
    99* Requires PHP: 5.6
     
    137137
    138138## Upgrade Notice
    139 # 3.4.5
    140 Update for support for PHP 8.3
     139# 3.4.
     140Reconciles the bobbfunc shared library which was changed for a security fix to the oik plugin.
    141141
    142142## Changelog
    143 # 3.4.5
    144 * Changed: Support PHP 8.3 #116
    145 * Tested: With WordPress 6.4.2 and WordPress Multisite
     143# 3.4.6
     144* Changed: Reconcile bobbfunc shared library.
     145* Tested: With WordPress 6.4.3 and WordPress Multisite
     146* Tested: With WordPress 6.5-RC1 and WordPress Multisite
    146147* Tested: With PHPUnit 9.6
    147148* Tested: With PHP 8.3
  • oik-bwtrace/trunk/changelog.txt

    r3007666 r3049870  
    3232
    3333== Upgrade Notice ==
     34
     35
     36
    3437= 3.4.4 =
    3538Fixes a problem with PHP 8.2
     
    198201
    199202== Changelog ==
     203
     204
     205
     206
     207
     208
    200209= 3.4.4 =
    201210* Fixed: Declare properties #113
  • oik-bwtrace/trunk/libs/bobbfunc.php

    r2976535 r3049870  
    1 <?php // (C) Copyright Bobbing Wide 2009-2023
     1<?php // (C) Copyright Bobbing Wide 2009-202
    22if ( !defined( "BOBBFUNC_INCLUDED" ) ) {
    3 define( "BOBBFUNC_INCLUDED", "3.4.3" );
     3define( "BOBBFUNC_INCLUDED", "3." );
    44
    55/**
     
    260260  $link .= kv( "class", $class );
    261261  $link .= kv( "id", $id );
    262   $link .= kv( "href", $url );
     262  $link .= kv( "href",
    263263  if ( !is_null( $alt ) ) {
    264264        if ( $alt != $linktori ) {
  • oik-bwtrace/trunk/oik-bwtrace.php

    r3007666 r3049870  
    44Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-bwtrace
    55Description: Debug trace for WordPress, including action and filter tracing
    6 Version: 3.4.5
     6Version: 3.4.
    77Author: bobbingwide
    88Author URI: https://www.bobbingwide.com/about-bobbing-wide
     
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313
    14     Copyright 2011-2023 Bobbing Wide (email : herb@bobbingwide.com )
     14    Copyright 2011-202 Bobbing Wide (email : herb@bobbingwide.com )
    1515
    1616    This program is free software; you can redistribute it and/or modify
  • oik-bwtrace/trunk/readme.txt

    r3007666 r3049870  
    44Tags: debug, trace, backtrace, actions, filters, ad hoc tracing, hook tracing, filter tracing, string watch
    55Requires at least: 5.0
    6 Tested up to: 6.4.2
     6Tested up to: 6.
    77Gutenberg compatible: Yes
    88Requires PHP: 5.6
     
    136136 
    137137== Upgrade Notice ==
    138 = 3.4.5 =
    139 Update for support for PHP 8.3
     138= 3.4. =
     139Reconciles the bobbfunc shared library which was changed for a security fix to the oik plugin.
    140140
    141141== Changelog ==
    142 = 3.4.5 =
    143 * Changed: Support PHP 8.3 #116
    144 * Tested: With WordPress 6.4.2 and WordPress Multisite
     142= 3.4.6 =
     143* Changed: Reconcile bobbfunc shared library.
     144* Tested: With WordPress 6.4.3 and WordPress Multisite
     145* Tested: With WordPress 6.5-RC1 and WordPress Multisite
    145146* Tested: With PHPUnit 9.6
    146147* Tested: With PHP 8.3
Note: See TracChangeset for help on using the changeset viewer.