Plugin Directory

Changeset 2962575


Ignore:
Timestamp:
09/04/2023 01:53:28 PM (3 years ago)
Author:
abcfolio
Message:

Version: 1.7.2

Location:
staff-list/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • staff-list/trunk/library/abcfl-input.php

    r2923400 r2962575  
    22/**
    33 * Input builders
    4  * abcfl-input.php Version 228
     4 * abcfl-input.php Version 227
    55 *
    66 * 215 abcfl_input_lbl_hlp
  • staff-list/trunk/readme.txt

    r2923400 r2962575  
    44Donate link: https://abcfolio.com/wordpress-plugin-staff-list/purchase-plugin/
    55Requires at least: 4.9
    6 Tested up to:  6.3
     6Tested up to:  6.4
    77Requires PHP: 5.6
    8 Stable tag: 1.7.1
     8Stable tag: 1.7.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    129129
    130130== Changelog ==
     131
     132= 1.7.2 20230903
     133* Update: Replaced Twitter icon with new version.
    131134
    132135= 1.7.1 20230608
  • staff-list/trunk/staff-list.php

    r2923400 r2962575  
    1111Requires at least: 4.9
    1212Requires PHP: 5.6
    13 Version: 1.7.1
     13Version: 1.7.2
    1414------------------------------------------------------------------------
    1515Copyright 2009-2021 abcFolio.
     
    3737final class ABCF_Staff_List {
    3838
    39     private static $instance;
     39    private static $instance; 
    4040    public $pluginSlug = 'abcfolio-staff-list';
    41     public $pluginVersion = '1.7.1';   
     41    public $pluginVersion = '1.7.2';   
    4242    public $prefix = 'abcfsl';
    4343
     
    121121        require_once ABCFSL_PLUGIN_DIR . 'library/abcfl-html.php';
    122122        require_once ABCFSL_PLUGIN_DIR . 'library/abcfl-util.php';
    123 
    124         //require_once ABCFSL_PLUGIN_DIR . 'deprecated/inc.php';
    125123
    126124        //if( $this->pluginSlug == 'abcfolio-staff-list' ) {
Note: See TracChangeset for help on using the changeset viewer.