Plugin Directory

Changeset 1661055


Ignore:
Timestamp:
05/19/2017 07:49:32 PM (9 years ago)
Author:
johnnytee
Message:

added Italian translation

Location:
wordpress-notification-bar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-notification-bar/trunk/readme.txt

    r1606753 r1661055  
    44Tags: message, floating bar, notice, notification, sticky header, special offer, discount offer, offer, important, notification bar, attention bar, highlight bar
    55Requires at least: 3.0.0
    6 Tested up to: 4.6.0
    7 Stable tag: 1.3.8
     6Tested up to: 4.7.5
     7Stable tag: 1.3.9
    88
    99A quick and easy notification bar and call to action for your site.
     
    5858
    5959== Changelog ==
     60= 1.3.9 =
     61* Added Italian Translation
     62
    6063= 1.3.8 =
    6164* New Pro Version Released
     
    118121
    119122== Upgrade Notice ==
     123= 1.3.9 =
     124* Added Italian Translation
     125
    120126= 1.3.7 =
    121127* Changed z-index so the bar does not cover the WP Admin bar
  • wordpress-notification-bar/trunk/wordpress-notification-bar.php

    r1480727 r1661055  
    44Plugin URI: http://seedprod.com/wordpress-notification-bar/
    55Description: Global Notification Bar for WordPress
    6 Version:  1.3.8
     6Version:  1.3.9
    77Text Domain: wordpress-notification-bar
    88Domain Path: /languages
     
    2828define( 'SEED_WNB_TEXTDOMAIN', 'wordpress-notification-bar' ); // Your textdomain
    2929define( '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/
     30define( 'SEED_WNB_VERSION', '1.3.9' ); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/
    3131define( 'SEED_WNB_REQUIRED_WP_VERSION', '3.0' ); // Required Version of WordPress
    3232define( '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.