Changeset 3230593
- Timestamp:
- 01/28/2025 01:48:46 PM (14 months ago)
- Location:
- wowholic-core/trunk
- Files:
-
- 3 edited
-
includes/settings-page.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wowholic-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wowholic-core/trunk/includes/settings-page.php
r2811120 r3230593 75 75 ->set_default_value( '32' ) 76 76 ->set_width( 20 ), 77 Field::make( 'text', 'wowcore_grid_columns', __( 'Number of columns (px)' ) )77 Field::make( 'text', 'wowcore_grid_columns', __( 'Number of columns' ) ) 78 78 ->set_attribute( 'type', 'number' ) 79 79 ->set_attribute( 'min', 0 ) -
wowholic-core/trunk/readme.txt
r2947285 r3230593 6 6 Tags: utility, productivity, efficiency, custom themes, development, frontend 7 7 Requires at least: 5.6 8 Tested up to: 6. 2.29 Stable tag: 1.0. 88 Tested up to: 6.7.1 9 Stable tag: 1.0.9 10 10 Requires PHP: 7.0 11 11 … … 77 77 == Changelog == 78 78 79 = 1.0.9 = 80 Release Date: January 28th, 2025 81 79 82 = 1.0.8 = 80 83 Release Date: August 3rd, 2023 -
wowholic-core/trunk/wowholic-core.php
r2947285 r3230593 4 4 * Plugin URI: https://github.com/Wowholic/CORE 5 5 * Description: Utility functions and options for common tasks in WordPress. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Author: Wowholic 8 8 * Author URI: https://wowholic.com
Note: See TracChangeset
for help on using the changeset viewer.