Plugin Directory

Changeset 3214459


Ignore:
Timestamp:
12/29/2024 02:59:07 PM (13 months ago)
Author:
davisshaver
Message:

Update to version 0.0.42 from GitHub

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

Legend:

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

    r3214449 r3214459  
    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.41
     13 * Version:           0.0.42
    1414 * Author:            Davis Shaver
    1515 * Author URI:        https://davisshaver.com/
     
    2323defined( 'ABSPATH' ) || exit;
    2424
    25 define( 'FARCASTER_WP_VERSION', '0.0.41' );
     25define( 'FARCASTER_WP_VERSION', '0.0.42' );
    2626
    2727define( 'FARCASTER_WP_API_NAMESPACE', 'farcaster-wp/v1' );
  • frames-integration-for-farcaster/tags/0.0.42/readme.txt

    r3214449 r3214459  
    55Requires at least: 6.7.0
    66Requires PHP: 7.0
    7 Stable tag: 0.0.41
     7Stable tag: 0.0.42
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3030
    3131== Changelog ==
     32
     33= 0.0.42 =
     34* Upload .org zip to Github
    3235
    3336= 0.0.41 =
  • frames-integration-for-farcaster/tags/0.0.42/vendor/composer/installed.php

    r3214449 r3214459  
    22    'root' => array(
    33        'name' => 'davisshaver/frames-integration-for-farcaster',
    4         'pretty_version' => '0.0.41',
    5         'version' => '0.0.41.0',
    6         'reference' => 'e23b084c84fce68218f611e55a42b3fc4caadeab',
     4        'pretty_version' => '0.0.42',
     5        'version' => '0.0.42.0',
     6        'reference' => 'f710f879bc23f826f2a9358c1716a34796e3db9f',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'davisshaver/frames-integration-for-farcaster' => array(
    14             'pretty_version' => '0.0.41',
    15             'version' => '0.0.41.0',
    16             'reference' => 'e23b084c84fce68218f611e55a42b3fc4caadeab',
     14            'pretty_version' => '0.0.42',
     15            'version' => '0.0.42.0',
     16            'reference' => 'f710f879bc23f826f2a9358c1716a34796e3db9f',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • frames-integration-for-farcaster/trunk/frames-integration-for-farcaster.php

    r3214449 r3214459  
    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.41
     13 * Version:           0.0.42
    1414 * Author:            Davis Shaver
    1515 * Author URI:        https://davisshaver.com/
     
    2323defined( 'ABSPATH' ) || exit;
    2424
    25 define( 'FARCASTER_WP_VERSION', '0.0.41' );
     25define( 'FARCASTER_WP_VERSION', '0.0.42' );
    2626
    2727define( 'FARCASTER_WP_API_NAMESPACE', 'farcaster-wp/v1' );
  • frames-integration-for-farcaster/trunk/readme.txt

    r3214449 r3214459  
    55Requires at least: 6.7.0
    66Requires PHP: 7.0
    7 Stable tag: 0.0.41
     7Stable tag: 0.0.42
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3030
    3131== Changelog ==
     32
     33= 0.0.42 =
     34* Upload .org zip to Github
    3235
    3336= 0.0.41 =
  • frames-integration-for-farcaster/trunk/vendor/composer/installed.php

    r3214449 r3214459  
    22    'root' => array(
    33        'name' => 'davisshaver/frames-integration-for-farcaster',
    4         'pretty_version' => '0.0.41',
    5         'version' => '0.0.41.0',
    6         'reference' => 'e23b084c84fce68218f611e55a42b3fc4caadeab',
     4        'pretty_version' => '0.0.42',
     5        'version' => '0.0.42.0',
     6        'reference' => 'f710f879bc23f826f2a9358c1716a34796e3db9f',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'davisshaver/frames-integration-for-farcaster' => array(
    14             'pretty_version' => '0.0.41',
    15             'version' => '0.0.41.0',
    16             'reference' => 'e23b084c84fce68218f611e55a42b3fc4caadeab',
     14            'pretty_version' => '0.0.42',
     15            'version' => '0.0.42.0',
     16            'reference' => 'f710f879bc23f826f2a9358c1716a34796e3db9f',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.