Changeset 2014419
- Timestamp:
- 01/17/2019 08:04:13 PM (7 years ago)
- Location:
- a-z-listing
- Files:
-
- 55 added
- 6 edited
-
tags/2.1.3 (added)
-
tags/2.1.3/.distignore (added)
-
tags/2.1.3/.editorconfig (added)
-
tags/2.1.3/.jshintrc (added)
-
tags/2.1.3/.svnignore (added)
-
tags/2.1.3/Gruntfile.js (added)
-
tags/2.1.3/LICENSE (added)
-
tags/2.1.3/README.md (added)
-
tags/2.1.3/a-z-listing.php (added)
-
tags/2.1.3/changelog.md (added)
-
tags/2.1.3/classes (added)
-
tags/2.1.3/classes/class-a-z-listing-grouping.php (added)
-
tags/2.1.3/classes/class-a-z-listing-indices.php (added)
-
tags/2.1.3/classes/class-a-z-listing-numbers.php (added)
-
tags/2.1.3/classes/class-a-z-listing-singleton.php (added)
-
tags/2.1.3/classes/class-a-z-listing.php (added)
-
tags/2.1.3/composer.json (added)
-
tags/2.1.3/composer.lock (added)
-
tags/2.1.3/css (added)
-
tags/2.1.3/css/a-z-listing-customize.css (added)
-
tags/2.1.3/css/a-z-listing-customize.css.map (added)
-
tags/2.1.3/css/a-z-listing-customize.scss (added)
-
tags/2.1.3/css/a-z-listing-default.css (added)
-
tags/2.1.3/css/a-z-listing-default.css.map (added)
-
tags/2.1.3/css/a-z-listing-default.scss (added)
-
tags/2.1.3/css/mixins.css (added)
-
tags/2.1.3/css/mixins.scss (added)
-
tags/2.1.3/docker-compose.yml (added)
-
tags/2.1.3/functions (added)
-
tags/2.1.3/functions/enqueues.php (added)
-
tags/2.1.3/functions/helpers.php (added)
-
tags/2.1.3/functions/i18n.php (added)
-
tags/2.1.3/functions/scripts.php (added)
-
tags/2.1.3/functions/shortcode.php (added)
-
tags/2.1.3/functions/styles.php (added)
-
tags/2.1.3/interfaces (added)
-
tags/2.1.3/interfaces/interface-a-z-listing-extension.php (added)
-
tags/2.1.3/languages (added)
-
tags/2.1.3/languages/a-z-listing.pot (added)
-
tags/2.1.3/package-lock.json (added)
-
tags/2.1.3/package.json (added)
-
tags/2.1.3/phpcs.xml.dist (added)
-
tags/2.1.3/phpunit.xml.dist (added)
-
tags/2.1.3/readme.txt (added)
-
tags/2.1.3/scripts (added)
-
tags/2.1.3/scripts/a-z-listing-scroll-fix.js (added)
-
tags/2.1.3/scripts/a-z-listing-tabs.js (added)
-
tags/2.1.3/scripts/a-z-listing-widget-admin.js (added)
-
tags/2.1.3/templates (added)
-
tags/2.1.3/templates/a-z-listing.example.php (added)
-
tags/2.1.3/templates/a-z-listing.php (added)
-
tags/2.1.3/widgets (added)
-
tags/2.1.3/widgets/class-a-z-listing-widget.php (added)
-
tags/2.1.3/wp-includes (added)
-
tags/2.1.3/wp-includes/version.php (added)
-
trunk/README.md (modified) (2 diffs)
-
trunk/a-z-listing.php (modified) (1 diff)
-
trunk/changelog.md (modified) (1 diff)
-
trunk/classes/class-a-z-listing.php (modified) (2 diffs)
-
trunk/languages/a-z-listing.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a-z-listing/trunk/README.md
r2011303 r2014419 7 7 **Requires PHP:** 5.6 8 8 **Tested up to:** 5.0 9 **Stable tag:** 2.1. 29 **Stable tag:** 2.1.3 10 10 **License:** GPLv2 or later 11 11 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html … … 394 394 395 395 ## Changelog ## 396 397 ### 2.1.3 ### 398 399 #### Bug Fix #### 400 401 * Fixed the bug reported by @ighosts22 where the letter for non-alphabetic items was not pointing at the list of items. 402 * Fixed incorrect behaviour discovered after adding tests to the automated testing to verify that I correctly fixed the above bug. 396 403 397 404 ### 2.1.2 ### -
a-z-listing/trunk/a-z-listing.php
r2011303 r2014419 8 8 * Text Domain: a-z-listing 9 9 * Domain Path: /languages 10 * Version: 2.1. 210 * Version: 2.1.3 11 11 * 12 12 * @package A_Z_Listing -
a-z-listing/trunk/changelog.md
r2011303 r2014419 1 1 # Full Changelog # 2 3 ## 2.1.3 ## 4 5 ### Bug Fix ### 6 7 * Fixed the bug reported by @ighosts22 where the letter for non-alphabetic items was not pointing at the list of items. 8 * Fixed incorrect behaviour discovered after adding tests to the automated testing to verify that I correctly fixed the above bug. 2 9 3 10 ## 2.1.2 ## -
a-z-listing/trunk/classes/class-a-z-listing.php
r2003543 r2014419 546 546 547 547 if ( array_key_exists( $this->unknown_letters, $indexed_items ) && ! empty( $indexed_items[ $this->unknown_letters ] ) ) { 548 $this->alphabet_chars[] = $this->unknown_letters; 548 $this->alphabet_chars[] = $this->unknown_letters; 549 $this->alphabet[ $this->unknown_letters ] = $this->unknown_letters; 549 550 } 550 551 … … 910 911 */ 911 912 public function get_the_letter_id() { 912 return 'letter-' . $this->alphabet[ $this->alphabet_chars[ $this->current_letter_index - 1 ] ]; 913 $id = $this->alphabet[ $this->alphabet_chars[ $this->current_letter_index - 1 ] ]; 914 if ( $this->unknown_letters === $id ) { 915 $id = '_'; 916 } 917 return 'letter-' . $id; 913 918 } 914 919 -
a-z-listing/trunk/languages/a-z-listing.pot
r2011303 r2014419 5 5 "Project-Id-Version: A-Z Listing 2.1.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/a-z-listing\n" 7 "POT-Creation-Date: 2019-01-1 2 22:53:58+00:00\n"7 "POT-Creation-Date: 2019-01-16 14:13:02+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" -
a-z-listing/trunk/readme.txt
r2011303 r2014419 7 7 Requires PHP: 5.6 8 8 Tested up to: 5.0 9 Stable tag: 2.1. 29 Stable tag: 2.1.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 390 390 391 391 == Changelog == 392 393 = 2.1.3 = 394 395 **Bug Fix** 396 397 * Fixed the bug reported by @ighosts22 where the letter for non-alphabetic items was not pointing at the list of items. 398 * Fixed incorrect behaviour discovered after adding tests to the automated testing to verify that I correctly fixed the above bug. 392 399 393 400 = 2.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.