Changeset 2387816
- Timestamp:
- 09/24/2020 03:53:16 PM (6 years ago)
- Location:
- croct
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from croct/trunk)
-
tags/1.0.3/croct.php (modified) (1 diff)
-
tags/1.0.3/src/Admin/Metabox/InterestMetabox.php (modified) (1 diff)
-
tags/1.0.3/src/Plugin.php (modified) (1 diff)
-
trunk/croct.php (modified) (1 diff)
-
trunk/src/Admin/Metabox/InterestMetabox.php (modified) (1 diff)
-
trunk/src/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
croct/tags/1.0.3/croct.php
r2387374 r2387816 6 6 * Plugin Name: Croct 7 7 * Plugin URI: https://croct.com/wordpress 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 * Description: Content Personalization for WordPress. 10 10 * Requires at least: 4.0 -
croct/tags/1.0.3/src/Admin/Metabox/InterestMetabox.php
r2384748 r2387816 149 149 } 150 150 151 return \array_ unique(\array_merge(...$interests));151 return \array_values(\array_unique(\array_merge(...$interests))); 152 152 } 153 153 } -
croct/tags/1.0.3/src/Plugin.php
r2387374 r2387816 13 13 final class Plugin 14 14 { 15 const VERSION = '1.0. 2';15 const VERSION = '1.0.3'; 16 16 17 17 const OPTIONS_GROUP = 'croct'; -
croct/trunk/croct.php
r2387374 r2387816 6 6 * Plugin Name: Croct 7 7 * Plugin URI: https://croct.com/wordpress 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 * Description: Content Personalization for WordPress. 10 10 * Requires at least: 4.0 -
croct/trunk/src/Admin/Metabox/InterestMetabox.php
r2384748 r2387816 149 149 } 150 150 151 return \array_ unique(\array_merge(...$interests));151 return \array_values(\array_unique(\array_merge(...$interests))); 152 152 } 153 153 } -
croct/trunk/src/Plugin.php
r2387374 r2387816 13 13 final class Plugin 14 14 { 15 const VERSION = '1.0. 2';15 const VERSION = '1.0.3'; 16 16 17 17 const OPTIONS_GROUP = 'croct';
Note: See TracChangeset
for help on using the changeset viewer.