Plugin Directory

Changeset 3363387


Ignore:
Timestamp:
09/17/2025 04:33:14 PM (3 months ago)
Author:
iqbal1hossain
Message:

update v-1.0.6

Location:
smart-heading
Files:
14 added
2 edited

Legend:

Unmodified
Added
Removed
  • smart-heading/trunk/readme.txt

    r3359254 r3363387  
    55Tested up to:      6.7
    66Requires PHP:      7.0
    7 Stable tag:        1.0.5
     7Stable tag:        1.0.6
    88License:           GPL-2.0-or-later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
  • smart-heading/trunk/smart-heading.php

    r3359254 r3363387  
    55 * Requires at least: 6.1
    66 * Requires PHP:      7.0
    7  * Version:           1.0.5
     7 * Version:           1.0.6
    88 * Author:            Iqbal Hossain
    99 * License:           GPL-2.0-or-later
     
    8484     */
    8585    private function define_constants() {
    86         $this->define( 'SMART_HEADING_VERSION', '1.0.5' );
     86        $this->define( 'SMART_HEADING_VERSION', '1.0.6' );
    8787        $this->define( 'SMART_HEADING_FILE', __FILE__ );
    8888        $this->define( 'SMART_HEADING_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.