Changeset 3406979
- Timestamp:
- 12/01/2025 03:50:51 PM (4 months ago)
- Location:
- placeholders
- Files:
-
- 10 edited
- 1 copied
-
assets/banner-1544x500.png (modified) (1 prop) (previous)
-
assets/banner-772x250.png (modified) (1 prop) (previous)
-
assets/banner-772x250.svg (modified) (1 prop)
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
assets/icon.svg (modified) (1 prop)
-
tags/1.0.1 (copied) (copied from placeholders/trunk)
-
tags/1.0.1/placeholders.php (modified) (2 diffs)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/placeholders.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
placeholders/assets/banner-1544x500.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
placeholders/assets/banner-772x250.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
placeholders/assets/banner-772x250.svg
-
Property
svn:mime-type
set to
image/svg+xml
-
Property
svn:mime-type
set to
-
placeholders/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
placeholders/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
placeholders/assets/icon.svg
-
Property
svn:mime-type
set to
image/svg+xml
-
Property
svn:mime-type
set to
-
placeholders/tags/1.0.1/placeholders.php
r3406955 r3406979 4 4 * Plugin URI: https://github.com/whyisjake/placeholders 5 5 * Description: Gutenberg blocks for common ad placeholder sizes 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Jake Spurlock 8 8 * Author URI: https://jakespurlock.com … … 19 19 20 20 // Define plugin constants 21 define( 'PLACEHOLDERS_VERSION', '1.0. 0' );21 define( 'PLACEHOLDERS_VERSION', '1.0.1' ); 22 22 define( 'PLACEHOLDERS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 23 23 define( 'PLACEHOLDERS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
placeholders/tags/1.0.1/readme.txt
r3406955 r3406979 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 78 78 == Changelog == 79 79 80 = 1.0.1 = 81 * Add WordPress.org plugin assets (icons and banners) 82 * WordPress.org approved release 83 80 84 = 1.0.0 = 81 85 * Initial release -
placeholders/trunk/placeholders.php
r3406955 r3406979 4 4 * Plugin URI: https://github.com/whyisjake/placeholders 5 5 * Description: Gutenberg blocks for common ad placeholder sizes 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Jake Spurlock 8 8 * Author URI: https://jakespurlock.com … … 19 19 20 20 // Define plugin constants 21 define( 'PLACEHOLDERS_VERSION', '1.0. 0' );21 define( 'PLACEHOLDERS_VERSION', '1.0.1' ); 22 22 define( 'PLACEHOLDERS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 23 23 define( 'PLACEHOLDERS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
placeholders/trunk/readme.txt
r3406955 r3406979 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 78 78 == Changelog == 79 79 80 = 1.0.1 = 81 * Add WordPress.org plugin assets (icons and banners) 82 * WordPress.org approved release 83 80 84 = 1.0.0 = 81 85 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.