Cronologia versioni di PHP Revival - 25 versioni
PHP Revival di Serhii
Attenzione alle versioni datate. Sono visualizzate solamente per scopi di test e di riferimento.È raccomandato usare sempre l’ultima versione di un componente aggiuntivo.
Ultima versione
Versione 2.11.1
Rilasciato 5 nov 2024 - 1,08 MBCompatibile con firefox58.0 e successive, android120.0 e successive- Improve page transition effect from the extension because it didn't work for FirefoxCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Scarica Firefox e installa l’estensioneDevi utilizzare Firefox per poter installare questa estensioneVersioni precedenti
Versione 2.11.0
Rilasciato 5 nov 2024 - 1,08 MBCompatibile con firefox58.0 e successive, android120.0 e successive- Improve page transition effect from the extension because it didn't work for FirefoxCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.10.2
Rilasciato 30 ott 2024 - 1,09 MBCompatibile con firefox58.0 e successive, android120.0 e successive- Bug fix on home page. The PHP logo wasn't showing up on the hero sectionCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.10.1
Rilasciato 5 ott 2024 - 1,09 MBCompatibile con firefox58.0 e successive, android120.0 e successive- 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 buttonCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.10.0
Rilasciato 4 ott 2024 - 1,09 MBCompatibile con firefox58.0 e successive, android120.0 e successive- 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 sidebarCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.9.0
Rilasciato 27 set 2024 - 979,64 kBCompatibile con firefox58.0 e successive, android120.0 e successive- 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 pagesCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.8.5
Rilasciato 10 set 2024 - 978,15 kBCompatibile con firefox58.0 e successive, android120.0 e successive- Fixed styles for the "Changelog" section on function page. `table-layout: fixed` wasn't a good solution for that tableCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.8.4
Rilasciato 9 set 2024 - 978,15 kBCompatibile con firefox58.0 e successive, android120.0 e successive- 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 rightCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.8.3
Rilasciato 10 ago 2024 - 978,12 kBCompatibile con firefox58.0 e successive, android120.0 e successive- 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 sidebarCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.8.1
Rilasciato 30 apr 2024 - 931,64 kBCompatibile con firefox48.0 e successive, android120.0 e successive- 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 navbarCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.8.0
Rilasciato 29 apr 2024 - 913,16 kBCompatibile con firefox48.0 e successive, android120.0 e successive- 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 pageCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.7.0
Rilasciato 23 apr 2024 - 817,14 kBCompatibile con firefox48.0 e successive, android120.0 e successive- 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.ioCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.6.1
Rilasciato 21 apr 2024 - 818,89 kBCompatibile con firefox48.0 e successive, android120.0 e successive- 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 buttonsCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.6.0
Rilasciato 18 apr 2024 - 37,12 kBCompatibile con firefox48.0 e successive, android120.0 e successive- 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 buttonCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.5.1
Rilasciato 6 apr 2024 - 35,23 kBCompatibile con firefox48.0 e successive, android120.0 e successive- 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 pageCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.5.0
Rilasciato 25 feb 2024 - 35,19 kBCompatibile con firefox48.0 e successive, android120.0 e successive- 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 nicerCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.4.0
Rilasciato 5 gen 2024 - 34,97 kBCompatibile con firefox48.0 e successive, android120.0 e successive- 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 sidebarCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.3.0
Rilasciato 4 gen 2024 - 34,21 kBCompatibile con firefox48.0 e successive, android120.0 e successive- 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 browserCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.2.9
Rilasciato 3 gen 2024 - 34,24 kBCompatibile con firefox48.0 e successive, android120.0 e successive- 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 4Codice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.2.8
Rilasciato 29 mag 2023 - 33,84 kBCompatibile con firefox48.0 e successive, android da 48.0 a 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;Codice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.2.7
Rilasciato 27 mag 2023 - 33,94 kBCompatibile con firefox48.0 e successive, android da 48.0 a 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;Codice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.2.6
Rilasciato 26 mag 2023 - 33,59 kBCompatibile con firefox48.0 e successive, android da 48.0 a 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;Codice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.2.5
Rilasciato 23 mag 2023 - 33,96 kBCompatibile con firefox48.0 e successive, android da 48.0 a 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;Codice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.2.4
Rilasciato 28 nov 2021 - 31,97 kBCompatibile con firefox48.0 e successive, android da 48.0 a 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.Codice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.2.3
Rilasciato 27 nov 2021 - 31,91 kBCompatibile con firefox48.0 e successive, android da 48.0 a 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.Codice sorgente rilasciato sotto licenza Mozilla Public License 2.0