Plugin Directory

Changeset 873050


Ignore:
Timestamp:
03/10/2014 09:25:38 PM (12 years ago)
Author:
Developdaly
Message:

1.0.1 changes: https://github.com/developdaly/library/releases/tag/1.0.1

Location:
library/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • library/trunk/README.txt

    r870314 r873050  
    44Requires at least: 3.8.1
    55Tested up to: 3.8.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1919
    2020Because the library terms are a post type they inherit WordPress features like revision history, draft/scheduled/published, ability to change the term slug, full HTML, and so on.
     21
     22**Business Cases**
     23
     24These are real-world examples of how this plugin is being used or could be used. Each of these uses a shortcode to display the most up-to-date version of a term's content.
     25
     26A financial institution is advertising an interest rate across many pages on a large website. There are instances of this percentage in content and in templates. Within a matter of seconds all of these numbers can be changed rather than crossing your fingers and hoping you caught all of the rates.
     27
     28In order to quickly change the price of a fluctuating product a company put their price in a term to update across the whole site.
     29
     30A health insurance company uses the same disclosures on many pages and UI contexts and keeping them compliant with changing regulations was difficult until they kept them stored in the Library.
     31
     32The copyright line in the footer of a website might change sometimes to reflect a new year, a new trademark, new ownership, etc.
    2133
    2234[**Contribute on Github**](https://github.com/developdaly/library) | [**Report Bugs**](https://github.com/developdaly/library/issues?labels=bug&milestone=&page=1&state=open)
     
    4860== Changelog ==
    4961
     62= 1.0.1 =
     63* Updated base language file
     64* Typo fixes
     65* Removed blank index.php files
     66
    5067= 1.0 =
    5168* First version
  • library/trunk/admin/class-library-admin.php

    r870314 r873050  
    11<?php
    22/**
    3  * Plugin Name.
     3 * Library.
    44 *
    55 * @package   Library_Admin
     
    1111
    1212/**
    13  * Plugin class. This class should ideally be used to work with the
     13 * Library_Admin class. This class should ideally be used to work with the
    1414 * administrative side of the WordPress site.
    1515 *
  • library/trunk/languages/library.pot

    r870314 r873050  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: 1.0.0\n"
     5"Project-Id-Version: 1.0.1\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/plugins/library\n"
    7 "POT-Creation-Date: 2014-03-05 11:23:19+00:00\n"
    8 "PO-Revision-Date: 2014-03-05 10:37-0500\n"
    9 "Last-Translator: Patrick Daly <email@example.com>\n"
     7"POT-Creation-Date: 2014-03-10 15:30-0600\n"
     8"PO-Revision-Date: 2014-03-10 15:30-0600\n"
     9"Last-Translator: Patrick Daly <patrick@developdaly.com>\n"
     10"Language-Team: Develop Daly <patrick@developdaly.com>\n"
     11"Language: en_US\n"
    1012"MIME-Version: 1.0\n"
    1113"Content-Type: text/plain; charset=UTF-8\n"
    1214"Content-Transfer-Encoding: 8bit\n"
    13 "X-Generator: Poedit 1.5.7\n"
     15"X-Generator: Poedit 1.6.4\n"
    1416"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
    1517"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
    1618"X-Poedit-Basepath: ../\n"
    17 "Plural-Forms: nplurals=2; plural=n != 1;\n"
     19"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1820"X-Poedit-SearchPath-0: .\n"
     21
     22#: admin/class-library-admin.php:80
     23msgctxt "library_term"
     24msgid "Terms"
     25msgstr "Terms"
     26
     27#: admin/class-library-admin.php:81
     28msgctxt "library_term"
     29msgid "Term"
     30msgstr "Term"
     31
     32#: admin/class-library-admin.php:82
     33msgctxt "library_term"
     34msgid "Add New"
     35msgstr "Add New"
     36
     37#: admin/class-library-admin.php:83
     38msgctxt "library_term"
     39msgid "Add New Term"
     40msgstr "Add New Term"
     41
     42#: admin/class-library-admin.php:84
     43msgctxt "library_term"
     44msgid "Edit Term"
     45msgstr "Edit Term"
     46
     47#: admin/class-library-admin.php:85
     48msgctxt "library_term"
     49msgid "New Term"
     50msgstr "New Term"
     51
     52#: admin/class-library-admin.php:86
     53msgctxt "library_term"
     54msgid "View Term"
     55msgstr "View Term"
     56
     57#: admin/class-library-admin.php:87
     58msgctxt "library_term"
     59msgid "Search Terms"
     60msgstr "Search Terms"
     61
     62#: admin/class-library-admin.php:88
     63msgctxt "library_term"
     64msgid "No terms found"
     65msgstr "Not terms found"
     66
     67#: admin/class-library-admin.php:89
     68msgctxt "library_term"
     69msgid "No terms found in Trash"
     70msgstr "No terms found in Trash"
     71
     72#: admin/class-library-admin.php:90
     73msgctxt "library_term"
     74msgid "Parent Term:"
     75msgstr "Parent Term:"
     76
     77#: admin/class-library-admin.php:91
     78msgctxt "library_term"
     79msgid "Library"
     80msgstr "LIbrary"
     81
     82#: admin/class-library-admin.php:135
     83msgid "How to Use this Term"
     84msgstr "How to Use this Term"
  • library/trunk/library.php

    r870314 r873050  
    11<?php
    22/**
    3  * The WordPress Plugin Boilerplate.
     3 * Library
    44 *
    55 * Create a library of reusable terms (strings) and display their
     
    1616 * Plugin URI:        http://wordpress.org/plugins/library
    1717 * Description:       Create a library of reusable terms (strings) and display their contents anywhere on your site with a shortcode.
    18  * Version:           1.0.0
     18 * Version:           1.0.1
    1919 * Author:            Patrick Daly
    2020 * Author URI:        http://developdaly.com
  • library/trunk/public/class-library.php

    r870314 r873050  
    11<?php
    22/**
    3  * Plugin Name.
     3 * Library.
    44 *
    55 * @package   Library
     
    1111
    1212/**
    13  * Plugin class. This class should ideally be used to work with the
     13 * Library class. This class should ideally be used to work with the
    1414 * public-facing side of the WordPress site.
    1515 *
Note: See TracChangeset for help on using the changeset viewer.