Changelog
- Init: Search for WordPress hooks in a directory 2023-03-22
- Updated script to list all directories recursively 2023-03-22
- Update the script to list hooks in all files 2023-03-22
- Gneretae an HTML file containing a list of all the hooks 2023-03-22
- Update the script to list files with serial numbers 2023-03-22
- Save hooks data as JSON file 2023-03-22
- Turning it all into a react component 2023-03-22
- Adding sortable table 2023-03-22
- Add CSS and JS updates to the code for loading spinner 2023-03-23
- Add README 2023-03-23
- Generate individual Markdown files for each hook and link them in the React app 2023-03-23
- Update the Python script to extract PHPDoc comments for each WordPress hook and incorporate this information into the generated Markdown files. This enhancement provides more context and details about the hooks in the documentation. 2023-03-23
- Ignore the initial directory path in JSON and Markdown file output Update the Python script to ignore the initial directory path when outputting information in JSON and Markdown files. This modification simplifies file paths in the output, making the information more concise and easier to read. 2023-03-24
- Adding a package.json file so the CSS and JS dependencies can be managed 2023-03-24
- Adding new Python script which is an extension of the previous one for SEO purpose 2023-03-24
- Add a header in HTML and also the footer This Python script includes the requested changes. It creates an file in the folder with a header containing the title and a project description paragraph. The footer has the copyright information for Fahad Murtaza aka iSuperCoder with the current year. 2023-03-24
- feat: Enhance Python script and improve formatting 2023-04-02
- Fixed various file handling and regex issues in WordPress Hooks Explorer script 2023-04-03
- Adding the about page generator + the generated file 2023-04-03
- Improve PHPDoc extraction in find_php_doc function and add some additional markup and meta for SEO 2023-04-03
- feat: Enhance HTML output with metadata and PHPDoc 2023-04-03
- Ignore root path 2023-04-03
- Implement function to retrieve parameters for a specific hook from a file path 2023-04-04
- feat: Add a function to parse PHP function's docblock to extract parameter names and descriptions 2023-04-04
- Add new funciton to get params and uopdate code that generates the parameter tables 2023-04-04
- Newly generated files with parameters 2023-04-04
- Add python code to generate daily changelog HTML page. 2023-04-06
- New proposed design for further development 2024-08-10
- Remove .idea from repo 2024-08-10
- Add a script to create new Python Structure as decided in new plan. 2024-08-10
- Create the new scaffolded structure with python script 2024-08-10
- Add the file that should update the project files with new code. 2024-08-10
- Update the file that should update the project files with new code. 2024-08-10
- Add updated code to the new file structure 2024-08-10
- Update main to first download WP Core and then use it for generating docs 2024-08-10
- Improve WordPress Core handling and fix HTML generation 2024-08-10
- Ignore _pycache folders 2024-08-10
- Enhance WordPress Hooks Explorer with DataTables and resource management 2024-08-10
- Update README to have the latest info 2024-08-10
- Update dynamic footer with current year and last commit id. 2024-08-10
- Update header into the template 2024-08-10
- Update about template add it's generator 2024-08-10
- Update hook detail template 2024-08-10
- Change hooks folder path to /hook/ to be backward compatible 2024-08-10
- Add more details to individual hook 2024-08-11
- Add more details to individual hook 2024-08-11
- Improve PHPDoc Parsing. 2024-08-11
- Improve PHPDoc parsing and display with Prism.js integration 2024-08-11
- Add a deployment script 2024-08-11
- Fix the deployment script 2024-08-11
- feat: Add functionality to zip local directory, upload it via SFTP, and extract on remote server 2024-08-11
- Remove old generated code 2024-08-11
- Add responsive datatable 2024-08-11
- Update main page to have Hook Name, Type and Description only. 2024-08-11
- Update main and single hook template to be more responsive 2024-08-11
- Move changelog file into new location 2024-08-11
- Update code for generating changelog 2024-08-11
- Rename changelog file 2024-08-11
- Add changelog generation into main 2024-08-11
- Create a new changlog template and add links to changelog everywhere! 2024-08-11
- Update the logo URL in header 2024-08-11
- Remove original project structure file. 2024-08-11
- Remove original project generation file. 2024-08-11
- Improve conditionals to completely remove sections if not available. 2024-08-11
- Update example usage code to better append such info to hook 2024-08-11
- fix broken link on about and improve hook detail template by adding code highligtign to all places. 2024-08-11
- Fix code highlight for single hooks 2024-08-11
- Add prism downloader to the resource manager 2024-08-11
- Remove Prism, add higlight.js 2024-08-11
- Fix datatable listing by removing description for now. 2024-08-11
- Refactor hook processing and display 2024-08-11
- Add in example section again 2024-08-11
- Add Usage Example for hooks wherever available. 2024-08-13