Plugin Directory

Changeset 3055440

Timestamp:
03/20/2024 03:21:17 PM (5 months ago)
Author:
sean212
Message:

Update to version 1.3.2 from GitHub

Location:
rest-api-guard
Files:
58 added
2 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • rest-api-guard/tags/1.3.2/.gitignore

    r3042771 r3055440  
    1 # Build files
    2 build
    3 vendor
     1# Ignore file used during the push to the *-built branches.
     2.DS_Store
     3Thumbs.db
     4wp-cli.local.yml
     5node_modules/
     6*.sql
     7*.tar.gz
     8*.zip
     9.phpunit.result.cache
     10Dockerfile
     11output.log
     12tests
     13bin
    414composer.lock
    5 node_modules
    6 
    7 # Log files
    8 *.log
    9 
    10 # Cache files
    11 .phpcs/*.json
    12 .phpunit.result.cache
    13 
    14 # Ignore temporary OS files
    15 .DS_Store
    16 .DS_Store?
    17 .Spotlight-V100
    18 .Trashes
    19 ehthumbs.db
    20 Thumbs.db
    21 .thumbsdb
    22 
    23 # IDE files
    24 *.code-workspace
    25 .idea
    26 .vscode
     15phpcs.xml
     16phpunit.xml
     17configure.php
     18DOCKER_ENV
     19phpunit.xml
     20tests
     21.phpcs
     22Makefile
  • rest-api-guard/tags/1.3.2/README.md

    r3042772 r3055440  
    11# REST API Guard
    22
    3 Stable tag: 1.3.0
     3Stable tag: 1.3.
    44
    55Requires at least: 6.0
  • rest-api-guard/tags/1.3.2/plugin.php

    r3055438 r3055440  
    44 * Plugin URI: https://github.com/alleyinteractive/wp-rest-api-guard
    55 * Description: Restrict and control access to the REST API
    6  * Version: 1.3.0
     6 * Version: 1.3.
    77 * Author: Sean Fisher
    88 * Author URI: https://alley.com/
  • rest-api-guard/tags/1.3.2/readme.txt

    r3042772 r3055440  
    11=== REST API Guard ===
    2 Stable tag: 1.3.0
     2Stable tag: 1.3.
    33Requires at least: 6.0
    44Tested up to: 6.3
  • rest-api-guard/trunk/.gitignore

    r3042771 r3055440  
    1 # Build files
    2 build
    3 vendor
     1# Ignore file used during the push to the *-built branches.
     2.DS_Store
     3Thumbs.db
     4wp-cli.local.yml
     5node_modules/
     6*.sql
     7*.tar.gz
     8*.zip
     9.phpunit.result.cache
     10Dockerfile
     11output.log
     12tests
     13bin
    414composer.lock
    5 node_modules
    6 
    7 # Log files
    8 *.log
    9 
    10 # Cache files
    11 .phpcs/*.json
    12 .phpunit.result.cache
    13 
    14 # Ignore temporary OS files
    15 .DS_Store
    16 .DS_Store?
    17 .Spotlight-V100
    18 .Trashes
    19 ehthumbs.db
    20 Thumbs.db
    21 .thumbsdb
    22 
    23 # IDE files
    24 *.code-workspace
    25 .idea
    26 .vscode
     15phpcs.xml
     16phpunit.xml
     17configure.php
     18DOCKER_ENV
     19phpunit.xml
     20tests
     21.phpcs
     22Makefile
  • rest-api-guard/trunk/README.md

    r3042772 r3055440  
    11# REST API Guard
    22
    3 Stable tag: 1.3.0
     3Stable tag: 1.3.
    44
    55Requires at least: 6.0
  • rest-api-guard/trunk/plugin.php

    r3055438 r3055440  
    44 * Plugin URI: https://github.com/alleyinteractive/wp-rest-api-guard
    55 * Description: Restrict and control access to the REST API
    6  * Version: 1.3.0
     6 * Version: 1.3.
    77 * Author: Sean Fisher
    88 * Author URI: https://alley.com/
  • rest-api-guard/trunk/readme.txt

    r3042772 r3055440  
    11=== REST API Guard ===
    2 Stable tag: 1.3.0
     2Stable tag: 1.3.
    33Requires at least: 6.0
    44Tested up to: 6.3
Note: See TracChangeset for help on using the changeset viewer.