Plugin Directory

Changeset 1891512


Ignore:
Timestamp:
06/12/2018 09:42:58 AM (8 years ago)
Author:
rotativahq
Message:

Upading plugin to version 1.1.1

Location:
rotativa
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • rotativa/tags/1.1.1/README.txt

    r1885917 r1891512  
    5959== Changelog ==
    6060
     61= 1.1.1 =
     62* Fixed a bug in admin area where html would be escaped and not render the anchor tag.
     63
    6164= 1.1.0 =
    6265* Introducing a **new feature** - now you can place a shortcode in your template with which your users can generate a pdf of that page themselves. You can use this shortcode: **[rotativa-generate-pdf]**
  • rotativa/tags/1.1.1/admin/class-rotativa-admin.php

    r1885915 r1891512  
    185185            [
    186186                'label_for'   => 'api-key',
    187                 'description' => esc_html__( 'Please enter your API Key. You can get it from <a href="https://rotativahq.com/" target="_blank">here</a>.', 'rotativa' ),
     187                'description' => __( 'Please enter your API Key. You can get it from <a href="https://rotativahq.com/" target="_blank">here</a>.', 'rotativa' ),
    188188                'type'        => 'password'
    189189            ]
  • rotativa/trunk/README.txt

    r1885917 r1891512  
    5959== Changelog ==
    6060
     61= 1.1.1 =
     62* Fixed a bug in admin area where html would be escaped and not render the anchor tag.
     63
    6164= 1.1.0 =
    6265* Introducing a **new feature** - now you can place a shortcode in your template with which your users can generate a pdf of that page themselves. You can use this shortcode: **[rotativa-generate-pdf]**
  • rotativa/trunk/admin/class-rotativa-admin.php

    r1885915 r1891512  
    185185            [
    186186                'label_for'   => 'api-key',
    187                 'description' => esc_html__( 'Please enter your API Key. You can get it from <a href="https://rotativahq.com/" target="_blank">here</a>.', 'rotativa' ),
     187                'description' => __( 'Please enter your API Key. You can get it from <a href="https://rotativahq.com/" target="_blank">here</a>.', 'rotativa' ),
    188188                'type'        => 'password'
    189189            ]
Note: See TracChangeset for help on using the changeset viewer.