Changelog

This page shows the development history of WordPress Hooks Explorer based on git commits.

Updated Action Commit Message
2025-08-29 11:58 Add Add sitemap generation functionality and ensure output directory exists in deployment script
2025-08-27 13:50 Add Transform index page: remove filename/line columns, add descriptions/categories, enhance search/filtering
2025-08-27 13:32 Remove Remove redundant Home navigation and clean up header menu structure
2025-08-27 13:29 Update Standardize headers across all templates for consistency and professional appearance
2025-08-27 13:25 Update Make all changelog columns auto-width for optimal space utilization
2025-08-27 13:24 Update Optimize changelog: rename Date to Updated and set auto-width for better layout
2025-08-27 13:21 Add Add real-time JavaScript timestamps to changelog - always current without regeneration
2025-08-27 13:18 Fix Fix changelog parsing: separate date, action, and commit message columns correctly
2025-08-27 13:16 Update Improve changelog with relative dates and action categorization
2025-08-27 13:12 Add Remove auto-generated wp-hooks-explorer from git tracking and add to .gitignore
2025-08-27 13:09 Update Update about page template
2025-08-27 13:06 Update Update generated hook HTML files with latest changes
2025-08-27 13:05 Add Add automatically generated changelog from git commits
2025-08-27 13:05 Update Integrate changelog generation into main workflow
2025-08-27 13:05 Remove Clean up emoji icons from HTML templates for professional appearance
2025-08-27 12:44 Add feat: add hook source code context to show WordPress core usage
2025-08-27 12:40 Fix Fix PHP syntax highlighting in hook detail pages
2025-08-27 09:07 Remove style: remove icons from hook detail pages for clean professional design
2025-08-27 02:50 Fix fix: improve copy-to-clipboard functionality with comprehensive fallbacks
2025-08-27 02:49 Add feat: enhance hook detail pages and add automated environment setup
2025-08-27 02:28 Remove remove: delete legacy wordpress_hooks.html file
2025-08-27 02:27 Remove cleanup: remove hooks_viewer/ React app directory
2025-08-27 02:23 Refactor refactor: move legacy Python files to dedicated legacy/ directory
2025-08-27 02:16 Update Consolidate output to single wp-hooks-explorer/ directory
2025-08-27 02:08 Update Enhance deployment script with colorful step-by-step progress messages
2025-08-27 02:01 Add Update deployment script for SSH key authentication and new server path
2025-08-27 02:00 Refactor Restructure documentation: user-friendly README + technical CLAUDE.md
2025-08-27 01:58 Remove Remove legacy list_wordpress_hooks.py and update documentation
2025-08-27 01:56 Update Update documentation to reflect structured pipeline superiority
2025-08-27 01:40 Update Update generated WordPress hooks explorer with enhanced DataTables
2025-08-27 01:36 Update Enhance DataTables functionality and update documentation
2025-08-27 01:23 Update Refactor SFTP workflow to enhance error handling and logging
2024-08-11 11:03 Integrate Merge pull request #5 from fahdi/refactor/organize-code
2024-08-11 10:53 Add feat: Add functionality to zip local directory, upload it via SFTP, and extract on remote server
2024-08-11 10:39 Fix Fix the deployment script
2024-08-11 10:22 Add Add a deployment script
2024-08-11 09:33 Integrate Merge pull request #4 from fahdi/refactor/organize-code
2024-08-11 09:31 Update Improve PHPDoc parsing and display with Prism.js integration
2024-08-11 08:54 Integrate Merge pull request #1 from fahdi/refactor/organize-code
2024-08-11 08:42 Update Improve PHPDoc Parsing.
2024-08-11 08:38 Add Add more details to individual hook
2024-08-11 08:20 Add Add more details to individual hook
2024-08-10 22:31 Update Change hooks folder path to /hook/ to be backward compatible
2024-08-10 22:16 Update Update hook detail template
2024-08-10 22:03 Add Update about template add it's generator
2024-08-10 21:54 Update Update header into the template
2024-08-10 21:16 Update Update dynamic footer with current year and last commit id.
2024-08-10 21:10 Update Update README to have the latest info
2024-08-10 21:07 Update Enhance WordPress Hooks Explorer with DataTables and resource management
2024-08-10 20:34 Update Ignore _pycache folders
2024-08-10 15:42 Fix Improve WordPress Core handling and fix HTML generation
2024-08-10 15:24 Update Update main to first download WP Core and then use it for generating docs
2024-08-10 15:11 Add Add updated code to the new file structure
2024-08-10 14:48 Add Update the file that should update the project files with new code.
2024-08-10 14:32 Add Add the file that should update the project files with new code.
2024-08-10 14:31 Add Create the new scaffolded structure with python script
2024-08-10 12:09 Add Add a script to create new Python Structure as decided in new plan.
2024-08-10 12:07 Remove Remove .idea from repo
2024-08-10 11:56 Add New proposed design for further development
2023-04-06 00:40 Add Add python code to generate daily changelog HTML page.
2023-04-04 14:39 Add Newly generated files with parameters
2023-04-04 14:15 Add Add new funciton to get params and uopdate code that generates the parameter tables
2023-04-04 13:51 Add feat: Add a function to parse PHP function's docblock to extract parameter names and descriptions
2023-04-04 13:49 Update Implement function to retrieve parameters for a specific hook from a file path
2023-04-03 05:47 Update Ignore root path
2023-04-03 05:12 Update feat: Enhance HTML output with metadata and PHPDoc
2023-04-03 05:07 Add Improve PHPDoc extraction in find_php_doc function and add some additional markup and meta for SEO
2023-04-03 04:13 Add Adding the about page generator + the generated file
2023-04-03 03:18 Fix Fixed various file handling and regex issues in WordPress Hooks Explorer script
2023-04-02 14:36 Update feat: Enhance Python script and improve formatting
2023-03-24 22:01 Add 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 12:18 Add Adding new Python script which is an extension of the previous one for SEO purpose
2023-03-24 11:59 Add Adding a package.json file so the CSS and JS dependencies can be managed
2023-03-24 00:15 Update 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-23 23:18 Update 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 21:13 Update Generate individual Markdown files for each hook and link them in the React app
2023-03-23 21:00 Add Add README
2023-03-23 19:13 Add Add CSS and JS updates to the code for loading spinner
2023-03-22 17:20 Add Adding sortable table
2023-03-22 17:12 Update Turning it all into a react component
2023-03-22 16:28 Update Save hooks data as JSON file
2023-03-22 16:27 Update Update the script to list files with serial numbers
2023-03-22 16:20 Update Gneretae an HTML file containing a list of all the hooks
2023-03-22 16:14 Update Update the script to list hooks in all files
2023-03-22 15:52 Update Updated script to list all directories recursively
2023-03-22 10:15 Update Init: Search for WordPress hooks in a directory