Plugin Directory

Changeset 2984726


Ignore:
Timestamp:
10/27/2023 06:13:15 AM (2 years ago)
Author:
abcfolio
Message:

Version: 1.7.3

Location:
staff-list/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • staff-list/trunk/admin/class-mbox-tplate.php

    r2683032 r2984726  
    157157
    158158        // -- Single Layout ------------------------
    159         abcfl_mbsave_save_cbo( $postID, 'spgCols', '_spgCols', '1');
     159        abcfl_mbsave_save_cbo( $postID, 'spgCols', '_spgCols', '1', true);
    160160        abcfl_mbsave_save_cbo( $postID, 'spgMMarginT', '_spgMMarginT', '');
    161161
  • staff-list/trunk/readme.txt

    r2975319 r2984726  
    44Donate link: https://abcfolio.com/wordpress-plugin-staff-list/purchase-plugin/
    55Requires at least: 4.9
    6 Tested up to:  6.4
     6Tested up to:  6.5
    77Requires PHP: 5.6
    8 Stable tag: 1.7.2
     8Stable tag: 1.7.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    128128
    129129== Changelog ==
     130
     131= 1.7.3 20231025
     132Fix: Single page left/right panels can save 1-11 option. Fixed call to abcfl_mbsave_save_cbo.
    130133
    131134= 1.7.2 20230903
  • staff-list/trunk/staff-list.php

    r2962575 r2984726  
    1111Requires at least: 4.9
    1212Requires PHP: 5.6
    13 Version: 1.7.2
     13Version: 1.7.3
    1414------------------------------------------------------------------------
    1515Copyright 2009-2021 abcFolio.
     
    3939    private static $instance;
    4040    public $pluginSlug = 'abcfolio-staff-list';
    41     public $pluginVersion = '1.7.2';   
     41    public $pluginVersion = '1.7.3';   
    4242    public $prefix = 'abcfsl';
    4343
Note: See TracChangeset for help on using the changeset viewer.