Plugin Directory

Changeset 3082285


Ignore:
Timestamp:
05/07/2024 07:18:23 AM (2 years ago)
Author:
misterplan
Message:

Version 1.1.13

Location:
misterplan
Files:
341 added
3 edited

Legend:

Unmodified
Added
Removed
  • misterplan/trunk/class.mrplan_TMrPlanPluginAdmin.php

    r3082278 r3082285  
    496496            $datos->id_widget               = (int) $_POST['id_widget'];
    497497        }
    498         if(!isset($_POST['autoload'])){
     498        if(isset($_POST['autoload'])){
    499499            $datos->autoload                = (int) $_POST['autoload'];
    500500        }
  • misterplan/trunk/init.php

    r3082281 r3082285  
    88 * Author: MisterPlan
    99 * Author URI: https://misterplan.es
    10  * Version: 1.1.12
     10 * Version: 1.1.13
    1111 * Text Domain: misterplan
    1212 * Domain Path: /languages
  • misterplan/trunk/readme.txt

    r3082281 r3082285  
    44Tested up to: 6.4.3
    55Requires PHP: 7.2.5
    6 Stable tag: 1.1.12
     6Stable tag: 1.1.13
    77License: GPLv2 or later
    88Contributors: jorgealonso
Note: See TracChangeset for help on using the changeset viewer.