Changeset 3439481
- Timestamp:
- 01/14/2026 11:49:37 AM (8 weeks ago)
- Location:
- biznotes
- Files:
-
- 4 edited
-
tags/1.0.0/README.txt (modified) (1 diff)
-
tags/1.0.0/biznotes.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/biznotes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
biznotes/tags/1.0.0/README.txt
r3273027 r3439481 5 5 Requires PHP: 7.2 6 6 Stable tag: 1.0.0 7 Tested up to: 6. 87 Tested up to: 6.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
biznotes/tags/1.0.0/biznotes.php
r3104863 r3439481 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 * Text Domain: biznotes 12 * WC tested up to: 9.012 * WC tested up to: 10.4 13 13 */ 14 14 … … 36 36 * Constructor, actually contains nothing 37 37 */ 38 private function __construct() 39 { 40 } 38 private function __construct() {} 41 39 42 40 /** -
biznotes/trunk/README.txt
r3273027 r3439481 5 5 Requires PHP: 7.2 6 6 Stable tag: 1.0.0 7 Tested up to: 6. 87 Tested up to: 6.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
biznotes/trunk/biznotes.php
r3104863 r3439481 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 * Text Domain: biznotes 12 * WC tested up to: 9.012 * WC tested up to: 10.4 13 13 */ 14 14 … … 36 36 * Constructor, actually contains nothing 37 37 */ 38 private function __construct() 39 { 40 } 38 private function __construct() {} 41 39 42 40 /**
Note: See TracChangeset
for help on using the changeset viewer.