Search Meter - Version 2.13.1

Version Description

  • Some fixes for text and internationalization.
Download this release

Release Info

Developer bennettmcelwee
Plugin Icon 128x128 Search Meter
Version 2.13.1
Comparing to
See all releases

Code changes from version 2.13 to 2.13.1

Files changed (3) hide show
  1. admin.php +4 -6
  2. readme.txt +4 -1
  3. search-meter.php +2 -2
admin.php CHANGED
@@ -303,8 +303,7 @@ function tguy_sm_summary_page() {
303
  <h2><?php _e('Notes', 'search-meter') ?></h2>
304
 
305
  <?php if (current_user_can(TGUY_SM_OPTIONS_CAPABILITY)) : ?>
306
- <p><?php printf(__('To manage your search statistics, go to %s.', 'search-meter'), '<a href="options-general.php?page=' . plugin_basename(__FILE__) . '">' . __('Search Meter Settings', 'search-meter') . '</a>');
307
- echo ' '; ?></p>
308
  <?php endif; ?>
309
 
310
  <p><?php
@@ -474,8 +473,7 @@ function tguy_sm_recent_page($max_lines, $do_show_details) {
474
  <h2><?php _e('Notes', 'search-meter') ?></h2>
475
 
476
  <?php if (current_user_can(TGUY_SM_OPTIONS_CAPABILITY)) : ?>
477
- <p><?php printf(__('To manage your search statistics, go to %s.', 'search-meter'), '<a href="options-general.php?page=' . plugin_basename(__FILE__) . '">' . __('Search Meter Settings', 'search-meter') . '</a>') ?></p>
478
- echo ' ';
479
  <?php endif; ?>
480
 
481
  <p><?php
@@ -599,14 +597,14 @@ function tguy_sm_options_page() {
599
  <th class="th-full" scope="row" colspan="2">
600
  <label for="sm_disable_donation">
601
  <input type="checkbox" id="sm_disable_donation" name="sm_disable_donation" <?php echo (tguy_sm_array_value($options, 'sm_disable_donation') ? 'checked="checked"' : '') ?> />
602
- <?php _e('Hide the &#8220;Do you find this plugin useful?&#8221; box', 'search-meter') ?>
603
  </label>
604
  </th>
605
  </tr>
606
  </table>
607
 
608
  <p class="submit">
609
- <input name="Submit" class="button-primary" value="Save Changes" type="submit">
610
  </p>
611
  </form>
612
 
303
  <h2><?php _e('Notes', 'search-meter') ?></h2>
304
 
305
  <?php if (current_user_can(TGUY_SM_OPTIONS_CAPABILITY)) : ?>
306
+ <p><?php printf(__('To manage your search statistics, go to %s.', 'search-meter'), '<a href="options-general.php?page=' . plugin_basename(__FILE__) . '">' . __('Search Meter Settings', 'search-meter') . '</a>') ?></p>
 
307
  <?php endif; ?>
308
 
309
  <p><?php
473
  <h2><?php _e('Notes', 'search-meter') ?></h2>
474
 
475
  <?php if (current_user_can(TGUY_SM_OPTIONS_CAPABILITY)) : ?>
476
+ <p><?php printf(__('To manage your search statistics, go to %s.', 'search-meter'), '<a href="options-general.php?page=' . plugin_basename(__FILE__) . '">' . __('Search Meter Settings', 'search-meter') . '</a>'); ?></p>
 
477
  <?php endif; ?>
478
 
479
  <p><?php
597
  <th class="th-full" scope="row" colspan="2">
598
  <label for="sm_disable_donation">
599
  <input type="checkbox" id="sm_disable_donation" name="sm_disable_donation" <?php echo (tguy_sm_array_value($options, 'sm_disable_donation') ? 'checked="checked"' : '') ?> />
600
+ <?php printf(__('Hide the &#8220;%s&#8221; section.', 'search-meter'), __('Do you find this plugin useful?', 'search-meter')); ?>
601
  </label>
602
  </th>
603
  </tr>
604
  </table>
605
 
606
  <p class="submit">
607
+ <input name="Submit" class="button-primary" value="<?php esc_attr_e('Save Changes') ?>" type="submit">
608
  </p>
609
  </form>
610
 
readme.txt CHANGED
@@ -74,9 +74,12 @@ The [Search Meter home page](http://thunderguy.com/semicolon/wordpress/search-me
74
  1. The Search Meter administration interface, showing some of the reports available.
75
 
76
  == Changelog ==
 
 
 
77
  = 2.13 =
78
  * Search Summary and Recent Searches can be downloaded as CSV files.
79
- * Search Meter is now set up for translation to other languages. For details, go to https://translate.wordpress.org/ (Thanks to Christiaen François)
80
  * All stats are now displayed in the WordPress time zone, and stored in the database as UTC. Previously, they were stored and displayed in the server time zone, which was confusing. The change means that old search statistics may be out by up to 13 hours.
81
  * Updated licensing, now using GPL3.
82
 
74
  1. The Search Meter administration interface, showing some of the reports available.
75
 
76
  == Changelog ==
77
+ = 2.13.1 =
78
+ * Some fixes for text and internationalization.
79
+
80
  = 2.13 =
81
  * Search Summary and Recent Searches can be downloaded as CSV files.
82
+ * Search Meter is now set up for translation to other languages. For details, go to [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/search-meter). (Thanks to Christiaen François)
83
  * All stats are now displayed in the WordPress time zone, and stored in the database as UTC. Previously, they were stored and displayed in the server time zone, which was confusing. The change means that old search statistics may be out by up to 13 hours.
84
  * Updated licensing, now using GPL3.
85
 
search-meter.php CHANGED
@@ -3,14 +3,14 @@
3
  Plugin Name: Search Meter
4
  Plugin URI: http://thunderguy.com/semicolon/wordpress/search-meter-wordpress-plugin/
5
  Description: Keeps track of what your visitors are searching for. After you have activated this plugin, you can check the Search Meter section in the Dashboard to see what your visitors are searching for on your blog.
6
- Version: 2.13
7
  Author: Bennett McElwee
8
  Author URI: http://thunderguy.com/semicolon/
9
  Donate link: http://thunderguy.com/semicolon/donate/
10
  Text Domain: search-meter
11
  Domain Path: /languages
12
 
13
- $Revision: 1511677 $
14
 
15
 
16
  INSTRUCTIONS
3
  Plugin Name: Search Meter
4
  Plugin URI: http://thunderguy.com/semicolon/wordpress/search-meter-wordpress-plugin/
5
  Description: Keeps track of what your visitors are searching for. After you have activated this plugin, you can check the Search Meter section in the Dashboard to see what your visitors are searching for on your blog.
6
+ Version: 2.13.1
7
  Author: Bennett McElwee
8
  Author URI: http://thunderguy.com/semicolon/
9
  Donate link: http://thunderguy.com/semicolon/donate/
10
  Text Domain: search-meter
11
  Domain Path: /languages
12
 
13
+ $Revision: 1512570 $
14
 
15
 
16
  INSTRUCTIONS