Changeset 2984726
- Timestamp:
- 10/27/2023 06:13:15 AM (2 years ago)
- Location:
- staff-list/trunk
- Files:
-
- 3 edited
-
admin/class-mbox-tplate.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
staff-list.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
staff-list/trunk/admin/class-mbox-tplate.php
r2683032 r2984726 157 157 158 158 // -- Single Layout ------------------------ 159 abcfl_mbsave_save_cbo( $postID, 'spgCols', '_spgCols', '1' );159 abcfl_mbsave_save_cbo( $postID, 'spgCols', '_spgCols', '1', true); 160 160 abcfl_mbsave_save_cbo( $postID, 'spgMMarginT', '_spgMMarginT', ''); 161 161 -
staff-list/trunk/readme.txt
r2975319 r2984726 4 4 Donate link: https://abcfolio.com/wordpress-plugin-staff-list/purchase-plugin/ 5 5 Requires at least: 4.9 6 Tested up to: 6. 46 Tested up to: 6.5 7 7 Requires PHP: 5.6 8 Stable tag: 1.7. 28 Stable tag: 1.7.3 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 128 128 129 129 == Changelog == 130 131 = 1.7.3 20231025 132 Fix: Single page left/right panels can save 1-11 option. Fixed call to abcfl_mbsave_save_cbo. 130 133 131 134 = 1.7.2 20230903 -
staff-list/trunk/staff-list.php
r2962575 r2984726 11 11 Requires at least: 4.9 12 12 Requires PHP: 5.6 13 Version: 1.7. 213 Version: 1.7.3 14 14 ------------------------------------------------------------------------ 15 15 Copyright 2009-2021 abcFolio. … … 39 39 private static $instance; 40 40 public $pluginSlug = 'abcfolio-staff-list'; 41 public $pluginVersion = '1.7. 2';41 public $pluginVersion = '1.7.3'; 42 42 public $prefix = 'abcfsl'; 43 43
Note: See TracChangeset
for help on using the changeset viewer.