Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 9d8dev/next-wp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: plugin-v1.1.0
Choose a base ref
...
head repository: 9d8dev/next-wp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 22 files changed
  • 4 contributors

Commits on Nov 27, 2025

  1. Enhance README with images and updated Railway instructions

    Added images to the Railway section and updated instructions.
    brijr authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    75ef256 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. update next

    brijr committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    7e1e24e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Fix React Server Components CVE vulnerabilities

    Updated dependencies to fix Next.js and React CVE vulnerabilities.
    
    The fix-react2shell-next tool automatically updated the following packages to their secure versions:
    - next
    - react-server-dom-webpack
    - react-server-dom-parcel  
    - react-server-dom-turbopack
    
    All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.
    
    Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
    vercel[bot] committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    502e037 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from 9d8dev/vercel/react-server-components-cve…

    …-vu-guvcz3
    
    Fix React Server Components CVE vulnerabilities
    youngbloodcyb authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    0d9fef5 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2025

  1. update next to latest

    brijr committed Dec 28, 2025
    Configuration menu
    Copy the full SHA
    97928b6 View commit details
    Browse the repository at this point in the history
  2. Update README with demo and tutorial links

    Added links to live demo, video tutorial, and WooCommerce version.
    brijr authored Dec 28, 2025
    Configuration menu
    Copy the full SHA
    3af3a2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55921d9 View commit details
    Browse the repository at this point in the history
  4. update claude.md

    brijr committed Dec 28, 2025
    Configuration menu
    Copy the full SHA
    fc04029 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46e3d0c View commit details
    Browse the repository at this point in the history
  6. refactor archvie page

    brijr committed Dec 28, 2025
    Configuration menu
    Copy the full SHA
    86b4082 View commit details
    Browse the repository at this point in the history
  7. refactor duplicate types in filter.tsx, extract layout components, cr…

    …eate metadata utility
    brijr committed Dec 28, 2025
    Configuration menu
    Copy the full SHA
    1839ee7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf8d7f0 View commit details
    Browse the repository at this point in the history
  9. fix: proper pagination

       for WordPress getAll* functions
    
       - Add per_page: 100 to getAllCategories, getAllTags, getAllPages, getAllAuthors
       - Create getAllPostsForSitemap() that paginates through ALL posts
       - Rename getAllPosts to getRecentPosts with JSDoc warning about 100 limit
       - Fix sitemap URLs (/authors -> /posts/authors, etc.)
    brijr committed Dec 28, 2025
    Configuration menu
    Copy the full SHA
    7a763a7 View commit details
    Browse the repository at this point in the history
Loading