Changeset 3228355
- Timestamp:
- 01/25/2025 06:33:51 AM (14 months ago)
- Location:
- bp-pinned-feed-notices
- Files:
-
- 14 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/app (added)
-
tags/1.0.3/app/main (added)
-
tags/1.0.3/app/main/class-pinned-feed-notices-admin.php (added)
-
tags/1.0.3/app/main/class-pinned-feed-notices.php (added)
-
tags/1.0.3/assets (added)
-
tags/1.0.3/assets/css (added)
-
tags/1.0.3/assets/css/bp-pinned-feed-notices.css (added)
-
tags/1.0.3/assets/js (added)
-
tags/1.0.3/assets/js/bp-pinned-feed-notices.js (added)
-
tags/1.0.3/bp-pinned-feed-notices.php (added)
-
tags/1.0.3/index.php (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/bp-pinned-feed-notices.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-pinned-feed-notices/trunk/bp-pinned-feed-notices.php
r2889724 r3228355 14 14 * Plugin URI: https://gianniskipouros.com/bp-pinned-feed-notices/ 15 15 * Description: Add custom notices to the top of the main activity feed. 16 * Version: 1.0. 216 * Version: 1.0.3 17 17 * Author: Giannis Kipouros 18 18 * Author URI: https://gianniskipouros.com … … 32 32 * The version of the plugin. 33 33 */ 34 define( 'BPPFN_VERSION', '1.0. 2' );34 define( 'BPPFN_VERSION', '1.0.3' ); 35 35 } 36 36 -
bp-pinned-feed-notices/trunk/readme.txt
r2889724 r3228355 3 3 Tags: buddypress, feed, notices 4 4 Requires at least: 5.7 5 Tested up to: 6. 25 Tested up to: 6.7.1 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J7GGEGDD4XV5 9 9 License: GPLv2 or later … … 39 39 == Changelog == 40 40 41 = 1.0.3 = 42 * Update: WordPress 6.7.1 43 * Update: BuddyPress 14.3.3 44 41 45 = 1.0.2 = 42 46 * Update: WordPress 6.2
Note: See TracChangeset
for help on using the changeset viewer.