Skip to content

Commit 367cdb8

Browse files
authored
Merge pull request #896 from ExpressionEngine/7.dev
Few more tweaks
2 parents ee6d925 + f64b346 commit 367cdb8

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

docs/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

1212
Welcome to the official ExpressionEngine Docs! In addition to the documentation, there are a number of resources linked below that will help you learn how to master ExpressionEngine.
1313

14-
<div id="welcome-introduce" class="eeconf-promo max-w-full mx-auto p-8 lg:p-10 bg-white rounded-lg shadow-custom-black flex mt-12 flex-wrap lg:flex-nowrap">
14+
<!--
15+
EECONF BANNER
16+
17+
<div id="welcome-introduce" class="eeconf-promo max-w-full mx-auto p-8 lg:p-10 bg-white rounded-lg shadow-custom-black flex mt-12 flex-wrap lg:flex-nowrap">
1518
<div class="w-64 h-64 mr-10 flex-shrink-0 mb-4 lg:mb-0">
1619
<a href="https://eeconf.com/"><img src="https://eeconf.com/eeconf/300x250.jpg" width="max-w-full mb-0"></a>
1720
</div>
@@ -27,6 +30,7 @@ Welcome to the official ExpressionEngine Docs! In addition to the documentation,
2730
</p>
2831
</div>
2932
</div>
33+
-->
3034
3135
<div id="welcome-introduce" class="max-w-full mx-auto p-8 lg:p-10 bg-white rounded-lg shadow-custom-black flex mt-12 flex-wrap lg:flex-nowrap">
3236
<div class="w-64 h-64 mr-10 flex-shrink-0 mb-4 lg:mb-0">
@@ -157,4 +161,4 @@ Welcome to the official ExpressionEngine Docs! In addition to the documentation,
157161
</div>
158162
</div>
159163
</div>
160-
</div>
164+
</div>

docs/installation/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# ExpressionEngine v7 Change Log
1010

1111
# Version 7.5.0
12-
(Release: October 14, 2024)
12+
(Release: October 15, 2024)
1313

1414
- **Contributors** 🙌
1515
<div class="max-w-7xl mx-autotext-center">

docs/installation/requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Recommended Requirements
1515

16-
It has always been a core goal to ensure that ExpressionEngine is usable on a broadly diverse and accessible range of machines by a broad and diverse range of people.
16+
It has always been a core goal to ensure that ExpressionEngine is usable on a broadly diverse and accessible range of machines by a broad and diverse range of people.
1717

1818
**For the best experience**, this version of ExpressionEngine should use:
1919

@@ -30,9 +30,9 @@ While ExpressionEngine achieves compatibility with the newest releases of PHP an
3030

3131
The developers recognize that not only are there a wide range of server setups, but also that sometimes we're not able to build our site on the machine of our dreams. Besides, no one likes it when they're forced to update an underlying tool unnecessarily.
3232

33-
If you are stuck in an older environment, ExpressionEngine _can_ run on PHP 7.2.5+ with 32M of memory, and MySQL 5.6.4+.
33+
If you are stuck in an older environment, ExpressionEngine _can_ run on PHP 7.2.5+ with 32M of memory, and MySQL 5.6.4+.
3434

35-
PHP-FPM is also optional, but [tends to handily outperform mod_php](https://www.cloudways.com/blog/php-fpm-on-cloud/).
35+
PHP-FPM is also optional, but [tends to handily outperform mod_php](https://www.cloudways.com/blog/php-fpm-on-cloud/).
3636

3737
That said, running older versions not only hurts performance—increasing the cost of your website—but most importantly puts your site **at risk of security vulnerabilities**. The PHP Group stopped providing support for PHP 5.6 [on December 31, 2018](https://php.net/supported-versions.php) and for PHP 7.1 [on December 1, 2019](https://www.php.net/eol.php). Oracle also ceased providing support for MySQL 5.5 at the same time.
3838

@@ -85,6 +85,7 @@ Though the following are available in PHP by default, some hosts may have them d
8585
- [File Information (fileinfo)](https://php.net/manual/en/book.fileinfo.php)
8686
- [ZIP](https://www.php.net/manual/en/book.zip.php)
8787
- [iconv](https://www.php.net/manual/en/book.iconv.php)
88+
- [Multibyte String](https://php.net/manual/en/mbstring.installation.php)
8889

8990

9091
NOTE: **Note:** If you're on MediaTemple you will need [to create a phprc file](https://help.dreamhost.com/hc/en-us/articles/214894037-How-do-I-create-a-phprc-file-via-FTP-) that contains the following: `extension = fileinfo.so`
@@ -94,7 +95,6 @@ NOTE: **Note:** If you're on MediaTemple you will need [to create a phprc file](
9495
These are recommended, but not required.
9596

9697
- The [Internationalization](https://php.net/manual/en/book.intl.php) extension, for full functionality of [variable modifiers](templates/variable-modifiers.md)
97-
- [Multibyte String](https://php.net/manual/en/mbstring.installation.php) handling
9898

9999
### MySQL Privileges
100100

theme/doc-page-template.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858
<a href="https://docs.expressionengine.com/latest" class="header-title">ExpressionEngine Docs</a>
5959

6060
<nav>
61-
<a href="https://eeconf.com" class="hide font-monospace">Join us at EEConf 2024!</a>
61+
<!--
62+
EEConf banner/nav
63+
<a href="https://eeconf.com" class="hide font-monospace">Join us at EEConf 2024!</a>
64+
-->
6265
<a href="https://u.expressionengine.com" class="hide font-monospace">{ee:u}</a>
6366
<a href="https://expressionengine.com/forums" class="hide">Forums</a>
6467

0 commit comments

Comments
 (0)