Plugin Directory

Changeset 3051224

Timestamp:
03/14/2024 04:56:45 PM (5 months ago)
Author:
bobbingwide
Message:

oik-css v2.1.3 2024/03/14 tested with WordPress 6.5-RC2

Location:
oik-css/trunk
Files:
9 added
5 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • oik-css/trunk/changelog.txt

    r2980305 r3051224  
    11== Upgrade Notice ==
     2
     3
     4
    25= 2.1.1 =
    36Updated to latest wp-scripts. Tested with WordPress 6.3
     
    7982
    8083== Changelog ==
     84
     85
     86
     87
     88
     89
    8190= 2.1.1 =
    8291* Changed: Update wp-scripts, rebuild and test with WordPress 6.3 #26
  • oik-css/trunk/libs/bobbfunc.php

    r2980305 r3051224  
    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-css/trunk/oik-css.php

    r2980305 r3051224  
    44Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-css
    55Description: Implements CSS and GeSHi blocks for internal CSS styling and to help document source code examples
    6 Version: 2.1.2
     6Version: 2.1.
    77Author: bobbingwide
    88Author URI: https://bobbingwide.com/about-bobbing-wide
     
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1313
    14     Copyright 2013-2023 Bobbing Wide (email : herb@bobbingwide.com )
     14    Copyright 2013-202 Bobbing Wide (email : herb@bobbingwide.com )
    1515
    1616    This program is free software; you can redistribute it and/or modify
     
    4747  $bw_autop = !$bw_disable_autop;
    4848  bw_better_autop( $bw_autop );
     49
    4950}
    5051
     
    221222  add_action( "oik_admin_menu", "oik_css_admin_menu" );
    222223  add_action( "oik_loaded", "oik_css_oik_loaded" );
    223   add_action( "oik_add_shortcodes", "oik_css_init" );
    224224  add_action( 'init', 'oik_css_init_blocks', 100);
    225225  //add_action( 'plugins_loaded', 'oik_css_plugins_loaded' );
     
    276276         */
    277277        $ok = wp_set_script_translations( 'oik-css-css-editor-script', 'oik-css' , __DIR__ .'/languages' );
     278
    278279        add_filter( 'load_script_textdomain_relative_path', 'oik_css_load_script_textdomain_relative_path', 10, 2);
    279280    }
     
    313314 */
    314315function oik_css_load_script_textdomain_relative_path( $relative, $src ) {
    315     if ( false !== strrpos( $relative, './build/index.js' )) {
    316         $relative = 'build/index.js';
     316    if ( false !== str' )) {
     317        $relative = 'build/;
    317318    }
    318319    //bw_trace2( $relative, "relative");
  • oik-css/trunk/package.json

    r2948659 r3051224  
    11{
    22    "name": "oik-css",
    3     "version": "2.1.1",
     3    "version": "2.1.",
    44    "description": "CSS and GeSHi blocks",
    55    "author": "bobbingwide",
     
    1919    },
    2020    "dependencies": {
    21         "@wordpress/block-editor": "^12.6.0",
    22         "@wordpress/blocks": "^12.15.0",
    23         "@wordpress/i18n": "^4.38.0",
    24         "postcss": "^8.2.14"
     21        "@wordpress/block-editor": "^12..0",
     22        "@wordpress/blocks": "^12..0",
     23        "@wordpress/i18n": "^4..0",
     24        "postcss": "^8."
    2525    },
    2626    "devDependencies": {
    27         "@wordpress/scripts": "^26.9.0"
     27        "@wordpress/scripts": "^2.0"
    2828    }
    2929}
  • oik-css/trunk/readme.txt

    r2980305 r3051224  
    44Tags: CSS, GeSHi, blocks, shortcodes, [bw_css], [bw_geshi], [bw_autop], [bw_background], oik, lazy, smart
    55Requires at least: 5.0
    6 Tested up to: 6.4-beta3
     6Tested up to: 6.
    77Gutenberg compatible: Yes
    8 Stable tag: 2.1.2
     8Stable tag: 2.1.
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    108108
    109109== Upgrade Notice ==
    110 = 2.1.2 =
    111 Now supports PHP 8.2
     110= 2.1. =
     111Each block has its own entry point. Now supports PHP 8.3.
    112112
    113113== Changelog ==
    114 = 2.1.2 =
    115 * Changed: Support PHP 8.2 #27
    116 * Tested: With WordPress 6.4-beta3 and WordPress Multisite
    117 * Tested: With PHP 8.0, PHP 8.1 and PHP 8.2
     114= 2.1.3 =
     115* Changed: Support PHP 8.3 #27
     116* Changed: Update wp-scripts and rebuild using separate entry points #26
     117* Tested: With WordPress 6.5-RC2 and WordPress Multisite
     118* Tested: With PHP 8.3
    118119* Tested: With PHPUnit 9.6
    119120
  • oik-css/trunk/src/oik-css/block.json

    r2598539 r3051224  
    5454      },
    5555    "keywords": [ "CSS", "oik" ],
    56     "editorScript": "file:../../build/index.js",
    57     "editorStyle": "file:../../build/index.css",
    58     "style": "file:../../build/style-index.css"
     56    "editorScript": "file:../../build/.js",
     57    "editorStyle": "file:../../build/.css",
     58    "style": "file:../../build/style-.css"
    5959}
  • oik-css/trunk/src/oik-geshi/block.json

    r2598539 r3051224  
    5656        }
    5757      },
    58     "keywords": [ "GeSHi", "syntax", "highlight", "PHP", "HTML", "JavaScript", "CSS", "MySQL" ]
     58    "keywords": [ "GeSHi", "syntax", "highlight", "PHP", "HTML", "JavaScript", "CSS", "MySQL" ],
     59    "editorScript": "file:../../build/oik-geshi.js",
     60    "editorStyle": "file:../../build/oik-geshi.css",
     61    "style": "file:../../build/style-oik-geshi.css"
    5962}
Note: See TracChangeset for help on using the changeset viewer.