Changeset 3095033
- Timestamp:
- 05/30/2024 08:53:49 AM (19 months ago)
- Location:
- replybox
- Files:
-
- 6 edited
- 1 copied
-
tags/1.4.0 (copied) (copied from replybox/trunk)
-
tags/1.4.0/readme.txt (modified) (2 diffs)
-
tags/1.4.0/replybox.php (modified) (1 diff)
-
tags/1.4.0/views/admin-page.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/replybox.php (modified) (1 diff)
-
trunk/views/admin-page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
replybox/tags/1.4.0/readme.txt
r3062069 r3095033 5 5 Tested up to: 6.4.2 6 6 Requires PHP: 7.0 7 Stable tag: 1. 3.07 Stable tag: 1.4.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 1.4.0 = 78 * Add polish support to settings 79 77 80 = 1.3.0 = 78 81 * Re-order settings page for clearer setup -
replybox/tags/1.4.0/replybox.php
r3062069 r3095033 3 3 * Plugin Name: ReplyBox — Better WordPress Comments 4 4 * Description: A simple, honest comment system which works everywhere. No ads, no dodgy affiliate links, no fluff. 5 * Version: 1. 3.05 * Version: 1.4.0 6 6 * Author: ReplyBox 7 7 * Author URI: https://getreplybox.com -
replybox/tags/1.4.0/views/admin-page.php
r3062069 r3095033 79 79 <option value="es" <?php selected( $this->get_option('param_lang'), 'es' ); ?>><?php _e('Spanish', 'replybox'); ?></option> 80 80 <option value="cz" <?php selected( $this->get_option('param_lang'), 'cz' ); ?>><?php _e('Czech', 'replybox'); ?></option> 81 <option value="pl" <?php selected( $this->get_option('param_lang'), 'pl' ); ?>><?php _e('Polish', 'replybox'); ?></option> 81 82 </select> 82 83 <p class="description"> -
replybox/trunk/readme.txt
r3062069 r3095033 5 5 Tested up to: 6.4.2 6 6 Requires PHP: 7.0 7 Stable tag: 1. 3.07 Stable tag: 1.4.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 1.4.0 = 78 * Add polish support to settings 79 77 80 = 1.3.0 = 78 81 * Re-order settings page for clearer setup -
replybox/trunk/replybox.php
r3062069 r3095033 3 3 * Plugin Name: ReplyBox — Better WordPress Comments 4 4 * Description: A simple, honest comment system which works everywhere. No ads, no dodgy affiliate links, no fluff. 5 * Version: 1. 3.05 * Version: 1.4.0 6 6 * Author: ReplyBox 7 7 * Author URI: https://getreplybox.com -
replybox/trunk/views/admin-page.php
r3062069 r3095033 79 79 <option value="es" <?php selected( $this->get_option('param_lang'), 'es' ); ?>><?php _e('Spanish', 'replybox'); ?></option> 80 80 <option value="cz" <?php selected( $this->get_option('param_lang'), 'cz' ); ?>><?php _e('Czech', 'replybox'); ?></option> 81 <option value="pl" <?php selected( $this->get_option('param_lang'), 'pl' ); ?>><?php _e('Polish', 'replybox'); ?></option> 81 82 </select> 82 83 <p class="description">
Note: See TracChangeset
for help on using the changeset viewer.