Changeset 3308423
- Timestamp:
- 06/09/2025 11:01:17 AM (10 months ago)
- Location:
- alternative-site-settings/trunk
- Files:
-
- 2 edited
-
altss.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternative-site-settings/trunk/altss.php
r3308370 r3308423 25 25 define( 'ALTSITESET_LANG_DIR' , ALTSITESET_DIR . "/languages" ); 26 26 27 define( 'ALTSITESET__VERSION', '1.1. 1' );27 define( 'ALTSITESET__VERSION', '1.1.2' ); 28 28 29 29 define( 'ALTSITESET_CFORMS_AMOUNT', 10 ); -
alternative-site-settings/trunk/readme.txt
r3263025 r3308423 2 2 Tags: settings, custom records, reviews, contact forms 3 3 Requires at least: 5.9 4 Tested up to: 6. 7.25 Stable tag: 1.1. 04 Tested up to: 6.8.1 5 Stable tag: 1.1.2 6 6 Requires PHP: 7.2 7 7 License: GPLv2 or later … … 28 28 29 29 == Changelog == 30 31 = 1.1.2 = 32 Some other minor inaccuracies in the code have been fixed. 33 34 = 1.1.1 = 35 Minor inaccuracies in the code have been fixed. 30 36 31 37 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.