Skip to content

Commit 654719e

Browse files
committed
Sage 8.3.0
1 parent 2435d85 commit 654719e

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
### HEAD
1+
### 8.3.0: October 13th, 2015
2+
* Setup organization ([#1558](https://github.com/roots/sage/pull/1558))
23
* Remove redundancy with WAI-ARIA in HTML ([#1557](https://github.com/roots/sage/pull/1557))
34
* Rename config.php to setup.php ([#1556](https://github.com/roots/sage/pull/1556))
45
* Move init.php to config.php ([#1555](https://github.com/roots/sage/pull/1555))

lang/sage.pot

+6-14
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@ msgstr ""
77
msgid "Sorry, but the page you were trying to view does not exist."
88
msgstr ""
99

10-
#: base.php:12
10+
#: base.php:14
1111
msgid ""
1212
"You are using an <strong>outdated</strong> browser. Please <a href=\"http://"
1313
"browsehappy.com/\">upgrade your browser</a> to improve your experience."
1414
msgstr ""
1515

16-
#: functions.php:25
16+
#: functions.php:22
1717
msgid "Error locating %s for inclusion"
1818
msgstr ""
1919

20-
#: index.php:5
20+
#: index.php:5 search.php:5
2121
msgid "Sorry, no results were found."
2222
msgstr ""
2323

2424
#: lib/extras.php:31
2525
msgid "Continued"
2626
msgstr ""
2727

28-
#: lib/init.php:22
28+
#: lib/setup.php:30
2929
msgid "Primary Navigation"
3030
msgstr ""
3131

32-
#: lib/init.php:49
32+
#: lib/setup.php:57
3333
msgid "Primary"
3434
msgstr ""
3535

36-
#: lib/init.php:58
36+
#: lib/setup.php:66
3737
msgid "Footer"
3838
msgstr ""
3939

@@ -76,14 +76,6 @@ msgstr ""
7676
msgid "By"
7777
msgstr ""
7878

79-
#: templates/searchform.php:2
80-
msgid "Search for:"
81-
msgstr ""
82-
83-
#: templates/searchform.php:4 templates/searchform.php:6
84-
msgid "Search"
85-
msgstr ""
86-
8779
#. Theme Name of the plugin/theme
8880
msgid "Sage Starter Theme"
8981
msgstr ""

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sage",
3-
"version": "8.2.1",
3+
"version": "8.3.0",
44
"author": "Ben Word <[email protected]>",
55
"homepage": "https://roots.io/sage/",
66
"private": true,

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Theme Name: Sage Starter Theme
33
Theme URI: https://roots.io/sage/
44
Description: Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
5-
Version: 8.2.1
5+
Version: 8.3.0
66
Author: Roots
77
Author URI: https://roots.io/
88

0 commit comments

Comments
 (0)