Plugin Directory

Changeset 2004405


Ignore:
Timestamp:
12/31/2018 09:31:31 PM (7 years ago)
Author:
diddledan
Message:

version 2.1.1

Location:
a-z-listing
Files:
55 added
7 edited

Legend:

Unmodified
Added
Removed
  • a-z-listing/trunk/README.md

    r2003543 r2004405  
    77**Requires PHP:** 5.6 
    88**Tested up to:** 5.0 
    9 **Stable tag:** 2.1.0 
     9**Stable tag:** 2.1.1 
    1010**License:** GPLv2 or later 
    1111**License URI:** http://www.gnu.org/licenses/gpl-2.0.html 
     
    1616
    1717[![Build Status](https://travis-ci.org/bowlhat/wp-a-z-listing.svg?branch=master)](https://travis-ci.org/bowlhat/wp-a-z-listing)
     18[![LiberaPay](https://img.shields.io/liberapay/receives/diddledan.svg?logo=liberapay)](https://liberapay.com/diddledan/donate)
    1819
    1920This plugin provides a widget which aggregates all pages into an A to Z listing. The widget includes just
     
    415416## Changelog ##
    416417
     418### 2.1.1 ###
     419
     420#### Bug Fix: ####
     421
     422* Replace hardcoded path to `admin-ajax.php` in widget administration javascript.
     423  * This release fixes the widget administration form for sites running in a path similar to https://example.com/wp/. You should install this fix if your site is a configured in a subfolder to be able to successfully configure the widget.
     424  * Sites running in the top-level, e.g. https://example.com/, already work correctly and their behaviour is unchanged by this fix. You do not need to hurry to update if your site is configured at the top-level without a subfolder.
     425
    417426### 2.1.0 ###
    418427
  • a-z-listing/trunk/a-z-listing.php

    r2003543 r2004405  
    88 * Text Domain:     a-z-listing
    99 * Domain Path:     /languages
    10  * Version:         2.1.0
     10 * Version:         2.1.1
    1111 *
    1212 * @package         A_Z_Listing
  • a-z-listing/trunk/changelog.md

    r2003543 r2004405  
    11# Full Changelog #
     2
     3## 2.1.1 ##
     4
     5**Bug Fix:**
     6
     7* Replace hardcoded path to `admin-ajax.php` in widget administration javascript.
     8  * This release fixes the widget administration form for sites running in a path similar to [https://example.com/wp/](https://example.com/wp/). You should install this fix if your site is a configured in a subfolder to be able to successfully configure the widget.
     9  * Sites running in the top-level, e.g. [https://example.com/](https://example.com/), already work correctly and their behaviour is unchanged by this fix. You do not need to hurry to update if your site is configured at the top-level without a subfolder.
    210
    311## 2.1.0 ##
     
    5967
    6068### BREAKING CHANGES ###
     69
    6170* Multi column example:
    6271  If you have copied the multi-column example in previous releases to your theme folder then you will need to perform some manual steps.
  • a-z-listing/trunk/functions/enqueues.php

    r2003543 r2004405  
    5050        true
    5151    );
     52    wp_localize_script(
     53        'a-z-listing-widget-admin',
     54        'a_z_listing_widget_admin',
     55        array(
     56            'ajax_url' => admin_url( 'admin-ajax.php' ),
     57        )
     58    );
    5259
    5360    $add_styles = get_option( 'a-z-listing-add-styling', true );
  • a-z-listing/trunk/languages/a-z-listing.pot

    r2003543 r2004405  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: A-Z Listing 2.1.0\n"
     5"Project-Id-Version: A-Z Listing 2.1.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/a-z-listing\n"
    7 "POT-Creation-Date: 2018-12-28 14:28:39+00:00\n"
     7"POT-Creation-Date: 2018-12-31 20:53:53+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
     
    6464msgstr ""
    6565
    66 #: widgets/class-a-z-listing-widget.php:30
     66#: widgets/class-a-z-listing-widget.php:29
    6767msgid "Alphabetised links to the A-Z site map"
    6868msgstr ""
    6969
    70 #: widgets/class-a-z-listing-widget.php:125
    71 #: widgets/class-a-z-listing-widget.php:130
     70#: widgets/class-a-z-listing-widget.php:119
     71#: widgets/class-a-z-listing-widget.php:124
    7272msgid "Widget Title"
    7373msgstr ""
    7474
    75 #: widgets/class-a-z-listing-widget.php:134
     75#: widgets/class-a-z-listing-widget.php:128
    7676msgid ""
    7777"Leave the title field blank, above, to use the title from the page set in "
     
    7979msgstr ""
    8080
    81 #: widgets/class-a-z-listing-widget.php:141
     81#: widgets/class-a-z-listing-widget.php:135
    8282msgid "Sitemap A-Z page"
    8383msgstr ""
    8484
    85 #: widgets/class-a-z-listing-widget.php:153
     85#: widgets/class-a-z-listing-widget.php:147
    8686msgid ""
    8787"Type some or all of the title of the page you want links to point at. "
     
    8989msgstr ""
    9090
    91 #: widgets/class-a-z-listing-widget.php:154
    92 #: widgets/class-a-z-listing-widget.php:214
     91#: widgets/class-a-z-listing-widget.php:148
     92#: widgets/class-a-z-listing-widget.php:208
    9393msgid ""
    9494"Matching posts will be shown as you type. Click on the correct post from "
     
    9696msgstr ""
    9797
    98 #: widgets/class-a-z-listing-widget.php:161
     98#: widgets/class-a-z-listing-widget.php:155
    9999msgid "Display posts or terms?"
    100100msgstr ""
    101101
    102 #: widgets/class-a-z-listing-widget.php:168
     102#: widgets/class-a-z-listing-widget.php:162
    103103msgid "Posts"
    104104msgstr ""
    105105
    106 #: widgets/class-a-z-listing-widget.php:172
     106#: widgets/class-a-z-listing-widget.php:166
    107107msgid "Taxonomy terms"
    108108msgstr ""
    109109
    110 #: widgets/class-a-z-listing-widget.php:181
     110#: widgets/class-a-z-listing-widget.php:175
    111111msgid "Post-type to display"
    112112msgstr ""
    113113
    114 #: widgets/class-a-z-listing-widget.php:200
     114#: widgets/class-a-z-listing-widget.php:194
    115115msgid "Show only children of this post (ID)"
    116116msgstr ""
    117117
    118 #: widgets/class-a-z-listing-widget.php:213
     118#: widgets/class-a-z-listing-widget.php:207
    119119msgid ""
    120120"Type some or all of the title of the post to limit the listing to only the "
     
    123123msgstr ""
    124124
    125 #: widgets/class-a-z-listing-widget.php:218
     125#: widgets/class-a-z-listing-widget.php:212
    126126msgid "Include grand-children?"
    127127msgstr ""
    128128
    129 #: widgets/class-a-z-listing-widget.php:230
     129#: widgets/class-a-z-listing-widget.php:224
    130130msgid "Taxonomy to display"
    131131msgstr ""
    132132
    133 #: widgets/class-a-z-listing-widget.php:249
     133#: widgets/class-a-z-listing-widget.php:243
    134134msgid "Parent term to display children of"
    135135msgstr ""
    136136
    137 #: widgets/class-a-z-listing-widget.php:261
     137#: widgets/class-a-z-listing-widget.php:255
    138138msgid "Terms to include (IDs)"
    139139msgstr ""
    140140
    141 #: widgets/class-a-z-listing-widget.php:273
     141#: widgets/class-a-z-listing-widget.php:267
    142142msgid "Terms to exclude (IDs)"
    143143msgstr ""
    144144
    145 #: widgets/class-a-z-listing-widget.php:285
     145#: widgets/class-a-z-listing-widget.php:279
    146146msgid "Hide empty terms"
    147147msgstr ""
  • a-z-listing/trunk/readme.txt

    r2003543 r2004405  
    77Requires PHP: 5.6
    88Tested up to: 5.0
    9 Stable tag: 2.1.0
     9Stable tag: 2.1.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616
    1717[![Build Status](https://travis-ci.org/bowlhat/wp-a-z-listing.svg?branch=master)](https://travis-ci.org/bowlhat/wp-a-z-listing)
     18[![LiberaPay](https://img.shields.io/liberapay/receives/diddledan.svg?logo=liberapay)](https://liberapay.com/diddledan/donate)
    1819
    1920This plugin provides a widget which aggregates all pages into an A to Z listing. The widget includes just
     
    411412== Changelog ==
    412413
     414= 2.1.1 =
     415
     416**Bug Fix:**
     417
     418* Replace hardcoded path to `admin-ajax.php` in widget administration javascript.
     419  * This release fixes the widget administration form for sites running in a path similar to https://example.com/wp/. You should install this fix if your site is a configured in a subfolder to be able to successfully configure the widget.
     420  * Sites running in the top-level, e.g. https://example.com/, already work correctly and their behaviour is unchanged by this fix. You do not need to hurry to update if your site is configured at the top-level without a subfolder.
     421
    413422= 2.1.0 =
    414423
  • a-z-listing/trunk/scripts/a-z-listing-widget-admin.js

    r2003543 r2004405  
    5656                source: function( post_title, response ) {
    5757                    jQuery.ajax( {
    58                         url:      '/wp-admin/admin-ajax.php',
     58                        url:      a_z_listing_widget_admin.ajax_url || 'admin-ajax.php',
    5959                        type:     'POST',
    6060                        dataType: 'json',
Note: See TracChangeset for help on using the changeset viewer.