Plugin Directory

Changeset 3163463


Ignore:
Timestamp:
10/06/2024 09:52:51 AM (18 months ago)
Author:
PowieT
Message:

wp 6.6 tests

Location:
powies-whois
Files:
13 added
2 edited

Legend:

Unmodified
Added
Removed
  • powies-whois/trunk/powies-whois.php

    r2342036 r3163463  
    44Plugin URI: https://powie.de/wordpress/whois/
    55Description: Domain WHOIS Shortcode Plugin
    6 Version: 0.9.33
     6Version: 0.9.34
    77License: GPLv2
    88Author: Thomas Ehrhardt
     
    1313
    1414//Define some stuff
    15 define( 'PWHOIS_VERSION', '0.9.30');
     15define( 'PWHOIS_VERSION', '0.9.34');
    1616define( 'PWHOIS_PLUGIN_DIR', dirname( plugin_basename( __FILE__ ) ) );
    1717load_plugin_textdomain( 'powies-whois', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
  • powies-whois/trunk/readme.txt

    r2810783 r3163463  
    44Tags: domain,lookup,whois,shortcode,free
    55Requires at least: 4.0
    6 Tested up to: 6.1
    7 Stable tag: 0.9.33
     6Tested up to: 6.6.2
     7Stable tag: 0.9.34
    88License: GPLv2
    99
     
    5959
    6060== Changelog ==
     61= 0.9.33 - 0.9.34 (06.10.2024) =
     62* tests with wp 6.6
     63
    6164= 0.9.32 - 0.9.33 (15.07.2020) =
    6265* Security Fix - https://wpvulndb.com/vulnerabilities/10300
Note: See TracChangeset for help on using the changeset viewer.