Changeset 1671024
- Timestamp:
- 06/05/2017 01:24:53 PM (9 years ago)
- Location:
- pushnews
- Files:
-
- 2 edited
-
tags/1.2.0/pushnews.php (modified) (2 diffs)
-
trunk/pushnews.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pushnews/tags/1.2.0/pushnews.php
r1670976 r1671024 6 6 Plugin URI: https://www.pushnews.eu/ 7 7 Description: 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.08 Version: 1.2.0 9 9 Author URI: https://www.pushnews.eu/ 10 10 License: GPLv2 or later … … 29 29 */ 30 30 31 define( 'PUSHNEWS_VERSION', '1. 1.0' );31 define( 'PUSHNEWS_VERSION', '1.2.0' ); 32 32 define( 'PUSHNEWS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 33 33 -
pushnews/trunk/pushnews.php
r1607133 r1671024 6 6 Plugin URI: https://www.pushnews.eu/ 7 7 Description: 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.08 Version: 1.2.0 9 9 Author URI: https://www.pushnews.eu/ 10 10 License: GPLv2 or later … … 29 29 */ 30 30 31 define( 'PUSHNEWS_VERSION', '1. 1.0' );31 define( 'PUSHNEWS_VERSION', '1.2.0' ); 32 32 define( 'PUSHNEWS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 33 33
Note: See TracChangeset
for help on using the changeset viewer.