Changeset 1891512
- Timestamp:
- 06/12/2018 09:42:58 AM (8 years ago)
- Location:
- rotativa
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from rotativa/trunk)
-
tags/1.1.1/README.txt (modified) (1 diff)
-
tags/1.1.1/admin/class-rotativa-admin.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/admin/class-rotativa-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rotativa/tags/1.1.1/README.txt
r1885917 r1891512 59 59 == Changelog == 60 60 61 = 1.1.1 = 62 * Fixed a bug in admin area where html would be escaped and not render the anchor tag. 63 61 64 = 1.1.0 = 62 65 * 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 185 185 [ 186 186 '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' ), 188 188 'type' => 'password' 189 189 ] -
rotativa/trunk/README.txt
r1885917 r1891512 59 59 == Changelog == 60 60 61 = 1.1.1 = 62 * Fixed a bug in admin area where html would be escaped and not render the anchor tag. 63 61 64 = 1.1.0 = 62 65 * 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 185 185 [ 186 186 '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' ), 188 188 'type' => 'password' 189 189 ]
Note: See TracChangeset
for help on using the changeset viewer.