Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.26 #2094

Merged
merged 107 commits into from
Aug 8, 2024
Merged

Release 2.26 #2094

merged 107 commits into from
Aug 8, 2024

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    9fa47c5 View commit details
    Browse the repository at this point in the history
  2. Add a placeholder

    Related to #1980
    zackkatz committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    acb40be View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Make more progress

    This needs to be DRY'd and improved, but it's looking pretty good.
    zackkatz committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    97e3f55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bdd2cc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    9f2c855 View commit details
    Browse the repository at this point in the history
  2. Generalize placeholders into a trait

    Traits allow us to not add too much into the abstract plugin and theme hooks class.
    
    To make a class function as a placeholder, you add `use GravityView_Functionality_Placeholder;` then implement the abstract methods.
    zackkatz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    52617a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f82f059 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba0a175 View commit details
    Browse the repository at this point in the history
  5. Simplify by a line

    zackkatz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    14b7c19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a885bbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a88f69 View commit details
    Browse the repository at this point in the history
  8. Improve the CSS a bit…

    zackkatz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bf97dbd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    a9762b7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Refactor placeholder design.

    - Extracted a placeholder.php template
    - Replaced `add_placeholder_hooks` with a more generic `add_inactive_hooks` when the plugin is inactive.
    - Removed the trait and opted for a Placeholder value object
    - Added `extra_nav_class` option to a metabox for displaying purposes.
    - Added a `gk/navigation/tab` hook to overwrite the navigtaion label HTML.
    - Added hooks before and after a metabox for additional rendering purposes.
    doekenorg committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1452e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fafa125 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. remove old css

    doekenorg committed May 22, 2024
    Configuration menu
    Copy the full SHA
    de1d6b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a337b74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c2cb27 View commit details
    Browse the repository at this point in the history
  4. RTL support for inline.

    doekenorg committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5330deb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62699c7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    8495347 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    a5b9f8e View commit details
    Browse the repository at this point in the history
  2. alternative styling

    doekenorg committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6cbcb2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f1590d View commit details
    Browse the repository at this point in the history
  4. use color variables

    doekenorg committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bba7f42 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Update @SInCE tags [ci skip]

    mrcasual committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    075ce8c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    b0cbf9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f2d21e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    9c9b2be View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    d4fe43f View commit details
    Browse the repository at this point in the history
  2. Fix changelog typo :)

    mrcasual committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e08426e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    a74e717 View commit details
    Browse the repository at this point in the history
  2. Remove hot files

    omarkasem committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7010f4c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    1036a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f0401 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    0fc033b View commit details
    Browse the repository at this point in the history
  2. codestyle [ci skip]

    doekenorg committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ae9521b View commit details
    Browse the repository at this point in the history
  3. Update changelog [ci skip]

    mrcasual committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5b35c8d View commit details
    Browse the repository at this point in the history
  4. Fix template selection for single entry layout on new fields (#2082)

    This PR addresses #2078. 
    
    When a field was added it referenced the dictionary template to retrieve
    the fields HTML. I've added a data-attribute on the add button that
    contains the correct template to send with the Ajax request.
    mrcasual authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    13faa73 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    6b225bf View commit details
    Browse the repository at this point in the history
  2. Bump braces from 3.0.2 to 3.0.3 in /future/includes/gutenberg

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9479333 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    3c3f558 View commit details
    Browse the repository at this point in the history
  2. Add micro-optimization

    For some reason, Code Profiler Pro is showing that this single method is taking a long time on certain pages of our own site. I don't know what's causing it, but it's easy to micro-optimize, so might as well.
    zackkatz committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a958ad6 View commit details
    Browse the repository at this point in the history
  3. Revert "Add micro-optimization"

    This reverts commit a958ad6.
    
    It broke the ability to edit Views!
    zackkatz committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ce910c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Remove merge tag functions from date,time fields and add a modifier f…

    …ormat function to handle both
    omarkasem committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2667b56 View commit details
    Browse the repository at this point in the history
  2. Formatting

    omarkasem committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    480b346 View commit details
    Browse the repository at this point in the history
  3. Simplifiy if statement

    omarkasem committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    fbc7d53 View commit details
    Browse the repository at this point in the history
  4. Formatting

    omarkasem committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3efbc2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76819b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    8115168 View commit details
    Browse the repository at this point in the history
  2. Fix select field styles

    omarkasem committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d3e1982 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    502496f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d55234 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1567fa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80d215d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update changelog [ci skip]

    doekenorg committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    963cdea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71a5f7b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    47b106b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Update changelog [ci skip]

    mrcasual committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    d33ca4d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Bump braces from 3.0.2 to 3.0.3 in /future/includes/gutenberg (#2083)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to
    3.0.3.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/micromatch/braces/commit/74b2db2938fad48a2ea54a9c8bf27a37a62c350d"><code>74b2db2</code></a>
    3.0.3</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/88f1429a0f47e1dd3813de35211fc97ffda27f9e"><code>88f1429</code></a>
    update eslint. lint, fix unit tests.</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/415d660c3002d1ab7e63dbf490c9851da80596ff"><code>415d660</code></a>
    Snyk js braces 6838727 (<a
    href="https://redirect.github.com/micromatch/braces/issues/40">#40</a>)</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/190510f79db1adf21d92798b0bb6fccc1f72c9d6"><code>190510f</code></a>
    fix tests, skip 1 test in test/braces.expand</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/716eb9f12d820b145a831ad678618731927e8856"><code>716eb9f</code></a>
    readme bump</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/a5851e57f45c3431a94d83fc565754bc10f5bbc3"><code>a5851e5</code></a>
    Merge pull request <a
    href="https://redirect.github.com/micromatch/braces/issues/37">#37</a>
    from coderaiser/fix/vulnerability</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/2092bd1fb108d2c59bd62e243b70ad98db961538"><code>2092bd1</code></a>
    feature: braces: add maxSymbols (<a
    href="https://github.com/micromatch/braces/issues/">https://github.com/micromatch/braces/issues/</a>...</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/9f5b4cf47329351bcb64287223ffb6ecc9a5e6d3"><code>9f5b4cf</code></a>
    fix: vulnerability (<a
    href="https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727">https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727</a>)</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/98414f9f1fabe021736e26836d8306d5de747e0d"><code>98414f9</code></a>
    remove funding file</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/665ab5d561c017a38ba7aafd92cc6655b91d8c14"><code>665ab5d</code></a>
    update keepEscaping doc (<a
    href="https://redirect.github.com/micromatch/braces/issues/27">#27</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/micromatch/braces/compare/3.0.2...3.0.3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=braces&package-manager=npm_and_yarn&previous-version=3.0.2&new-version=3.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/GravityKit/GravityView/network/alerts).
    
    </details>
    
    💾 [Build
    file](https://www.dropbox.com/scl/fi/1hl1setgh0cpdj8prugot/gravityview-2.25-947933355.zip?rlkey=n1xskwm1x02myyzv4u9x3tuq8&dl=1)
    (9479333).
    zackkatz authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7589d1a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Add code inline docs

    Related to #2089
    zackkatz committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0d3352f View commit details
    Browse the repository at this point in the history
  2. Limit the use of parameters to generate a cache key (#2089)

    We use the View settings object to generate a unique
    cache key that's used to query the database for entries
    and cache the results. While the query can be the same,
    the settings object can change during the request, so
    a duplicate query is executed.
    
    This limits those parameters to a "cache_atts" property on
    the settings object, which can be used to specifically control
    how the cache key is generated.
    mrcasual committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8e777a6 View commit details
    Browse the repository at this point in the history
  3. Add

    mrcasual committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a75ef65 View commit details
    Browse the repository at this point in the history
  4. Add additional parameters to generate a cache hash

    'caching' (controls View-specific caching behavior) and
    'caching-entries' (controls cache duration), along with
    the 'view_id', allow for a more granular control over
    the cached entries.
    mrcasual committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a198e66 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into issue/2081-shortcodes-inside-html-block-f…

    …ields-are-not-parsed-on-the-multiple-entries-page
    mrcasual committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ac0e61b View commit details
    Browse the repository at this point in the history
  6. Format code

    mrcasual committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e6c3d90 View commit details
    Browse the repository at this point in the history
  7. Update changelog [ci skip]

    mrcasual committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9656a07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c85e38 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Merge branch 'develop' into issue/2044-allow-entry-approval-to-be-cha…

    …nged-in-the-edit-entry-page
    mrcasual committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1d47618 View commit details
    Browse the repository at this point in the history
  2. Update changelog [ci skip]

    mrcasual committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d554976 View commit details
    Browse the repository at this point in the history
  3. Add approval field in edit entry and Save value after update (#2077)

    This implements #2044.
    
    - Added approval field as radio buttons in the edit form
    - Made the field id unique to be able to retrieve it later to update
    
    💾 [Build
    file](https://www.dropbox.com/scl/fi/7yhwoao9d542dq3l0fb8a/gravityview-2.25-3efbc2fb4.zip?rlkey=i1s7gdpd1xy89l5ufzz39m7hz&dl=1)
    (3efbc2f).
    mrcasual authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b7f749f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9485f04 View commit details
    Browse the repository at this point in the history
  5. Fix typo in filter name

    zackkatz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5fdb89d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c18a27c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9edd5b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    544c520 View commit details
    Browse the repository at this point in the history
  9. Update CSS build

    zackkatz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b4630dc View commit details
    Browse the repository at this point in the history
  10. Update readme.txt [ci skip]

    zackkatz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    578977a View commit details
    Browse the repository at this point in the history
  11. Make placeholder icons bigger on full card

    It looks better!
    zackkatz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    cb08dfa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0cefebe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5588173 View commit details
    Browse the repository at this point in the history
  14. Sanitize CSS

    This handles multi-rule strings while also sanitizing
    zackkatz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    49d64fd View commit details
    Browse the repository at this point in the history
  15. Fix docblocks

    zackkatz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    705f939 View commit details
    Browse the repository at this point in the history
  16. Tweak language

    zackkatz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    773973a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    2930ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e27e357 View commit details
    Browse the repository at this point in the history
  3. Update changelog [ci skip]

    mrcasual committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9cf1e4e View commit details
    Browse the repository at this point in the history
  4. Add Time and Date merge tag :format modifier (#2080)

    This implements #2040.
    
    - I created merge tags modifier 'format' for both time and date
    - The only thing that is not clear to me is when does this hook run
    gravityview/merge_tags/modifiers/value
    I tried a lot of values and modifiers but I can't get it to run so i can
    see if it has anything to do with date or time
    {Time:4:format:g:i a}
    {Date:3:format:m-d-Y}
    
    
    
    💾 [Build
    file](https://www.dropbox.com/scl/fi/x43gyurdn5r1utq1jklsv/gravityview-2.25-2930ecfc2.zip?rlkey=k25yotxfn9wb4krxi3sgcaffd&dl=1)
    (2930ecf).
    mrcasual authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8b0e5dd View commit details
    Browse the repository at this point in the history
  5. Fix docblock [ci skip]

    mrcasual committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2e9a5f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Format code

    mrcasual committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c369657 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into issue/2033-gravityview-view-gutenberg-blo…

    …ck-sort-field-accepts-only-numeric-input
    mrcasual committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3314c84 View commit details
    Browse the repository at this point in the history
  3. Update changelog [ci skip]

    mrcasual committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ccbb6c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    302437e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0683a34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97682d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    729b388 View commit details
    Browse the repository at this point in the history
  8. Compile assets [ci skip]

    mrcasual committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8a4468e View commit details
    Browse the repository at this point in the history
  9. Fix docblocks

    mrcasual committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    63692a2 View commit details
    Browse the repository at this point in the history
  10. Update changelog [ci skip]

    mrcasual committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5d52720 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b21a53b View commit details
    Browse the repository at this point in the history
  12. Functionality placeholders (#1981)

    - [x] Allow installing and activating inline
    - [x] Add check to see if license includes the plugin
    - [x] Make install AJAXified
    - [x] Ensure refresh after ajax install does not throw away any form
    data that has been changed
    
    Implements #1980 
    
    💾 [Build
    file](https://www.dropbox.com/scl/fi/48yocrkix0igb5om8eegg/gravityview-2.25-729b388b1.zip?rlkey=krez7ldrvk6ojxwt4vsi9wfrs&dl=1)
    (729b388).
    mrcasual authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    19725d5 View commit details
    Browse the repository at this point in the history
  13. Bump version to 2.26

    mrcasual committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    67038aa View commit details
    Browse the repository at this point in the history
  14. Update changelog [ci skip]

    mrcasual committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    09b00a4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d0daf63 View commit details
    Browse the repository at this point in the history
  16. Update title [ci skip]

    mrcasual committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3c59b74 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cac408c View commit details
    Browse the repository at this point in the history
  18. Update changelog [ci skip]

    mrcasual committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f438933 View commit details
    Browse the repository at this point in the history