Skip to content

Commit

Permalink
4.0.5 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrew committed Mar 4, 2020
1 parent 69a40f7 commit 2a26183
Show file tree
Hide file tree
Showing 6 changed files with 599 additions and 716 deletions.
2 changes: 1 addition & 1 deletion autodescription.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: The SEO Framework
* Plugin URI: https://theseoframework.com/
* Description: An automated, advanced, accessible, unbranded and extremely fast SEO solution for your WordPress website.
* Version: 4.0.5-beta-27
* Version: 4.0.5
* Author: The SEO Framework Team
* Author URI: https://theseoframework.com/
* License: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/envtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function the_seo_framework_pre_boot_test() {
switch ( $test ) :
case 1:
//* PHP requirements not met, always count up to encourage best standards.
$requirement = 'PHP 5.5.0 or later';
$requirement = 'PHP 5.6.0 or later';
$issue = 'PHP version';
$version = PHP_VERSION;
$subtitle = 'Server Requirements';
Expand Down
2 changes: 1 addition & 1 deletion inc/views/admin/metaboxes/robots-metabox.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
'nofollow' => [
'value' => 'nofollow',
'desc' => __( 'These options most likely prevent links from being followed on the selected archives and pages. If you enable this, the selected archives or pages in-page links will gain no SEO value, including your own links.', 'autodescription' ),
'desc' => __( 'These options most likely prevent links from being followed on the selected archives and pages. If you enable this, the selected archives or pages in-page links will gain no SEO value, including your internal links.', 'autodescription' ),
],
'noarchive' => [
'value' => 'noarchive',
Expand Down
2 changes: 1 addition & 1 deletion inc/views/admin/metaboxes/social-metabox.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
?>
<h4><?php esc_html_e( 'oEmbed Settings', 'autodescription' ); ?></h4>
<?php
$this->description( __( 'Some social sharing services, like WordPress and Discord, obtain the linked page information via oEmbed.', 'autodescription' ) );
$this->description( __( 'Some social sharing services and clients, like WordPress and Discord, obtain the linked page information via oEmbed.', 'autodescription' ) );
?>
<hr>
<?php
Expand Down
Loading

0 comments on commit 2a26183

Please sign in to comment.