Plugin Directory

Changeset 3075267


Ignore:
Timestamp:
04/22/2024 08:04:47 PM (2 years ago)
Author:
skyword
Message:

Update version properly in skyword.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skyword-plugin/tags/2.5.2/skyword.php

    r3074023 r3075267  
    44Plugin URI: http://www.skyword.com
    55Description: Integration with the Skyword content publication platform.
    6 Version: 2.5.1
     6Version: 2.5.2
    77Author: Skyword, Inc.
    88Author URI: http://www.skyword.com
     
    1515    define( 'SKYWORD_PATH', plugin_dir_path( __FILE__ ) );
    1616if ( !defined('SKYWORD_VERSION') )
    17     define( 'SKYWORD_VERSION', "2.5.1" );
     17    define( 'SKYWORD_VERSION', "2.5.2" );
    1818if ( !defined('SKYWORD_VN') )
    19     define( 'SKYWORD_VN', "2.51" ); //This CANNOT have two decimal places.
     19    define( 'SKYWORD_VN', "2.52" ); //This CANNOT have two decimal places.
    2020//.1.4 is NOT valid.
    2121
Note: See TracChangeset for help on using the changeset viewer.