Plugin Directory

Changeset 2701831


Ignore:
Timestamp:
03/30/2022 11:21:14 AM (4 years ago)
Author:
plugin.builders
Message:

Version 0.5.8 released

Location:
waiting
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • waiting/tags/0.5.8/readme.txt

    r2672167 r2701831  
    44Donate link: https://plugin.builders/waiting/?d=donate
    55Requires at least: 3.5
    6 Tested up to: 5.9
    7 Stable tag: 0.5.7
     6Tested up to: 5.9.2
     7Stable tag: 0.5.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • waiting/tags/0.5.8/waiting.php

    r2672167 r2701831  
    22/**
    33 * @package Waiting
    4  * @version 0.5.7
     4 * @version 0.5.8
    55 */
    66/*
     
    1010    Author: Plugin Builders
    1111    Author URI: https://plugin.builders/?from=plugins
    12     Version: 0.5.7
     12    Version: 0.5.8
    1313    Text Domain: waiting
    1414    Domain Path: languages
     
    1919
    2020class WPB_Waiting{
    21     static $version = '0.5.7';
    22     static $version_file = '0.5.7';
     21    static $version = '0.5.8';
     22    static $version_file = '0.5.8';
    2323    static $terms = array();
    2424
  • waiting/trunk/readme.txt

    r2672167 r2701831  
    44Donate link: https://plugin.builders/waiting/?d=donate
    55Requires at least: 3.5
    6 Tested up to: 5.9
    7 Stable tag: 0.5.7
     6Tested up to: 5.9.2
     7Stable tag: 0.5.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • waiting/trunk/waiting.php

    r2672167 r2701831  
    22/**
    33 * @package Waiting
    4  * @version 0.5.7
     4 * @version 0.5.8
    55 */
    66/*
     
    1010    Author: Plugin Builders
    1111    Author URI: https://plugin.builders/?from=plugins
    12     Version: 0.5.7
     12    Version: 0.5.8
    1313    Text Domain: waiting
    1414    Domain Path: languages
     
    1919
    2020class WPB_Waiting{
    21     static $version = '0.5.7';
    22     static $version_file = '0.5.7';
     21    static $version = '0.5.8';
     22    static $version_file = '0.5.8';
    2323    static $terms = array();
    2424
Note: See TracChangeset for help on using the changeset viewer.