Changeset 3214459
- Timestamp:
- 12/29/2024 02:59:07 PM (13 months ago)
- Location:
- frames-integration-for-farcaster
- Files:
-
- 6 edited
- 1 copied
-
tags/0.0.42 (copied) (copied from frames-integration-for-farcaster/trunk)
-
tags/0.0.42/frames-integration-for-farcaster.php (modified) (2 diffs)
-
tags/0.0.42/readme.txt (modified) (2 diffs)
-
tags/0.0.42/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/frames-integration-for-farcaster.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frames-integration-for-farcaster/tags/0.0.42/frames-integration-for-farcaster.php
r3214449 r3214459 11 11 * Plugin URI: https://davisshaver.com/frames-integration-for-farcaster/ 12 12 * Description: Frames Integration for Farcaster connects your WordPress site to Farcaster. 13 * Version: 0.0.4 113 * Version: 0.0.42 14 14 * Author: Davis Shaver 15 15 * Author URI: https://davisshaver.com/ … … 23 23 defined( 'ABSPATH' ) || exit; 24 24 25 define( 'FARCASTER_WP_VERSION', '0.0.4 1' );25 define( 'FARCASTER_WP_VERSION', '0.0.42' ); 26 26 27 27 define( 'FARCASTER_WP_API_NAMESPACE', 'farcaster-wp/v1' ); -
frames-integration-for-farcaster/tags/0.0.42/readme.txt
r3214449 r3214459 5 5 Requires at least: 6.7.0 6 6 Requires PHP: 7.0 7 Stable tag: 0.0.4 17 Stable tag: 0.0.42 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Changelog == 32 33 = 0.0.42 = 34 * Upload .org zip to Github 32 35 33 36 = 0.0.41 = -
frames-integration-for-farcaster/tags/0.0.42/vendor/composer/installed.php
r3214449 r3214459 2 2 'root' => array( 3 3 'name' => 'davisshaver/frames-integration-for-farcaster', 4 'pretty_version' => '0.0.4 1',5 'version' => '0.0.4 1.0',6 'reference' => ' e23b084c84fce68218f611e55a42b3fc4caadeab',4 'pretty_version' => '0.0.42', 5 'version' => '0.0.42.0', 6 'reference' => 'f710f879bc23f826f2a9358c1716a34796e3db9f', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'davisshaver/frames-integration-for-farcaster' => array( 14 'pretty_version' => '0.0.4 1',15 'version' => '0.0.4 1.0',16 'reference' => ' e23b084c84fce68218f611e55a42b3fc4caadeab',14 'pretty_version' => '0.0.42', 15 'version' => '0.0.42.0', 16 'reference' => 'f710f879bc23f826f2a9358c1716a34796e3db9f', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
frames-integration-for-farcaster/trunk/frames-integration-for-farcaster.php
r3214449 r3214459 11 11 * Plugin URI: https://davisshaver.com/frames-integration-for-farcaster/ 12 12 * Description: Frames Integration for Farcaster connects your WordPress site to Farcaster. 13 * Version: 0.0.4 113 * Version: 0.0.42 14 14 * Author: Davis Shaver 15 15 * Author URI: https://davisshaver.com/ … … 23 23 defined( 'ABSPATH' ) || exit; 24 24 25 define( 'FARCASTER_WP_VERSION', '0.0.4 1' );25 define( 'FARCASTER_WP_VERSION', '0.0.42' ); 26 26 27 27 define( 'FARCASTER_WP_API_NAMESPACE', 'farcaster-wp/v1' ); -
frames-integration-for-farcaster/trunk/readme.txt
r3214449 r3214459 5 5 Requires at least: 6.7.0 6 6 Requires PHP: 7.0 7 Stable tag: 0.0.4 17 Stable tag: 0.0.42 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Changelog == 32 33 = 0.0.42 = 34 * Upload .org zip to Github 32 35 33 36 = 0.0.41 = -
frames-integration-for-farcaster/trunk/vendor/composer/installed.php
r3214449 r3214459 2 2 'root' => array( 3 3 'name' => 'davisshaver/frames-integration-for-farcaster', 4 'pretty_version' => '0.0.4 1',5 'version' => '0.0.4 1.0',6 'reference' => ' e23b084c84fce68218f611e55a42b3fc4caadeab',4 'pretty_version' => '0.0.42', 5 'version' => '0.0.42.0', 6 'reference' => 'f710f879bc23f826f2a9358c1716a34796e3db9f', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'davisshaver/frames-integration-for-farcaster' => array( 14 'pretty_version' => '0.0.4 1',15 'version' => '0.0.4 1.0',16 'reference' => ' e23b084c84fce68218f611e55a42b3fc4caadeab',14 'pretty_version' => '0.0.42', 15 'version' => '0.0.42.0', 16 'reference' => 'f710f879bc23f826f2a9358c1716a34796e3db9f', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.