Changeset 3163463
- Timestamp:
- 10/06/2024 09:52:51 AM (18 months ago)
- Location:
- powies-whois
- Files:
-
- 13 added
- 2 edited
-
tags/0.9.34 (added)
-
tags/0.9.34/languages (added)
-
tags/0.9.34/languages/powies-whois-de_DE.mo (added)
-
tags/0.9.34/languages/powies-whois-de_DE.po (added)
-
tags/0.9.34/languages/powies-whois-es_ES.mo (added)
-
tags/0.9.34/languages/powies-whois-es_ES.po (added)
-
tags/0.9.34/languages/powies-whois-ru_RU.mo (added)
-
tags/0.9.34/languages/powies-whois-ru_RU.po (added)
-
tags/0.9.34/languages/powies-whois.pot (added)
-
tags/0.9.34/powies-whois.php (added)
-
tags/0.9.34/pwhois.js (added)
-
tags/0.9.34/pwhois_settings.php (added)
-
tags/0.9.34/readme.txt (added)
-
trunk/powies-whois.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
powies-whois/trunk/powies-whois.php
r2342036 r3163463 4 4 Plugin URI: https://powie.de/wordpress/whois/ 5 5 Description: Domain WHOIS Shortcode Plugin 6 Version: 0.9.3 36 Version: 0.9.34 7 7 License: GPLv2 8 8 Author: Thomas Ehrhardt … … 13 13 14 14 //Define some stuff 15 define( 'PWHOIS_VERSION', '0.9.3 0');15 define( 'PWHOIS_VERSION', '0.9.34'); 16 16 define( 'PWHOIS_PLUGIN_DIR', dirname( plugin_basename( __FILE__ ) ) ); 17 17 load_plugin_textdomain( 'powies-whois', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); -
powies-whois/trunk/readme.txt
r2810783 r3163463 4 4 Tags: domain,lookup,whois,shortcode,free 5 5 Requires at least: 4.0 6 Tested up to: 6. 17 Stable tag: 0.9.3 36 Tested up to: 6.6.2 7 Stable tag: 0.9.34 8 8 License: GPLv2 9 9 … … 59 59 60 60 == Changelog == 61 = 0.9.33 - 0.9.34 (06.10.2024) = 62 * tests with wp 6.6 63 61 64 = 0.9.32 - 0.9.33 (15.07.2020) = 62 65 * Security Fix - https://wpvulndb.com/vulnerabilities/10300
Note: See TracChangeset
for help on using the changeset viewer.