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: soderlind/additional-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ceca1b8
Choose a base ref
...
head repository: soderlind/additional-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 778c204
Choose a head ref
  • 14 commits
  • 10 files changed
  • 1 contributor

Commits on Jun 11, 2025

  1. Merge pull request #7 from soderlind/add/selfupdate

    Add plugin updater
    soderlind authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    f75e4fa View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Add package.json for additional-javascript project

    - Initialize package.json with project metadata including name, version, description, and author.
    - Define scripts for testing, version bumping, and localization tasks.
    - Specify repository and bug tracking information.
    - Include development dependency for wp-project-version-sync.
    soderlind committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    c8f50e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from soderlind/bump

    Add package.json for additional-javascript project
    soderlind authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    f8751a9 View commit details
    Browse the repository at this point in the history
  3. Update installation instructions in README.md for clarity and accuracy

    - Revised Quick Install section to provide clearer steps for downloading and uploading the plugin.
    - Added specific link to the latest plugin release zip file.
    - Enhanced Composer Install instructions with proper code formatting.
    - Clarified the Updates section to emphasize automatic update handling via GitHub.
    soderlind committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    9514009 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7c92ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25069a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    883c130 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Bump version to 1.1.2 and update stable tag in readme.txt. Added chan…

    …gelog entry for minor code improvements.
    soderlind committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    6cee73e View commit details
    Browse the repository at this point in the history
  2. Refactor plugin updater implementation

    - Replaced the existing `Additional_JavaScript_Updater` class with a more generic `GitHub_Plugin_Updater` class to enhance maintainability and reusability.
    - Updated `additional-javascript.php` to include the new updater class and initialize it with configuration parameters for GitHub integration.
    - Removed the old updater class file `class-additional-javascript-updater.php` to eliminate redundancy.
    - Added comprehensive documentation in `README-UPDATER.md` detailing the usage and configuration of the new updater class, including examples for basic and advanced setups.
    soderlind committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    d41fa74 View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.1.3 in additional-javascript.php, package.json, and…

    … readme.txt for release. Update stable tag to reflect the new version.
    soderlind committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    0ee0a1e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from soderlind/plugin/updater

    Plugin/updater
    soderlind authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    27baf86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22f2363 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Bump version to 1.1.4 in additional-javascript.php, package.json, pac…

    …kage-lock.json, and readme.txt. Update stable tag to reflect the new version. Adjusted version reference in installed.php for consistency. Enhanced class loading for the GitHub plugin updater.
    soderlind committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    3f973b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from soderlind/hotfix

    Bump version to 1.1.4 in additional-javascript.php, package.json, pac…
    soderlind authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    778c204 View commit details
    Browse the repository at this point in the history
Loading