PHP Revival Versionsgeschichte – 25 Versionen
PHP Revival von Serhii
Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 2.12.4
Veröffentlicht 10. März 2025 – 1,14 MBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- 🐛 Fixed bug with lugging on the home page
Quelltext steht unter der Mozilla Public License 2.0
Laden Sie Firefox herunter und holen Sie sich die ErweiterungMelden Sie sich an, um diese Erweiterung zu verwendenÄltere Versionen
Version 2.12.3
Veröffentlicht 28. Jan. 2025 – 1,14 MBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- 🎨 Fixed color for the breadcrumbs barQuelltext steht unter der Mozilla Public License 2.0
Version 2.12.2
Veröffentlicht 9. Jan. 2025 – 1,14 MBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- ✨ Added "Laracasts" link to the recommended links section on the home page sidebarQuelltext steht unter der Mozilla Public License 2.0
Version 2.12.1
Veröffentlicht 21. Dez. 2024 – 1,13 MBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- ✨ Added additional section "Get Started" to the home page sidebar with links to Composer, Laravel, SymfonyQuelltext steht unter der Mozilla Public License 2.0
Version 2.12.0
Veröffentlicht 8. Dez. 2024 – 1,08 MBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- 🧑💻 Removed `&t=1175` from the YouTube link in one of the recommended videos on the home page
- 🎨 Fixed styles for the result of code execution when you "Run code" on the function page
- ✨ Change "Run code" button on the function page into a small, styled button floating in the top right corner of the code example with a "Play" icon
- ✨ Add cmd + Enter or ctrl + Enter keyboard shortcut to run code on the function pageQuelltext steht unter der Mozilla Public License 2.0
Version 2.11.1
Veröffentlicht 5. Nov. 2024 – 1,08 MBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- Improve page transition effect from the extension because it didn't work for FirefoxQuelltext steht unter der Mozilla Public License 2.0
Version 2.11.0
Veröffentlicht 5. Nov. 2024 – 1,08 MBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- Improve page transition effect from the extension because it didn't work for FirefoxQuelltext steht unter der Mozilla Public License 2.0
Version 2.10.2
Veröffentlicht 30. Okt. 2024 – 1,09 MBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- Bug fix on home page. The PHP logo wasn't showing up on the hero sectionQuelltext steht unter der Mozilla Public License 2.0
Version 2.10.1
Veröffentlicht 5. Okt. 2024 – 1,09 MBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- 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 buttonQuelltext steht unter der Mozilla Public License 2.0
Version 2.10.0
Veröffentlicht 4. Okt. 2024 – 1,09 MBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- 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 sidebarQuelltext steht unter der Mozilla Public License 2.0
Version 2.9.0
Veröffentlicht 27. Sep. 2024 – 979,64 KBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- 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 pagesQuelltext steht unter der Mozilla Public License 2.0
Version 2.8.5
Veröffentlicht 10. Sep. 2024 – 978,15 KBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- Fixed styles for the "Changelog" section on function page. `table-layout: fixed` wasn't a good solution for that tableQuelltext steht unter der Mozilla Public License 2.0
Version 2.8.4
Veröffentlicht 9. Sep. 2024 – 978,15 KBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- 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 rightQuelltext steht unter der Mozilla Public License 2.0
Version 2.8.3
Veröffentlicht 10. Aug. 2024 – 978,12 KBFunktioniert mit firefox 58.0 und höher, android 120.0 und höher- 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 sidebarQuelltext steht unter der Mozilla Public License 2.0
Version 2.8.1
Veröffentlicht 30. Apr. 2024 – 931,64 KBFunktioniert mit firefox 48.0 und höher, android 120.0 und höher- 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 navbarQuelltext steht unter der Mozilla Public License 2.0
Version 2.8.0
Veröffentlicht 29. Apr. 2024 – 913,16 KBFunktioniert mit firefox 48.0 und höher, android 120.0 und höher- 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 pageQuelltext steht unter der Mozilla Public License 2.0
Version 2.7.0
Veröffentlicht 23. Apr. 2024 – 817,14 KBFunktioniert mit firefox 48.0 und höher, android 120.0 und höher- 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.ioQuelltext steht unter der Mozilla Public License 2.0
Version 2.6.1
Veröffentlicht 21. Apr. 2024 – 818,89 KBFunktioniert mit firefox 48.0 und höher, android 120.0 und höher- 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 buttonsQuelltext steht unter der Mozilla Public License 2.0
Version 2.6.0
Veröffentlicht 18. Apr. 2024 – 37,12 KBFunktioniert mit firefox 48.0 und höher, android 120.0 und höher- 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 buttonQuelltext steht unter der Mozilla Public License 2.0
Version 2.5.1
Veröffentlicht 6. Apr. 2024 – 35,23 KBFunktioniert mit firefox 48.0 und höher, android 120.0 und höher- 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 pageQuelltext steht unter der Mozilla Public License 2.0
Version 2.5.0
Veröffentlicht 25. Feb. 2024 – 35,19 KBFunktioniert mit firefox 48.0 und höher, android 120.0 und höher- 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 nicerQuelltext steht unter der Mozilla Public License 2.0
Version 2.4.0
Veröffentlicht 5. Jan. 2024 – 34,97 KBFunktioniert mit firefox 48.0 und höher, android 120.0 und höher- 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 sidebarQuelltext steht unter der Mozilla Public License 2.0
Version 2.3.0
Veröffentlicht 4. Jan. 2024 – 34,21 KBFunktioniert mit firefox 48.0 und höher, android 120.0 und höher- 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 browserQuelltext steht unter der Mozilla Public License 2.0
Version 2.2.9
Veröffentlicht 3. Jan. 2024 – 34,24 KBFunktioniert mit firefox 48.0 und höher, android 120.0 und höher- 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 4Quelltext steht unter der Mozilla Public License 2.0
Version 2.2.8
Veröffentlicht 29. Mai 2023 – 33,84 KBFunktioniert mit firefox 48.0 und höher, android 48.0 bis 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;Quelltext steht unter der Mozilla Public License 2.0