Plugin Directory

Changeset 1307423


Ignore:
Timestamp:
12/13/2015 04:34:14 PM (10 years ago)
Author:
bjorsq
Message:

updates for 1.3.3 release

Location:
rich-text-excerpts/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • rich-text-excerpts/trunk/languages/rich-text-excerpts.pot

    r972435 r1307423  
    7878msgstr ""
    7979
    80 #: rich-text-excerpts.php:474
     80#: rich-text-excerpts.php:475
    8181msgid "Set the priority of the excerpt editor"
    8282msgstr ""
    8383
    84 #: rich-text-excerpts.php:485
     84#: rich-text-excerpts.php:487
    8585msgid "Use the minimal editor configuration used in PressThis"
    8686msgstr ""
    8787
    88 #: rich-text-excerpts.php:487
     88#: rich-text-excerpts.php:489
    8989msgid "Use the full version of the editor"
    9090msgstr ""
    9191
    92 #: rich-text-excerpts.php:488
     92#: rich-text-excerpts.php:490
    9393msgid ""
    9494"Choose whether to use the full TinyMCE editor, or the “teeny” "
     
    9696msgstr ""
    9797
    98 #: rich-text-excerpts.php:506
     98#: rich-text-excerpts.php:508
    9999msgid ""
    100100"Stop removing the <p> and <br> tags when saving and show them in "
     
    105105msgstr ""
    106106
    107 #: rich-text-excerpts.php:508
     107#: rich-text-excerpts.php:510
    108108msgid "Enable upload media button"
    109109msgstr ""
    110110
    111 #: rich-text-excerpts.php:509
     111#: rich-text-excerpts.php:511
    112112msgid "Number of rows to use in the text editor (minimum is 3)"
    113113msgstr ""
    114114
    115 #: rich-text-excerpts.php:510
     115#: rich-text-excerpts.php:512
    116116msgid "Height of editor in pixels (between 50 and 5000)"
    117117msgstr ""
    118118
    119 #: rich-text-excerpts.php:511
     119#: rich-text-excerpts.php:513
    120120msgid "Toolbar Buttons and Plugins"
    121121msgstr ""
    122122
    123 #: rich-text-excerpts.php:516
     123#: rich-text-excerpts.php:518
    124124msgid "For a list of buttons and plugins in TinyMCE, see the TinyMCE wiki"
    125125msgstr ""
    126126
    127 #: rich-text-excerpts.php:516
     127#: rich-text-excerpts.php:518
    128128msgid ""
    129129"There is also some documentation on the implementation of TinyMCE in "
     
    131131msgstr ""
    132132
    133 #: rich-text-excerpts.php:516
     133#: rich-text-excerpts.php:518
    134134msgid "Button and plugin names should be separated using commas"
    135135msgstr ""
    136136
    137 #: rich-text-excerpts.php:517
     137#: rich-text-excerpts.php:519
    138138msgid ""
    139139"Plugins to add - make sure you add any plugin specific buttons to the editor "
     
    141141msgstr ""
    142142
    143 #: rich-text-excerpts.php:518
     143#: rich-text-excerpts.php:520
    144144msgid ""
    145145"Toolbar buttons - use the word ‘separator’ to separate groups of "
     
    147147msgstr ""
    148148
    149 #: rich-text-excerpts.php:525
     149#: rich-text-excerpts.php:527
    150150msgid ""
    151151"Configure the buttons for the advanced editor using the TinyMCE Advanced "
     
    153153msgstr ""
    154154
    155 #: rich-text-excerpts.php:527
     155#: rich-text-excerpts.php:529
    156156msgid ""
    157157"If you want to configure the buttons for the advanced editor, install and "
  • rich-text-excerpts/trunk/readme.txt

    r972591 r1307423  
    44Tags: excerpt, editor, TinyMCE, formatting
    55Requires at least: 3.3
    6 Tested up to: 4.0
    7 Stable tag: 1.3.2
     6Tested up to: 4.4
     7Stable tag: 1.3.3
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    7777== Changelog ==
    7878
     79= 1.3.3 =
     80* Incorporated *some* of the suggestions in [this forum post](https://wordpress.org/support/topic/css-to-remove-space) about the padding around the editor
     81* Bumped "Tested up to" value to Wordpress 4.4.
     82
    7983= 1.3.2 =
    8084* Updated Polish translation thanks to [alcoholdenat](https://github.com/alcoholdenat).
  • rich-text-excerpts/trunk/rich-text-excerpts-editor.js

    r972446 r1307423  
    55Author: Peter Edwards <pete@bjorsq.net>
    66Author URI: https://github.com/bjorsq/rich-text-excerpts
    7 Version: 1.3.2
     7Version: 1.3.3
    88License: GPLv3
    99
  • rich-text-excerpts/trunk/rich-text-excerpts.css

    r972435 r1307423  
    55Author: Peter Edwards <pete@bjorsq.net>
    66Author URI: https://github.com/bjorsq/rich-text-excerpts
    7 Version: 1.3.2
     7Version: 1.3.3
    88License: GPLv3
    99
     
    4242    background: #ffffff;
    4343}
     44#richtext_excerpt_editor_metabox div.inside {
     45  padding: 0;
     46  margin-top: 0px;
     47}
     48#wp-excerpt-editor-container {
     49  border-width: 1px 0 0 0;
     50}
  • rich-text-excerpts/trunk/rich-text-excerpts.js

    r972435 r1307423  
    55Author: Peter Edwards <pete@bjorsq.net>
    66Author URI: https://github.com/bjorsq/rich-text-excerpts
    7 Version: 1.3.2
     7Version: 1.3.3
    88License: GPLv3
    99
  • rich-text-excerpts/trunk/rich-text-excerpts.php

    r972435 r1307423  
    66Author: Peter Edwards <pete@bjorsq.net>
    77Author URI: https://github.com/bjorsq/rich-text-excerpts
    8 Version: 1.3.2
     8Version: 1.3.3
    99Text Domain: rich-text-excerpts
    1010License: GPLv3
Note: See TracChangeset for help on using the changeset viewer.