Skip to content

Commit

Permalink
3.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrew committed Dec 6, 2017
1 parent 915d82c commit 1e5a0ad
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 31 deletions.
4 changes: 2 additions & 2 deletions 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 any WordPress website.
* Version: 3.0.3-dev-2017.12.05.1
* Version: 3.0.3
* Author: Sybre Waaijer
* Author URI: https://theseoframework.com/
* License: GPLv3
Expand Down Expand Up @@ -51,7 +51,7 @@
*
* @since 1.0.0
*/
define( 'THE_SEO_FRAMEWORK_VERSION', '3.0.2' );
define( 'THE_SEO_FRAMEWORK_VERSION', '3.0.3' );

/**
* The plugin Database version.
Expand Down
46 changes: 17 additions & 29 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: SEO, XML Sitemap, Google, Open Graph, Schema.org, Twitter
Requires at least: 4.4.0
Tested up to: 4.9.1
Requires PHP: 5.3.0
Stable tag: 3.0.2
Stable tag: 3.0.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -228,49 +228,37 @@ Transporting Terms and Taxonomies SEO data isn't supported.

**Release date:**

* TODO

**Fixed:**

* **Compatibility:**
* bbPress topic replies can show up again when search query alteration is turned on.
* We've implemented a workaround for [bbPress/#2607](https://bbpress.trac.wordpress.org/ticket/2607).
* The "Remove Blogname from title?" option is now visible to everyone, but it's disabled when it's not available.
* Use the [Title Fix extension](https://theseoframework.com/extensions/title-fix/) to easily enable it when needed.
* **Interface:**
* The term edit screen's "Robots Meta Settings" had incorrect spacing for the tooltip additions.
* Default and warned options are color-coded again.
* Not on Firefox, which doesn't support input styling.
* When the floating title is placed on the left-hand side, then opening a container-meta-box--or having a huge title at on-load--will no longer cause the titles to overlap.
* When the title additions are on the left-hand side, and there's a prefix (like "Private:"):
1. The prefixes and additions no longer overlap on input overflow.
2. The prefix' calculated width no longer gets rounded down nor truncated unintentionally.
* The floating title no longer overlaps the prefix every subsequent input entry.
* When the title addition overflows to the right, padding is now considered.
* The homepage title and in-post title length is no longer calculated twice on load.
* The description pixel counter now updates correctly when opening a container-meta-box from an initially-closed state.
* December 6th, 2017

**Summarized:**

* This update implements a workaround for an issue with bbPress, and various UI bugs have been fixed as well.

[View the detailed log](https://theseoframework.com/?p=2236#detailed).

= 3.0.2 - Esteem =

**Release date:**

* November 23rd, 2017

**Fixed:**
**Summarized:**

* This update fixes an issue with wpForo found in the 3.0 release of TSF.

* A fatal error no longer occurs on the wpForo Forum plugin pages.
[View the detailed log](https://theseoframework.com/?p=2231#detailed).

= 3.0.1 - Renown =

**Release date:**

* November 20th, 2017

**Fixed:**
**Summarized:**

* This update fixes a few issues found in the 3.0 release of TSF.

* A fatal error no longer occurs on pages when using plain permalinks.
* On-site search canonical URLs are now correct when no blog page is assigned.
* Title placeholders can now render HTML characters correctly.
[View the detailed log](https://theseoframework.com/?p=2225#detailed).

= 3.0.0 - Eminence =

Expand All @@ -286,7 +274,7 @@ Transporting Terms and Taxonomies SEO data isn't supported.

* Finally, after 8 months of preparation, experimenting, testing, and coding, TSF 3.0 is here.
* This update focuses on improved social site interaction, WordPress' API coherence, and optimizing UX.
* To improve social site interaction, social site links can be added to author profile pages.
* To improve social site interaction, social site links can be added through author profile pages.
* The Open Graph protocol has been updated, so will your meta output.
* The canonical URL generation has been revised, and it now works mostly through WordPress' API.
* For improved UX we've added pixel counters, better tooltips, and admin color scheme adherence.
Expand Down

0 comments on commit 1e5a0ad

Please sign in to comment.