-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.0 #168
Merged
Version 1.0 #168
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Constructor fix for saved_links_widget
…n PHP version to 5.6. Leaves minimum WordPress version unchanged;; but we're only running automated tests against current WordPress versinos.
… due to a lack of backports: #135 (comment)
…sts are not supported by WordPress at this time. See research described in #135 (comment) A review of tests initially introduced in #138: https://travis-ci.org/INN/link-roundups/builds/502881348?utm_source=github_status&utm_medium=notification - Travis is running PHP 7.2 with PHPunit 8. https://travis-ci.org/INN/link-roundups/jobs/502881355 - Travis is running PHP 7.3 with PHPunit 8. https://travis-ci.org/INN/link-roundups/jobs/502881358 - WP 4.9/5.0 don't have PHPUnit 8 forwards-compatibility shims in place; 5.1 does provide a warning about 8 not being supported.
Travis updates: Major bumps to PHP supported versions
…no links were saved today, despite being supposed to show this month's links
Saved Links List Table minor bugfixes
…ation variable. Fixes #112 Also: - Removes an extract(); - Cleans up sanitization and whitespace in the Link Roundups widget
Fix Link Roundup widget displaying wrong number of stories
…. Else, the shortcut link is the empty string.
… enable a WP core plugin This page explains why the plugin is needed, and how to enable it.
…e to site button link.
network_admin_url should fall back to admin_url on non-multisites, according to https://developer.wordpress.org/reference/functions/network_admin_url/
The "Save to Site" bookmarklet, revived through a plugin's external dependency
Add "Create new Saved Link" button to roundups editor
Use rel="noopener noreferrer" for saved link widget opening in target="_blank"
163 static deprecation
check WordPress version to prevent deprecated function warning on WP 4.9+
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes in 1.0
'widget_title'
filter to the title of the Link Roundups widget. Pull request #152 for issue #104.Source:
label in the Saved Links List widget in aspan.source-label
. Pull request #139 for issue #144.