Plugin Directory

Changeset 2659111


Ignore:
Timestamp:
01/18/2022 06:57:53 AM (4 years ago)
Author:
offshorewebmaster
Message:

updated the version

Location:
availability-calendar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • availability-calendar/trunk/README.txt

    r2592481 r2659111  
    66Requires PHP : 5.4.4
    77Tested up to: 5.8
    8 Stable tag: 1.2.2
     8Stable tag: 1.2.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767
    6868== Changelog ==
     69= 1.2.3 =
     70* ERROR: updated some css issues.
     71
    6972= 1.2.2 =
    7073* ERROR: change same security problems.
  • availability-calendar/trunk/availabilitycalendar.php

    r2592481 r2659111  
    77 * Description:       Availability Calendar Description A plugin that records post views and contains functions to easily list posts by popularity
    88 
    9  * Version:           1.2.2
     9 * Version:           1.2.3
    1010 
    1111 * Author:            Offshore Web Master
     
    2828/**
    2929 * Currently plugin version.
    30  * Start at version 1.2.2
     30 * Start at version 1.2.3
    3131 */
    32 define( 'OWAC_VERSION', '1.2.2' );
     32define( 'OWAC_VERSION', '1.2.3' );
    3333   
    3434/**
Note: See TracChangeset for help on using the changeset viewer.