Plugin Directory

Changeset 3230593


Ignore:
Timestamp:
01/28/2025 01:48:46 PM (14 months ago)
Author:
wowholic
Message:

Fix typo

Location:
wowholic-core/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wowholic-core/trunk/includes/settings-page.php

    r2811120 r3230593  
    7575                      ->set_default_value( '32' )
    7676                      ->set_width( 20 ),
    77                  Field::make( 'text', 'wowcore_grid_columns', __( 'Number of columns (px)' ) )
     77                 Field::make( 'text', 'wowcore_grid_columns', __( 'Number of columns' ) )
    7878                      ->set_attribute( 'type', 'number' )
    7979                      ->set_attribute( 'min', 0 )
  • wowholic-core/trunk/readme.txt

    r2947285 r3230593  
    66Tags: utility, productivity, efficiency, custom themes, development, frontend
    77Requires at least: 5.6
    8 Tested up to: 6.2.2
    9 Stable tag: 1.0.8
     8Tested up to: 6.7.1
     9Stable tag: 1.0.9
    1010Requires PHP: 7.0
    1111
     
    7777== Changelog ==
    7878
     79= 1.0.9 =
     80Release Date: January 28th, 2025
     81
    7982= 1.0.8 =
    8083Release Date: August 3rd, 2023
  • wowholic-core/trunk/wowholic-core.php

    r2947285 r3230593  
    44 * Plugin URI: https://github.com/Wowholic/CORE
    55 * Description: Utility functions and options for common tasks in WordPress.
    6  * Version: 1.0.8
     6 * Version: 1.0.9
    77 * Author: Wowholic
    88 * Author URI: https://wowholic.com
Note: See TracChangeset for help on using the changeset viewer.