Changeset 3395357
- Timestamp:
- 11/13/2025 09:55:49 PM (2 months ago)
- Location:
- onionify
- Files:
-
- 31 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/LICENSE.txt (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/languages/onion-sr_RS.l10n.php (added)
-
tags/1.0.3/languages/onion-sr_RS.mo (added)
-
tags/1.0.3/languages/onion-sr_RS.po (added)
-
tags/1.0.3/languages/onionify.pot (added)
-
tags/1.0.3/onionify.php (added)
-
tags/1.0.3/readme.html (added)
-
tags/1.0.3/readme.txt (added)
-
tags/1.0.3/src (added)
-
tags/1.0.3/src/Admin (added)
-
tags/1.0.3/src/Admin/AdminWelcome.php (added)
-
tags/1.0.3/src/Admin/Settings.php (added)
-
tags/1.0.3/src/Bootstrap.php (added)
-
tags/1.0.3/src/Cli (added)
-
tags/1.0.3/src/Cli/Commands.php (added)
-
tags/1.0.3/src/Domain (added)
-
tags/1.0.3/src/Domain/Detector.php (added)
-
tags/1.0.3/src/Domain/Mapping.php (added)
-
tags/1.0.3/src/Http (added)
-
tags/1.0.3/src/Http/Headers.php (added)
-
tags/1.0.3/src/Http/Loopback.php (added)
-
tags/1.0.3/src/Security (added)
-
tags/1.0.3/src/Security/Hardening.php (added)
-
tags/1.0.3/src/Url (added)
-
tags/1.0.3/src/Url/Rewrite.php (added)
-
tags/1.0.3/uninstall.php (added)
-
trunk/languages/onion-sr_RS.l10n.php (added)
-
trunk/languages/onion-sr_RS.mo (added)
-
trunk/languages/onion-sr_RS.po (added)
-
trunk/onionify.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
onionify/trunk/onionify.php
r3385263 r3395357 3 3 * Plugin Name: Onionify 4 4 * Description: Serve WordPress cleanly over .onion with URL rewriting, Onion-Location, and privacy hardening. 5 * Version: 1.0. 25 * Version: 1.0.3 6 6 * Author: Ivijan-Stefan Stipić 7 * Author URI: https:// www.linkedin.com/in/ivijanstefanstipic/7 * Author URI: https://orcid.org/0009-0008-3924-8683 8 8 * License: GPLv2 or later 9 9 * Text Domain: onionify … … 32 32 * Constants 33 33 * ---------------------------------------------------------------------- */ 34 define('ONIONIFY_VERSION', '1.0. 2');34 define('ONIONIFY_VERSION', '1.0.3'); 35 35 define('ONIONIFY_PLUGIN_FILE', __FILE__); 36 36 define('ONIONIFY_PLUGIN_DIR', rtrim(plugin_dir_path(__FILE__), '/')); -
onionify/trunk/readme.txt
r3385263 r3395357 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 206 206 * Improved design and activation flow. 207 207 208 = 1.0.3 = 209 * Minor updates. 210 208 211 == Upgrade Notice == 212 213 = 1.0.3 = 214 * Minor updates. 209 215 210 216 = 1.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.