Plugin Directory

Changeset 3060214


Ignore:
Timestamp:
03/28/2024 02:47:44 AM (2 years ago)
Author:
pookidevs
Message:

Bugs Fixed

Location:
k2-blocks
Files:
309 added
2 edited

Legend:

Unmodified
Added
Removed
  • k2-blocks/trunk/k2-blocks.php

    r3059565 r3060214  
    66 * Requires at least: 6.1
    77 * Requires PHP:      7.0
    8  * Version:           1.1.6
     8 * Version:           1.1.7
    99 * Author:            PookiDevs
    1010 * License:           GPL-2.0-or-later
     
    145145
    146146    public function render_plugin_welcome_page() {
    147         $K2_version = '1.1.4';
     147        $K2_version = '1.1.7';
    148148        ?>
    149149        <div class="k2-blocks-dashboad-welcome">
     
    393393                'has_paid_plans'      => false,
    394394                'menu'                => array(
     395                    'slug'           => 'k2-blocks-welcome',
    395396                    'account'        => false,
    396397                    'support'        => false,
  • k2-blocks/trunk/readme.txt

    r3059565 r3060214  
    44Requires at least: 5.2
    55Tested up to: 6.4.3
    6 Stable tag: 1.1.6
     6Stable tag: 1.1.7
    77License: GPL-2.0-or-later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    175175=1.1.5=
    176176Readme Updated
     177
     178=1.1.6=
     179Bugs Fixed
     180
     181=1.1.7=
     182Bugs Fixed
Note: See TracChangeset for help on using the changeset viewer.