Changeset 2004405
- Timestamp:
- 12/31/2018 09:31:31 PM (7 years ago)
- Location:
- a-z-listing
- Files:
-
- 55 added
- 7 edited
-
tags/2.1.1 (added)
-
tags/2.1.1/.distignore (added)
-
tags/2.1.1/.editorconfig (added)
-
tags/2.1.1/.jshintrc (added)
-
tags/2.1.1/.svnignore (added)
-
tags/2.1.1/Gruntfile.js (added)
-
tags/2.1.1/LICENSE (added)
-
tags/2.1.1/README.md (added)
-
tags/2.1.1/a-z-listing.php (added)
-
tags/2.1.1/changelog.md (added)
-
tags/2.1.1/classes (added)
-
tags/2.1.1/classes/class-a-z-listing-grouping.php (added)
-
tags/2.1.1/classes/class-a-z-listing-indices.php (added)
-
tags/2.1.1/classes/class-a-z-listing-numbers.php (added)
-
tags/2.1.1/classes/class-a-z-listing-singleton.php (added)
-
tags/2.1.1/classes/class-a-z-listing.php (added)
-
tags/2.1.1/composer.json (added)
-
tags/2.1.1/composer.lock (added)
-
tags/2.1.1/css (added)
-
tags/2.1.1/css/a-z-listing-customize.css (added)
-
tags/2.1.1/css/a-z-listing-customize.css.map (added)
-
tags/2.1.1/css/a-z-listing-customize.scss (added)
-
tags/2.1.1/css/a-z-listing-default.css (added)
-
tags/2.1.1/css/a-z-listing-default.css.map (added)
-
tags/2.1.1/css/a-z-listing-default.scss (added)
-
tags/2.1.1/css/mixins.css (added)
-
tags/2.1.1/css/mixins.scss (added)
-
tags/2.1.1/docker-compose.yml (added)
-
tags/2.1.1/functions (added)
-
tags/2.1.1/functions/enqueues.php (added)
-
tags/2.1.1/functions/helpers.php (added)
-
tags/2.1.1/functions/i18n.php (added)
-
tags/2.1.1/functions/scripts.php (added)
-
tags/2.1.1/functions/shortcode.php (added)
-
tags/2.1.1/functions/styles.php (added)
-
tags/2.1.1/interfaces (added)
-
tags/2.1.1/interfaces/interface-a-z-listing-extension.php (added)
-
tags/2.1.1/languages (added)
-
tags/2.1.1/languages/a-z-listing.pot (added)
-
tags/2.1.1/package-lock.json (added)
-
tags/2.1.1/package.json (added)
-
tags/2.1.1/phpcs.xml.dist (added)
-
tags/2.1.1/phpunit.xml.dist (added)
-
tags/2.1.1/readme.txt (added)
-
tags/2.1.1/scripts (added)
-
tags/2.1.1/scripts/a-z-listing-scroll-fix.js (added)
-
tags/2.1.1/scripts/a-z-listing-tabs.js (added)
-
tags/2.1.1/scripts/a-z-listing-widget-admin.js (added)
-
tags/2.1.1/templates (added)
-
tags/2.1.1/templates/a-z-listing.example.php (added)
-
tags/2.1.1/templates/a-z-listing.php (added)
-
tags/2.1.1/widgets (added)
-
tags/2.1.1/widgets/class-a-z-listing-widget.php (added)
-
tags/2.1.1/wp-includes (added)
-
tags/2.1.1/wp-includes/version.php (added)
-
trunk/README.md (modified) (3 diffs)
-
trunk/a-z-listing.php (modified) (1 diff)
-
trunk/changelog.md (modified) (2 diffs)
-
trunk/functions/enqueues.php (modified) (1 diff)
-
trunk/languages/a-z-listing.pot (modified) (6 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/scripts/a-z-listing-widget-admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
a-z-listing/trunk/README.md
r2003543 r2004405 7 7 **Requires PHP:** 5.6 8 8 **Tested up to:** 5.0 9 **Stable tag:** 2.1. 09 **Stable tag:** 2.1.1 10 10 **License:** GPLv2 or later 11 11 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 17 17 [](https://travis-ci.org/bowlhat/wp-a-z-listing) 18 [](https://liberapay.com/diddledan/donate) 18 19 19 20 This plugin provides a widget which aggregates all pages into an A to Z listing. The widget includes just … … 415 416 ## Changelog ## 416 417 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 417 426 ### 2.1.0 ### 418 427 -
a-z-listing/trunk/a-z-listing.php
r2003543 r2004405 8 8 * Text Domain: a-z-listing 9 9 * Domain Path: /languages 10 * Version: 2.1. 010 * Version: 2.1.1 11 11 * 12 12 * @package A_Z_Listing -
a-z-listing/trunk/changelog.md
r2003543 r2004405 1 1 # 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. 2 10 3 11 ## 2.1.0 ## … … 59 67 60 68 ### BREAKING CHANGES ### 69 61 70 * Multi column example: 62 71 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 50 50 true 51 51 ); 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 ); 52 59 53 60 $add_styles = get_option( 'a-z-listing-add-styling', true ); -
a-z-listing/trunk/languages/a-z-listing.pot
r2003543 r2004405 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: A-Z Listing 2.1. 0\n"5 "Project-Id-Version: A-Z Listing 2.1.1\n" 6 6 "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" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" … … 64 64 msgstr "" 65 65 66 #: widgets/class-a-z-listing-widget.php: 3066 #: widgets/class-a-z-listing-widget.php:29 67 67 msgid "Alphabetised links to the A-Z site map" 68 68 msgstr "" 69 69 70 #: widgets/class-a-z-listing-widget.php:1 2571 #: widgets/class-a-z-listing-widget.php:1 3070 #: widgets/class-a-z-listing-widget.php:119 71 #: widgets/class-a-z-listing-widget.php:124 72 72 msgid "Widget Title" 73 73 msgstr "" 74 74 75 #: widgets/class-a-z-listing-widget.php:1 3475 #: widgets/class-a-z-listing-widget.php:128 76 76 msgid "" 77 77 "Leave the title field blank, above, to use the title from the page set in " … … 79 79 msgstr "" 80 80 81 #: widgets/class-a-z-listing-widget.php:1 4181 #: widgets/class-a-z-listing-widget.php:135 82 82 msgid "Sitemap A-Z page" 83 83 msgstr "" 84 84 85 #: widgets/class-a-z-listing-widget.php:1 5385 #: widgets/class-a-z-listing-widget.php:147 86 86 msgid "" 87 87 "Type some or all of the title of the page you want links to point at. " … … 89 89 msgstr "" 90 90 91 #: widgets/class-a-z-listing-widget.php:1 5492 #: widgets/class-a-z-listing-widget.php:2 1491 #: widgets/class-a-z-listing-widget.php:148 92 #: widgets/class-a-z-listing-widget.php:208 93 93 msgid "" 94 94 "Matching posts will be shown as you type. Click on the correct post from " … … 96 96 msgstr "" 97 97 98 #: widgets/class-a-z-listing-widget.php:1 6198 #: widgets/class-a-z-listing-widget.php:155 99 99 msgid "Display posts or terms?" 100 100 msgstr "" 101 101 102 #: widgets/class-a-z-listing-widget.php:16 8102 #: widgets/class-a-z-listing-widget.php:162 103 103 msgid "Posts" 104 104 msgstr "" 105 105 106 #: widgets/class-a-z-listing-widget.php:1 72106 #: widgets/class-a-z-listing-widget.php:166 107 107 msgid "Taxonomy terms" 108 108 msgstr "" 109 109 110 #: widgets/class-a-z-listing-widget.php:1 81110 #: widgets/class-a-z-listing-widget.php:175 111 111 msgid "Post-type to display" 112 112 msgstr "" 113 113 114 #: widgets/class-a-z-listing-widget.php: 200114 #: widgets/class-a-z-listing-widget.php:194 115 115 msgid "Show only children of this post (ID)" 116 116 msgstr "" 117 117 118 #: widgets/class-a-z-listing-widget.php:2 13118 #: widgets/class-a-z-listing-widget.php:207 119 119 msgid "" 120 120 "Type some or all of the title of the post to limit the listing to only the " … … 123 123 msgstr "" 124 124 125 #: widgets/class-a-z-listing-widget.php:21 8125 #: widgets/class-a-z-listing-widget.php:212 126 126 msgid "Include grand-children?" 127 127 msgstr "" 128 128 129 #: widgets/class-a-z-listing-widget.php:2 30129 #: widgets/class-a-z-listing-widget.php:224 130 130 msgid "Taxonomy to display" 131 131 msgstr "" 132 132 133 #: widgets/class-a-z-listing-widget.php:24 9133 #: widgets/class-a-z-listing-widget.php:243 134 134 msgid "Parent term to display children of" 135 135 msgstr "" 136 136 137 #: widgets/class-a-z-listing-widget.php:2 61137 #: widgets/class-a-z-listing-widget.php:255 138 138 msgid "Terms to include (IDs)" 139 139 msgstr "" 140 140 141 #: widgets/class-a-z-listing-widget.php:2 73141 #: widgets/class-a-z-listing-widget.php:267 142 142 msgid "Terms to exclude (IDs)" 143 143 msgstr "" 144 144 145 #: widgets/class-a-z-listing-widget.php:2 85145 #: widgets/class-a-z-listing-widget.php:279 146 146 msgid "Hide empty terms" 147 147 msgstr "" -
a-z-listing/trunk/readme.txt
r2003543 r2004405 7 7 Requires PHP: 5.6 8 8 Tested up to: 5.0 9 Stable tag: 2.1. 09 Stable tag: 2.1.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 17 17 [](https://travis-ci.org/bowlhat/wp-a-z-listing) 18 [](https://liberapay.com/diddledan/donate) 18 19 19 20 This plugin provides a widget which aggregates all pages into an A to Z listing. The widget includes just … … 411 412 == Changelog == 412 413 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 413 422 = 2.1.0 = 414 423 -
a-z-listing/trunk/scripts/a-z-listing-widget-admin.js
r2003543 r2004405 56 56 source: function( post_title, response ) { 57 57 jQuery.ajax( { 58 url: '/wp-admin/admin-ajax.php',58 url: a_z_listing_widget_admin.ajax_url || 'admin-ajax.php', 59 59 type: 'POST', 60 60 dataType: 'json',
Note: See TracChangeset
for help on using the changeset viewer.