Plugin Directory

Changeset 1671024


Ignore:
Timestamp:
06/05/2017 01:24:53 PM (9 years ago)
Author:
impactingdigital
Message:

Fixed version number

Location:
pushnews
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pushnews/tags/1.2.0/pushnews.php

    r1670976 r1671024  
    66Plugin URI:         https://www.pushnews.eu/
    77Description:        Send Web Push Notifications to your visitors. Increase your website traffic - Simple and fast UI - Automate push notifications via Facebook Page integration.
    8 Version:            1.1.0
     8Version:            1.2.0
    99Author URI:         https://www.pushnews.eu/
    1010License:            GPLv2 or later
     
    2929*/
    3030
    31 define( 'PUSHNEWS_VERSION', '1.1.0' );
     31define( 'PUSHNEWS_VERSION', '1.2.0' );
    3232define( 'PUSHNEWS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3333
  • pushnews/trunk/pushnews.php

    r1607133 r1671024  
    66Plugin URI:         https://www.pushnews.eu/
    77Description:        Send Web Push Notifications to your visitors. Increase your website traffic - Simple and fast UI - Automate push notifications via Facebook Page integration.
    8 Version:            1.1.0
     8Version:            1.2.0
    99Author URI:         https://www.pushnews.eu/
    1010License:            GPLv2 or later
     
    2929*/
    3030
    31 define( 'PUSHNEWS_VERSION', '1.1.0' );
     31define( 'PUSHNEWS_VERSION', '1.2.0' );
    3232define( 'PUSHNEWS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3333
Note: See TracChangeset for help on using the changeset viewer.