PHP Revival version history - 25 versions
PHP Revival by Serhii
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.11.1
Released Nov 5, 2024 - 1.08 MBWorks with firefox 58.0 and later, android 120.0 and later- Improve page transition effect from the extension because it didn't work for FirefoxSource code released under Mozilla Public License 2.0
Download FirefoxYou'll need Firefox to use this extensionOlder versions
Version 2.11.0
Released Nov 5, 2024 - 1.08 MBWorks with firefox 58.0 and later, android 120.0 and later- Improve page transition effect from the extension because it didn't work for FirefoxSource code released under Mozilla Public License 2.0
Version 2.10.2
Released Oct 30, 2024 - 1.09 MBWorks with firefox 58.0 and later, android 120.0 and later- Bug fix on home page. The PHP logo wasn't showing up on the hero sectionSource code released under Mozilla Public License 2.0
Version 2.10.1
Released Oct 5, 2024 - 1.09 MBWorks with firefox 58.0 and later, android 120.0 and later- Bug fix related to 2 small buttons on code examples "Evaluate" and "Copy". They were clickable only on icons, but now they are clickable on the whole buttonSource code released under Mozilla Public License 2.0
Version 2.10.0
Released Oct 4, 2024 - 1.09 MBWorks with firefox 58.0 and later, android 120.0 and later- Small changes
- Fixed styles for the "Older News Entries" link on the home news page
- Added 5 more recommended videos to the home page sidebar
- Improved styles for the home page news cards
- Fixed bug with the "Show Comments" button on the function page. It was floating in the wrong place on [this](https://www.php.net/manual/en/class.arrayobject.php) page
- "Evaluate" and "Copy" buttons on the function page now have a label that tell what the button does
- Improved styles for PHP 8.3 page
- Big changes
- Fixed styles for class pages like [this](https://www.php.net/manual/en/class.outeriterator.php). It had wrong color highlighting for some elements in the code samples
- Added tags to recommended videos. By clicking on the tag you can filter videos that related only for that tag. Current tags are: `all`, `laravel`, `symfony`
- Added showing published date for each recommended video on the home page sidebarSource code released under Mozilla Public License 2.0
Version 2.9.0
Released Sep 27, 2024 - 979.64 KBWorks with firefox 58.0 and later, android 120.0 and later- Formatted TypeScript code with Prettier
- Improved home sidebar by splitting links into 3 sections: "Events", "Recommended" and "Social"
- Add showing nested links in the home sidebar where it's needed
- Improve styles for news, archive and other pagesSource code released under Mozilla Public License 2.0
Version 2.8.5
Released Sep 10, 2024 - 978.15 KBWorks with firefox 58.0 and later, android 120.0 and later- Fixed styles for the "Changelog" section on function page. `table-layout: fixed` wasn't a good solution for that tableSource code released under Mozilla Public License 2.0
Version 2.8.4
Released Sep 9, 2024 - 978.15 KBWorks with firefox 58.0 and later, android 120.0 and later- Fixed colors for links on the function page in the "Changelog" section. Some links was hard to see because they were yellow on the white background
- Fixed styles for the "Changelog" section on function page. The table was overflowing the container to the rightSource code released under Mozilla Public License 2.0
Version 2.8.3
Released Aug 10, 2024 - 978.12 KBWorks with firefox 58.0 and later, android 120.0 and later- Fixed styles for the search field placeholder
- Added 5 more recommended videos to the home page sidebar
- Remove 5 outdated recommended videos from the home page sidebarSource code released under Mozilla Public License 2.0
Version 2.8.1
Released Apr 30, 2024 - 931.64 KBWorks with firefox 48.0 and later, android 120.0 and later- Change the 'dollar' icon for the 'Donate' button on the home page from png to svg
- Added a hover effect for each recommended video on the home page sidebar
- Changed logic with loading recommended videos on the home page
- Added title for Recommended videos and Recommended links
- Rewrote the whole logic related to the links section on the home page sidebar. Now it's more structured and easier to maintain. Now, we parse links first and then render them in a proper DOM structure with some additional links like PHP Sandbox, Github, Docker image, etc.
- Added "Social Links" section to the home page sidebar
- Added "Linkedin" link to the "Social Links" section on the home page sidebar
- Remove chevron right icon from the first link in the Breadcrumbs navbarSource code released under Mozilla Public License 2.0
Version 2.8.0
Released Apr 29, 2024 - 913.16 KBWorks with firefox 48.0 and later, android 120.0 and later- Aligned the "Show Comments" button vertically on the function page
- Changed Twitter to X on the home page sidebar
- Added 2 more recommended videos to the home page sidebar
- Remove 1 recommended video from the home page sidebar
- Added tests with Jest
- Improve styling of breadcrumbs
- Restyled right sidebar on pages like news, downloads, function page, etc.
- Restyled and moved breadcrumbs arrows from the top to the bottom of the page
- Added pretty glow effect to the home page for the first news card
- Improve styles for the "Select language" dropdown on the function pageSource code released under Mozilla Public License 2.0
Version 2.7.0
Released Apr 23, 2024 - 817.14 KBWorks with firefox 48.0 and later, android 120.0 and later- Deleted the old random videos from the home page sidebar
- Added 6 new random videos to the home page sidebar
- Added feature that hides all the "User Contributed Notes" on the function page by default. Now you can click on the "Show Comments" button to show them
- Added a "Evaluate in Sandbox" button to the top right corner of the code examples on the function page. It opens the code example in the PHP sandbox on https://onlinephp.ioSource code released under Mozilla Public License 2.0
Version 2.6.1
Released Apr 21, 2024 - 818.89 KBWorks with firefox 48.0 and later, android 120.0 and later- Moved images from the external server to the extension's folder. Now all images are served from the extension's rather than the `https://php-revival.github.io`. It doesn't effect anything, it's just a better practice
- Code refactoring and improvements for the extension's code base
- Improved styles for the search bar in the top right corner and fix it for mobile devices
- Fixed hamburger button style on mobile view
- Fixed style issue with title for "Note", "Tip", "Warning" and "Caution" blocks on the function page
- Fixed styles for mobile view for the home action buttonsSource code released under Mozilla Public License 2.0
Version 2.6.0
Released Apr 18, 2024 - 37.12 KBWorks with firefox 48.0 and later, android 120.0 and later- Added a "copy code example button" for each code example on the function page to the top right corner
- Improved styles for code examples on the function page. Increased border radius and added padding
- Improved styles for notices, tips, warnings and cation blocks on the function page
- Added "Contribute" button that sticks to the bottom right corner of the function page. The "Contribute" modal appears with several links after clicking that buttonSource code released under Mozilla Public License 2.0
Version 2.5.1
Released Apr 6, 2024 - 35.23 KBWorks with firefox 48.0 and later, android 120.0 and later- Fixed function highlight on the https://www.php.net/manual/en/function.phpinfo.php page
- Fixed styles for https://www.php.net/manual/en/function.get-defined-constants.php pageSource code released under Mozilla Public License 2.0
Version 2.5.0
Released Feb 25, 2024 - 35.19 KBWorks with firefox 48.0 and later, android 120.0 and later- Fixed styles for the notification banner under the navbar
- Fixed styles for "The PHP Foundation" link on the home page's right sidebar
- Fixed styles for the function page. Some code examples were yellow on white background and hardly visible
- Fixed styles for news and archive pages. It now looks nicerSource code released under Mozilla Public License 2.0
Version 2.4.0
Released Jan 5, 2024 - 34.97 KBWorks with firefox 48.0 and later, android 120.0 and later- Small styles fixes for search input
- Fix styles for hover effect for breadcrumb links
- Fix styles for hover effect for sidebar links on function page
- Updated number of random videos showing on home page from 3 to 7
- Updated 2 hero action button styles on home page
- Added styles for news pagination link on home page
- Added one more random video to a home page sidebarSource code released under Mozilla Public License 2.0
Version 2.3.0
Released Jan 4, 2024 - 34.21 KBWorks with firefox 48.0 and later, android 120.0 and later- Moved GitHub repository from `SerhiiCho/php-revival` to `php-revival/php-revival`
- Moved GitHub repository from `SerhiiCho/php-revival-api` to `php-revival/api`
- Fixed styles for the home page action buttons for the Chrome browser
- Fixed label styles issue on PHP 8.3 page. It was not visible on the Chrome browserSource code released under Mozilla Public License 2.0
Version 2.2.9
Released Jan 3, 2024 - 34.24 KBWorks with firefox 48.0 and later, android 120.0 and later- Added 5 more random videos to a home page sidebar
- Fixed color bug on php 8.3 page
- Fixed small label that has class `.php8-compare__label` on php 8.3 page
- Other small fixes and improvements on php 8.3 page
- Remove 2 old videos from the home page sidebar
- Add 1 Symfony video to the home page sidebar because I removed one of the old videos for Symfony 4Source code released under Mozilla Public License 2.0
Version 2.2.8
Released May 29, 2023 - 33.84 KBWorks with firefox 48.0 and later, android 48.0 to 68.*- Internal code refactoring and cleanup;
- Changed the structure of home hero to horizontal instead of vertical;
- Changed styles of the home hero version links;
- Removed one of the random videos;
- Improved styles for the home cards in the feed section;
- Links in the home page sidebar are now a bit better structured;
- Links in the footer of PHP 8 page are now lighter and more visible;Source code released under Mozilla Public License 2.0
Version 2.2.7
Released May 27, 2023 - 33.94 KBWorks with firefox 48.0 and later, android 48.0 to 68.*- Improved styles from the right sidebar on the home page above the random videos;
- Improved styles for php version links on home hero. Under the 2 home buttons;
- Improved styles for the logo on the home page hero;
- Internal code refactoring;
- Small tweaks to random videos styles on the home page;Source code released under Mozilla Public License 2.0
Version 2.2.6
Released May 26, 2023 - 33.59 KBWorks with firefox 48.0 and later, android 48.0 to 68.*- Removed some videos from a home page that are outdated. Videos like "what's new in PHP 7.4" and things like that;
- Fixed some of the php.net style issues on different pages;
- Changed php.net to be more mobile friendly;
- Changed styles of 2 main buttons on the home header;
- Updated development environment to latest versions of TypeScript and other dependencies;Source code released under Mozilla Public License 2.0
Version 2.2.5
Released May 23, 2023 - 33.96 KBWorks with firefox 48.0 and later, android 48.0 to 68.*- Added php8.1 label to code examples on PHP 8 page;
- Renamed file 'changelog.md' to 'CHANGELOG.md';
- Added 3 more YouTube videos to a home page;
- Migrated to a manifest version 3 only for Chrome browser. For Firefox it's still v2;Source code released under Mozilla Public License 2.0
Version 2.2.4
Released Nov 28, 2021 - 31.97 KBWorks with firefox 48.0 and later, android 48.0 to 68.*## v2.2.4 (2021-11-28)
- Fixed big button on PHP 8 page on Chrome browser. It had a black text instead of white.
- Added GitHub and Docker image links to a right sidebar on home page.
- Increased font size for Chromium based browser.Source code released under Mozilla Public License 2.0
Version 2.2.3
Released Nov 27, 2021 - 31.91 KBWorks with firefox 48.0 and later, android 48.0 to 68.*## v2.2.3 (2021-11-27)
- Added twitter link to the right sidebar on the home page.
- Added 5 more random videos for the right sidebar on the home page.
- Added styles to php 8 page.
- Fixed styles on news single page.Source code released under Mozilla Public License 2.0