Changeset 3451337
- Timestamp:
- 02/01/2026 11:23:59 AM (2 months ago)
- Location:
- mighty-notification-bar/trunk
- Files:
-
- 12 edited
-
admin/admin-page.php (modified) (1 diff)
-
languages/mighty-notification-bar-en_US.po (modified) (1 diff)
-
languages/mighty-notification-bar-nl_BE.mo (modified) (previous)
-
languages/mighty-notification-bar-nl_BE.po (modified) (3 diffs)
-
languages/mighty-notification-bar-nl_NL.mo (modified) (previous)
-
languages/mighty-notification-bar-nl_NL.po (modified) (3 diffs)
-
languages/mighty-notification-bar-nl_NL_formal.mo (modified) (previous)
-
languages/mighty-notification-bar-nl_NL_formal.po (modified) (3 diffs)
-
languages/mighty-notification-bar.pot (modified) (1 diff)
-
notification-bar.php (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
-
templates/notification-bar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mighty-notification-bar/trunk/admin/admin-page.php
r3450977 r3451337 167 167 </tr> 168 168 169 <tr>170 <th scope="row">171 <label for="z_index"><?php esc_html_e('Z-index', 'mighty-notification-bar'); ?></label>172 </th>173 <td>174 <input type="number"175 name="mighty_nb_options[z_index]"176 id="z_index"177 value="<?php echo esc_attr($options['z_index']); ?>"178 min="1"179 step="1"180 class="small-text">181 <p class="description"><?php esc_html_e('Higher value = bar appears above other elements', 'mighty-notification-bar'); ?></p>182 </td>183 </tr>184 169 </table> 185 170 </div> -
mighty-notification-bar/trunk/languages/mighty-notification-bar-en_US.po
r3450977 r3451337 249 249 msgid "Close" 250 250 msgstr "Close" 251 252 #: notification-bar.php:60253 #: notification-bar.php:61254 msgid "Notification Bar"255 msgstr "Notification Bar" -
mighty-notification-bar/trunk/languages/mighty-notification-bar-nl_BE.po
r3450977 r3451337 18 18 #: admin/admin-page.php:9 19 19 msgid "Display important announcements on your website" 20 msgstr "Toon belangrijke mededelingen op je website"20 msgstr "Toon belangrijke mededelingen op je site" 21 21 22 22 #: admin/admin-page.php:12 … … 39 39 #: admin/admin-page.php:71 40 40 msgid "Show notification bar on your website" 41 msgstr "Toon notification bar op je website"41 msgstr "Toon mededelingen bar op je site" 42 42 43 43 #: admin/admin-page.php:78 … … 243 243 #: admin/admin-page.php:47 244 244 msgid "Save your changes to see the bar on your website" 245 msgstr "Sla je wijzigingen op om de bar op je website te zien"245 msgstr "Sla je wijzigingen op om de bar op je site te zien" 246 246 247 247 #: templates/notification-bar.php:31 248 248 msgid "Close" 249 249 msgstr "Sluiten" 250 251 #: notification-bar.php:60252 #: notification-bar.php:61253 msgid "Notification Bar"254 msgstr "Notification Bar" -
mighty-notification-bar/trunk/languages/mighty-notification-bar-nl_NL.po
r3450977 r3451337 18 18 #: admin/admin-page.php:9 19 19 msgid "Display important announcements on your website" 20 msgstr "Toon belangrijke mededelingen op je website"20 msgstr "Toon belangrijke mededelingen op je site" 21 21 22 22 #: admin/admin-page.php:12 … … 39 39 #: admin/admin-page.php:71 40 40 msgid "Show notification bar on your website" 41 msgstr "Toon notification bar op je website"41 msgstr "Toon mededelingen bar op je site" 42 42 43 43 #: admin/admin-page.php:78 … … 243 243 #: admin/admin-page.php:47 244 244 msgid "Save your changes to see the bar on your website" 245 msgstr "Sla je wijzigingen op om de bar op je website te zien"245 msgstr "Sla je wijzigingen op om de bar op je site te zien" 246 246 247 247 #: templates/notification-bar.php:31 248 248 msgid "Close" 249 249 msgstr "Sluiten" 250 251 #: notification-bar.php:60252 #: notification-bar.php:61253 msgid "Notification Bar"254 msgstr "Notification Bar" -
mighty-notification-bar/trunk/languages/mighty-notification-bar-nl_NL_formal.po
r3450977 r3451337 18 18 #: admin/admin-page.php:9 19 19 msgid "Display important announcements on your website" 20 msgstr "Toon belangrijke mededelingen op uw website"20 msgstr "Toon belangrijke mededelingen op uw site" 21 21 22 22 #: admin/admin-page.php:12 … … 39 39 #: admin/admin-page.php:71 40 40 msgid "Show notification bar on your website" 41 msgstr "Toon notification bar op uw website"41 msgstr "Toon mededelingen bar op uw site" 42 42 43 43 #: admin/admin-page.php:78 … … 243 243 #: admin/admin-page.php:47 244 244 msgid "Save your changes to see the bar on your website" 245 msgstr "Sla uw wijzigingen op om de bar op uw website te zien"245 msgstr "Sla uw wijzigingen op om de bar op uw site te zien" 246 246 247 247 #: templates/notification-bar.php:31 248 248 msgid "Close" 249 249 msgstr "Sluiten" 250 251 #: notification-bar.php:60252 #: notification-bar.php:61253 msgid "Notification Bar"254 msgstr "Notification Bar" -
mighty-notification-bar/trunk/languages/mighty-notification-bar.pot
r3450977 r3451337 244 244 msgid "Close" 245 245 msgstr "" 246 247 #: notification-bar.php:60248 #: notification-bar.php:61249 msgid "Notification Bar"250 msgstr "" -
mighty-notification-bar/trunk/notification-bar.php
r3450977 r3451337 4 4 * Plugin URI: https://mightyrobin.com 5 5 * Description: A flexible notification bar for important announcements on your website 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Mighty Robin 8 8 * Author URI: https://mightyrobin.com … … 19 19 20 20 // Define plugin constants 21 define('MIGHTY_NB_VERSION', '1.0. 0');21 define('MIGHTY_NB_VERSION', '1.0.1'); 22 22 define('MIGHTY_NB_PLUGIN_DIR', plugin_dir_path(__FILE__)); 23 23 define('MIGHTY_NB_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 58 58 public function add_admin_menu() { 59 59 add_menu_page( 60 __('Notification Bar', 'mighty-notification-bar'),61 __('Notification Bar', 'mighty-notification-bar'),60 'Mighty Notification Bar', 61 'Mighty Notification Bar', 62 62 'manage_options', 63 63 'mighty-notification-bar', -
mighty-notification-bar/trunk/readme.txt
r3450977 r3451337 5 5 Requires at least: 5.8 6 6 Tested up to: 6.9 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 148 148 * Smart content versioning - reappears when content changes 149 149 * Schedule with start and end dates 150 * Location targeting (all pages, homepage , specific pages)150 * Location targeting (all pages, homepage) 151 151 * Device targeting (all devices, desktop, mobile) 152 152 * Z-index control for layering … … 157 157 158 158 == Upgrade Notice == 159 160 = 1.0.1 = 161 * Improved: Simplified settings by removing advanced layering option 162 * Improved: Dutch translations updated to match WordPress glossary (thanks Peter Smits!) 159 163 160 164 = 1.0.0 = … … 188 192 189 193 Developed with ❤️ by [Mighty Robin](https://mightyrobin.com) 194 195 Special thanks to: 196 * Peter Smits — Dutch translation review -
mighty-notification-bar/trunk/templates/notification-bar.php
r3450977 r3451337 15 15 style="background-color: <?php echo esc_attr($options['background_color']); ?>; 16 16 color: <?php echo esc_attr($options['text_color']); ?>; 17 z-index: <?php echo esc_attr($options['z_index']); ?>;">17 z-index: 99999;"> 18 18 19 19 <div class="mighty-notification-bar-container">
Note: See TracChangeset
for help on using the changeset viewer.