Plugin Directory

Changeset 582623


Ignore:
Timestamp:
08/07/2012 11:31:12 AM (14 years ago)
Author:
divinenephron
Message:

Version bump to 1.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • latex-everything/trunk/readme.txt

    r582621 r582623  
    33Tags: latex, pdf, attachment
    44Requires at least: 3.0
    5 Tested up to: 3.3.1
    6 Stable tag: trunk
     5Tested up to: 3.4.1
     6Stable tag: 1.1
     7License: GPLv2 or later
     8License URI: http://www.gnu.org/licenses/gpl-2.0.html
    79
    810Produce PDF documents of everything on your site with Latex.
     
    3436= Why isn't this working? =
    3537
    36 If something isn't working, check this FAQ for a relevent answer. If there isn't one,
     38If something isn't working, check this FAQ for a relevant answer. If there isn't one,
    3739create a new topic in the [plugin forum](http://wordpress.org/tags/latex-everything?forum_id=10#postform)
    3840and the author will try to get back to you.
    3941
    40 = How do I typset things besides posts? =
     42= How do I typeset things besides posts? =
    4143
    4244Go to `Settings->Reading`. There is a "Latex Everything" section where you can
    4345choose which documents Latex Everything creates. By default only "Single Posts"
    44 option is selected, but you can typset other post types (including custom ones),
     46option is selected, but you can typeset other post types (including custom ones),
    4547documents containing every post in a category (or other taxonomies), and
    4648documents containing every post of a specific post type.
     
    115117    `latex-single-<post_type>-<post slug>.php` 
    116118    `latex-single-<post_type>.php` 
    117     `latex-single.php` 
     119    `latex-single.php`
    118120    `latex.php` 
    119121
     
    121123    `latex-post-type-<post type name>.pdf` 
    122124    `latex-post-type.pdf` 
    123     `latex.pdf` 
     125    `latex.pdf`
    124126
    125127For a `term` PDF: 
     
    136138
    137139The plugin has been built with the intention of being extensible. The internals
    138 have documentaion in comments, and if you want to know how to do something that
     140have documentation in comments, and if you want to know how to do something that
    139141isn't obvious, create a new topic in the [plugin forum](http://wordpress.org/tags/latex-everything?forum_id=10#postform)
    140142and the author will try to get back to you.
     
    147149== Changelog ==
    148150
     151= 1.1 =
     152* Fixed a bug where PDFs for custom post types would not be generated.
     153
    149154= 1.0 =
    150155* First released version.
     
    152157== Upgrade Notice ==
    153158
     159= 1.1 =
     160This version fixes a bug where PDFs for custom post types would not be generated.
     161
    154162= 1.0 =
    155163First stable version.
Note: See TracChangeset for help on using the changeset viewer.