Plugin Directory

Changeset 3095033


Ignore:
Timestamp:
05/30/2024 08:53:49 AM (19 months ago)
Author:
jamesckemp
Message:

Update to version 1.4.0 from GitHub

Location:
replybox
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • replybox/tags/1.4.0/readme.txt

    r3062069 r3095033  
    55Tested up to: 6.4.2
    66Requires PHP: 7.0
    7 Stable tag: 1.3.0
     7Stable tag: 1.4.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Changelog ==
    7676
     77= 1.4.0 =
     78* Add polish support to settings
     79
    7780= 1.3.0 =
    7881* Re-order settings page for clearer setup
  • replybox/tags/1.4.0/replybox.php

    r3062069 r3095033  
    33 * Plugin Name: ReplyBox — Better WordPress Comments
    44 * Description: A simple, honest comment system which works everywhere. No ads, no dodgy affiliate links, no fluff.
    5  * Version: 1.3.0
     5 * Version: 1.4.0
    66 * Author: ReplyBox
    77 * Author URI: https://getreplybox.com
  • replybox/tags/1.4.0/views/admin-page.php

    r3062069 r3095033  
    7979                            <option value="es" <?php selected( $this->get_option('param_lang'), 'es' ); ?>><?php _e('Spanish', 'replybox'); ?></option>
    8080                            <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>
    8182                        </select>
    8283                        <p class="description">
  • replybox/trunk/readme.txt

    r3062069 r3095033  
    55Tested up to: 6.4.2
    66Requires PHP: 7.0
    7 Stable tag: 1.3.0
     7Stable tag: 1.4.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Changelog ==
    7676
     77= 1.4.0 =
     78* Add polish support to settings
     79
    7780= 1.3.0 =
    7881* Re-order settings page for clearer setup
  • replybox/trunk/replybox.php

    r3062069 r3095033  
    33 * Plugin Name: ReplyBox — Better WordPress Comments
    44 * Description: A simple, honest comment system which works everywhere. No ads, no dodgy affiliate links, no fluff.
    5  * Version: 1.3.0
     5 * Version: 1.4.0
    66 * Author: ReplyBox
    77 * Author URI: https://getreplybox.com
  • replybox/trunk/views/admin-page.php

    r3062069 r3095033  
    7979                            <option value="es" <?php selected( $this->get_option('param_lang'), 'es' ); ?>><?php _e('Spanish', 'replybox'); ?></option>
    8080                            <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>
    8182                        </select>
    8283                        <p class="description">
Note: See TracChangeset for help on using the changeset viewer.