Plugin Directory

Changeset 3214444


Ignore:
Timestamp:
12/29/2024 02:18:35 PM (15 months ago)
Author:
davisshaver
Message:

Update to version 0.0.40 from GitHub

Location:
frames-integration-for-farcaster
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • frames-integration-for-farcaster/tags/0.0.40/frames-integration-for-farcaster.php

    r3214441 r3214444  
    1111 * Plugin URI:        https://davisshaver.com/frames-integration-for-farcaster/
    1212 * Description:       Frames Integration for Farcaster connects your WordPress site to Farcaster.
    13  * Version:           0.0.39
     13 * Version:           0.0.40
    1414 * Author:            Davis Shaver
    1515 * Author URI:        https://davisshaver.com/
     
    2323defined( 'ABSPATH' ) || exit;
    2424
    25 define( 'FARCASTER_WP_VERSION', '0.0.39' );
     25define( 'FARCASTER_WP_VERSION', '0.0.40' );
    2626
    2727define( 'FARCASTER_WP_API_NAMESPACE', 'farcaster-wp/v1' );
  • frames-integration-for-farcaster/tags/0.0.40/readme.txt

    r3214441 r3214444  
    55Requires at least: 6.7.0
    66Requires PHP: 7.0
    7 Stable tag: 0.0.39
     7Stable tag: 0.0.40
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3131== Changelog ==
    3232
     33= 0.0.40 =
     34* Add attestations on Github
     35
    3336= 0.0.39 =
    3437* Update excluded files
  • frames-integration-for-farcaster/tags/0.0.40/vendor/composer/installed.php

    r3214441 r3214444  
    22    'root' => array(
    33        'name' => 'davisshaver/frames-integration-for-farcaster',
    4         'pretty_version' => '0.0.39',
    5         'version' => '0.0.39.0',
    6         'reference' => 'fe20957216901a1c2db92131dbe02545946880a0',
     4        'pretty_version' => '0.0.40',
     5        'version' => '0.0.40.0',
     6        'reference' => 'd202eb5b83c4651752974ffeeb5e5ba723062a0d',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'davisshaver/frames-integration-for-farcaster' => array(
    14             'pretty_version' => '0.0.39',
    15             'version' => '0.0.39.0',
    16             'reference' => 'fe20957216901a1c2db92131dbe02545946880a0',
     14            'pretty_version' => '0.0.40',
     15            'version' => '0.0.40.0',
     16            'reference' => 'd202eb5b83c4651752974ffeeb5e5ba723062a0d',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • frames-integration-for-farcaster/trunk/frames-integration-for-farcaster.php

    r3214441 r3214444  
    1111 * Plugin URI:        https://davisshaver.com/frames-integration-for-farcaster/
    1212 * Description:       Frames Integration for Farcaster connects your WordPress site to Farcaster.
    13  * Version:           0.0.39
     13 * Version:           0.0.40
    1414 * Author:            Davis Shaver
    1515 * Author URI:        https://davisshaver.com/
     
    2323defined( 'ABSPATH' ) || exit;
    2424
    25 define( 'FARCASTER_WP_VERSION', '0.0.39' );
     25define( 'FARCASTER_WP_VERSION', '0.0.40' );
    2626
    2727define( 'FARCASTER_WP_API_NAMESPACE', 'farcaster-wp/v1' );
  • frames-integration-for-farcaster/trunk/readme.txt

    r3214441 r3214444  
    55Requires at least: 6.7.0
    66Requires PHP: 7.0
    7 Stable tag: 0.0.39
     7Stable tag: 0.0.40
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3131== Changelog ==
    3232
     33= 0.0.40 =
     34* Add attestations on Github
     35
    3336= 0.0.39 =
    3437* Update excluded files
  • frames-integration-for-farcaster/trunk/vendor/composer/installed.php

    r3214441 r3214444  
    22    'root' => array(
    33        'name' => 'davisshaver/frames-integration-for-farcaster',
    4         'pretty_version' => '0.0.39',
    5         'version' => '0.0.39.0',
    6         'reference' => 'fe20957216901a1c2db92131dbe02545946880a0',
     4        'pretty_version' => '0.0.40',
     5        'version' => '0.0.40.0',
     6        'reference' => 'd202eb5b83c4651752974ffeeb5e5ba723062a0d',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'davisshaver/frames-integration-for-farcaster' => array(
    14             'pretty_version' => '0.0.39',
    15             'version' => '0.0.39.0',
    16             'reference' => 'fe20957216901a1c2db92131dbe02545946880a0',
     14            'pretty_version' => '0.0.40',
     15            'version' => '0.0.40.0',
     16            'reference' => 'd202eb5b83c4651752974ffeeb5e5ba723062a0d',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.