Changeset 2962575
- Timestamp:
- 09/04/2023 01:53:28 PM (3 years ago)
- Location:
- staff-list/trunk
- Files:
-
- 9 edited
-
images/32-30/twitter.png (modified) (previous)
-
images/32-50/twitter.png (modified) (previous)
-
images/32-70/twitter.png (modified) (previous)
-
images/48-30/twitter.png (modified) (previous)
-
images/48-50/twitter.png (modified) (previous)
-
images/48-70/twitter.png (modified) (previous)
-
library/abcfl-input.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
staff-list.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
staff-list/trunk/library/abcfl-input.php
r2923400 r2962575 2 2 /** 3 3 * Input builders 4 * abcfl-input.php Version 22 84 * abcfl-input.php Version 227 5 5 * 6 6 * 215 abcfl_input_lbl_hlp -
staff-list/trunk/readme.txt
r2923400 r2962575 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. 36 Tested up to: 6.4 7 7 Requires PHP: 5.6 8 Stable tag: 1.7. 18 Stable tag: 1.7.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 129 129 130 130 == Changelog == 131 132 = 1.7.2 20230903 133 * Update: Replaced Twitter icon with new version. 131 134 132 135 = 1.7.1 20230608 -
staff-list/trunk/staff-list.php
r2923400 r2962575 11 11 Requires at least: 4.9 12 12 Requires PHP: 5.6 13 Version: 1.7. 113 Version: 1.7.2 14 14 ------------------------------------------------------------------------ 15 15 Copyright 2009-2021 abcFolio. … … 37 37 final class ABCF_Staff_List { 38 38 39 private static $instance; 39 private static $instance; 40 40 public $pluginSlug = 'abcfolio-staff-list'; 41 public $pluginVersion = '1.7. 1';41 public $pluginVersion = '1.7.2'; 42 42 public $prefix = 'abcfsl'; 43 43 … … 121 121 require_once ABCFSL_PLUGIN_DIR . 'library/abcfl-html.php'; 122 122 require_once ABCFSL_PLUGIN_DIR . 'library/abcfl-util.php'; 123 124 //require_once ABCFSL_PLUGIN_DIR . 'deprecated/inc.php';125 123 126 124 //if( $this->pluginSlug == 'abcfolio-staff-list' ) {
Note: See TracChangeset
for help on using the changeset viewer.