Changeset 1661055
- Timestamp:
- 05/19/2017 07:49:32 PM (9 years ago)
- Location:
- wordpress-notification-bar/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wordpress-notification-bar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-notification-bar/trunk/readme.txt
r1606753 r1661055 4 4 Tags: message, floating bar, notice, notification, sticky header, special offer, discount offer, offer, important, notification bar, attention bar, highlight bar 5 5 Requires at least: 3.0.0 6 Tested up to: 4. 6.07 Stable tag: 1.3. 86 Tested up to: 4.7.5 7 Stable tag: 1.3.9 8 8 9 9 A quick and easy notification bar and call to action for your site. … … 58 58 59 59 == Changelog == 60 = 1.3.9 = 61 * Added Italian Translation 62 60 63 = 1.3.8 = 61 64 * New Pro Version Released … … 118 121 119 122 == Upgrade Notice == 123 = 1.3.9 = 124 * Added Italian Translation 125 120 126 = 1.3.7 = 121 127 * Changed z-index so the bar does not cover the WP Admin bar -
wordpress-notification-bar/trunk/wordpress-notification-bar.php
r1480727 r1661055 4 4 Plugin URI: http://seedprod.com/wordpress-notification-bar/ 5 5 Description: Global Notification Bar for WordPress 6 Version: 1.3. 86 Version: 1.3.9 7 7 Text Domain: wordpress-notification-bar 8 8 Domain Path: /languages … … 28 28 define( 'SEED_WNB_TEXTDOMAIN', 'wordpress-notification-bar' ); // Your textdomain 29 29 define( 'SEED_WNB_PLUGIN_NAME', __( 'WordPress Notification Bar', 'seed_wnb' ) ); // Plugin Name shows up on the admin settings screen. 30 define( 'SEED_WNB_VERSION', '1.3. 8' ); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/30 define( 'SEED_WNB_VERSION', '1.3.9' ); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/ 31 31 define( 'SEED_WNB_REQUIRED_WP_VERSION', '3.0' ); // Required Version of WordPress 32 32 define( 'SEED_WNB_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_wnb/
Note: See TracChangeset
for help on using the changeset viewer.