Plugin Directory

Changeset 2993374

Timestamp:
11/09/2023 03:51:53 PM (9 months ago)
Author:
bobbingwide
Message:

bbboing v1.8.5 Supports PHP 8.1 and PHP 8.2. Tested with WordPress 6.4.1

Location:
bbboing/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bbboing/trunk/admin/oik-activation.php

    r2772527 r2993374  
    33 * Dependent plugin activation logic.
    44 *
    5  * @copyright (C) Copyright Bobbing Wide 2012-2017, 2020, 2022
     5 * @copyright (C) Copyright Bobbing Wide 2012-2017, 2020, 2022
    66 * @package oik-libs
    77 */
    88if ( !defined( "OIK_ACTIVATION_INCLUDED" ) ) {
    9 define( "OIK_ACTIVATION_INCLUDED", "3.2.2" );
     9define( "OIK_ACTIVATION_INCLUDED", "3.2." );
    1010
    1111
     
    198198  $dependencies = str_replace( ":", ' ' . __("version", null) . ' ' , $dependencies );
    199199  $text = "<p><b>";
    200 
     200  /* translators: %s: plugin dependencies, comma separated */
    201201  $text .= sprintf( __( '%1$s may not be fully functional.', null), $plugin_name );
    202202  $text .= "</b> ";
    203     /* translators: %s: plugin dependencies */
     203    */
    204204  $text .= sprintf( __( 'Please install and activate the required minimum version of this plugin: %1$s', null ), $dependencies );
    205205    $text .= "</p>";
  • bbboing/trunk/bbboing.php

    r2772527 r2993374  
    55Plugin URI: https://www.oik-plugins.com/oik-plugins/bbboing
    66Description: obfuscate text but leave it readable, using oik
    7 Version: 1.8.4
     7Version: 1.8.
    88Author: bobbingwide
    99Author URI: https://bobbingwide.com/about-bobbing-wide
     
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1414
    15     Copyright 2010-2022 Bobbing Wide (email : herb@bobbingwide.com )
     15    Copyright 2010-202 Bobbing Wide (email : herb@bobbingwide.com )
    1616
    1717    This program is free software; you can redistribute it and/or modify
     
    9393    add_action( "admin_notices", "bbboing_activation" );
    9494}
    95 
    96 
    97 
    98 
    99 
    100 
    101 
    102 
    103 
  • bbboing/trunk/readme.txt

    r2948162 r2993374  
    44Tags: shortcode, obfuscate
    55Requires at least: 3.9
    6 Tested up to: 6.3
    7 Stable tag: 1.8.4
     6Tested up to: 6.
     7Stable tag: 1.8.
    88Gutenberg compatible: Yes
    99
     
    8989
    9090== Upgrade Notice ==
     91
     92
     93
    9194= 1.8.4 =
    9295Tested with WordPress 5.3.2 and WordPress Multi Site, PHP 7.3 and 7.4, PHPUnit 8
     
    124127
    125128== Changelog ==
     129
     130
     131
     132
     133
     134
    126135= 1.8.4 =
    127136* Changed: Update tests for PHPUnit 8,[github bobbingwide bbboing issues 4]
     
    181190= 0.0 =
    182191* Prototyped bbboing.inc on or before 17th April 2010
    183 
    184 
    185 
Note: See TracChangeset for help on using the changeset viewer.