eb768d9090Fix: Properly target all settings rows, add plugin tile gutters, improve responsive padding
Marcus Quinn
2025-03-24 23:08:45 +00:00
1b548a59e2Fix: Improve targeting for General/Advanced tabs, add 75% breakpoint, add gutters to Free Plugin tiles
Marcus Quinn
2025-03-24 23:01:01 +00:00
03d9511f4bImprove settings layout: fix text overlap with chevrons, standardize width across tabs, enhance responsive behavior
Marcus Quinn
2025-03-24 22:57:33 +00:00
2b01f3523fFix: Target individual setting rows to limit width to 50% on desktop
Marcus Quinn
2025-03-24 22:48:08 +00:00
016f6000a6Limit settings width to 50% in General, Advanced, and Workflow tabs to match readme panel
Marcus Quinn
2025-03-24 22:45:33 +00:00
1cf243d5e1Fine-tune numbered list indentation - move 2px to the right
Marcus Quinn
2025-03-24 22:35:36 +00:00
09aebfcc98Fix numbered list indentation to match bullet lists with dedicated class and targeted CSS
Marcus Quinn
2025-03-24 22:33:07 +00:00
e00c627410Adjust numbered list indentation to match bullet list indentation
Marcus Quinn
2025-03-24 22:31:06 +00:00
c16e1d62fdComprehensive fix for list styling in readme with improved markdown parser and CSS
Marcus Quinn
2025-03-24 22:29:01 +00:00
ad2aba88a3Enhance list styling to ensure consistent display across all readme sections
Marcus Quinn
2025-03-24 22:24:31 +00:00
4de39fbd85Reduce left padding for numbered lists to visually align with bullet lists
Marcus Quinn
2025-03-24 22:21:40 +00:00
ea881f7691Standardize bullet and numbered list styling with consistent indentation and spacing
Marcus Quinn
2025-03-24 22:19:26 +00:00
19cd4d3355Add support for numbered lists in Read Me tab with consistent styling
Marcus Quinn
2025-03-24 22:17:38 +00:00
5a28089043Fix bullet list styling on Read Me tab with proper bullets and reduced line spacing
Marcus Quinn
2025-03-24 22:15:57 +00:00
9cd079206fFix Pricing buttons to always use green styling with dedicated class and CSS rules
Marcus Quinn
2025-03-24 22:11:04 +00:00
a82bd8b3f4Fix secondary button borders to ensure all are green with more specific CSS selectors
Marcus Quinn
2025-03-24 22:08:04 +00:00
7c6afdc8c7Fix button styling: green borders on all secondary buttons, vertical text alignment, and blue version text
Marcus Quinn
2025-03-24 22:05:55 +00:00
f8c098b5a1Update CSS to ensure secondary buttons on all tabs have green borders
Marcus Quinn
2025-03-24 22:03:00 +00:00
1eb732684bAdd green styling to secondary buttons and Visit Website button across the plugin
Marcus Quinn
2025-03-24 22:00:08 +00:00
a4b594c0e2Update Go Pro buttons to use darker green colors with consistent hover states
Marcus Quinn
2025-03-24 21:52:39 +00:00
5f90586044Add hover effect for Go Pro buttons to make green darker on hover
Marcus Quinn
2025-03-24 21:45:09 +00:00
a2b7ba6d72Rename About tab to Read Me and display README.md content
Marcus Quinn
2025-03-24 21:37:09 +00:00
e83dbcfff7Center About panel and make it responsive
Marcus Quinn
2025-03-24 21:32:15 +00:00
28f87f689eAdd About tab with markdown support
Marcus Quinn
2025-03-24 21:30:03 +00:00
5f195f8cfbRemove duplicate margin from plugin table to fix spacing
Marcus Quinn
2025-03-24 21:18:48 +00:00
d2e8cc858cAdd direct inline style to set 22px spacing between filter menu and plugin content
Marcus Quinn
2025-03-24 21:16:53 +00:00
dc6b1a046fSet consistent 22px top margin on plugin browser container
Marcus Quinn
2025-03-24 21:10:25 +00:00
221eefab9eReduce filter menu bottom margin from 25px to 22px for consistent spacing
Marcus Quinn
2025-03-24 21:07:27 +00:00
a81b6ac5a7Fix double padding issue in tab content spacing
Marcus Quinn
2025-03-24 21:05:24 +00:00
634f29eee7Refactor tab content spacing for consistent 22px gap across all sections
Marcus Quinn
2025-03-24 21:02:48 +00:00
e94a1d902dFix theme list spacing by adding !important to margin-top rule
Marcus Quinn
2025-03-24 20:59:50 +00:00
1c477aa0f2Standardize tab-to-content spacing to consistent 22px throughout plugin
Marcus Quinn
2025-03-24 20:55:14 +00:00
9108a5345cIncrease gap between tabs and content by 2px (padding-top: 20px → 22px)
Marcus Quinn
2025-03-24 20:51:40 +00:00
16d0d5e2efIncrease gap between tabs and content by 2px (padding-top: 20px → 22px)
Marcus Quinn
2025-03-24 20:51:27 +00:00
8fa4b67da9Preserve previous category order in dynamically generated Free Plugins menu
Marcus Quinn
2025-03-24 20:43:14 +00:00
673d4a60fdMake Free Plugins filter menu dynamically generated from data file
Marcus Quinn
2025-03-24 20:40:52 +00:00
4d671d5901Update Free Plugins filter menu to show all available categories
Marcus Quinn
2025-03-24 20:38:51 +00:00
0c96faaf60Fix loading spinner positioning on Free Plugins tab
Marcus Quinn
2025-03-24 20:34:15 +00:00
83d7debe54Fix security token verification in Free Plugins tab
Marcus Quinn
2025-03-24 20:28:33 +00:00
ccc57dc72bFix duplicate loading spinners in Free Plugins tab
Marcus Quinn
2025-03-24 20:26:28 +00:00
f0d00accafFix Free Plugins tab HTML structure and JS selectors
Marcus Quinn
2025-03-24 20:02:40 +00:00
19e6455abbFix free plugins tab loading and settings toggle error
Marcus Quinn
2025-03-24 19:59:15 +00:00
f7fb0c6545Restore original pro-plugins configuration data with updated function name
Marcus Quinn
2025-03-24 18:58:15 +00:00
9e1c077080Refactor plugin structure: - Rename pro-plugins-config.php to data/pro-plugins.php - Rename recommended-plugins.php to free-plugins.php - Rename class-recommended-plugins-manager.php to class-free-plugins-manager.php - Update all references throughout the codebase - Add enhanced hover effects to Go Pro buttons
Marcus Quinn
2025-03-24 18:42:24 +00:00
4bbcbe3d12Fix: Update admin menu registration to use correct class method
Marcus Quinn
2025-03-24 18:11:02 +00:00
46696eff87Fix: Resolve critical error by restoring pro plugins function and required includes
Marcus Quinn
2025-03-24 18:06:04 +00:00
8cef4c8868Code cleanup: Improved documentation and removed backward compatibility code
Marcus Quinn
2025-03-24 18:04:15 +00:00
da5d08587cUI Improvements: Center-aligned tabs and filters, standardized button styles
Marcus Quinn
2025-03-24 17:55:29 +00:00
c2276f4ebdFix: Ensure consistent padding in Theme tab matching other tabs
Marcus Quinn
2025-03-24 17:45:52 +00:00
b267156b68Fix: Ensure consistent padding across all tab content areas
Marcus Quinn
2025-03-24 17:43:14 +00:00
ddd64643c4Fix: Ensure consistent padding and wrapper structure across all tabs
Marcus Quinn
2025-03-24 17:36:48 +00:00
ddd2846171Fix: Add proper tab content padding and fix Theme tab loading issues
Marcus Quinn
2025-03-24 17:30:23 +00:00
4fe9d45ebaFix: Restore original tab order and fix method name mismatches to resolve critical errors
Marcus Quinn
2025-03-24 17:24:44 +00:00
ad489bddb5Refactor: Clean up settings.php by removing all HTML content and properly delegating to Admin Manager class
Marcus Quinn
2025-03-24 17:19:25 +00:00
5fdc3e277crefactor: move script and style enqueuing to Admin Manager class
Marcus Quinn
2025-03-24 17:09:11 +00:00
096c9be284refactor: move settings registration to Admin Manager class
Marcus Quinn
2025-03-24 17:07:41 +00:00
2b4e3cecd3refactor: move AJAX option handler to Admin Manager class
Marcus Quinn
2025-03-24 17:06:09 +00:00
d280ec197brefactor: create Admin Manager class and move menu registration
Marcus Quinn
2025-03-24 17:04:22 +00:00
5352b38348refactor: move Recommended Plugins tab to WP_Allstars_Recommended_Plugins_Manager class
Marcus Quinn
2025-03-24 16:31:46 +00:00
2405f98eb8refactor: move Hosting tab functionality to WP_Allstars_Hosting_Manager class
Marcus Quinn
2025-03-24 16:17:31 +00:00
24ffdf8950fix: theme tab loading by properly enqueuing required scripts
Marcus Quinn
2025-03-24 16:11:50 +00:00
93c3290b63refactor: move Theme tab functionality to WP_Allstars_Theme_Manager class
Marcus Quinn
2025-03-24 16:07:11 +00:00
436a829646ui: move Theme tab before Free Plugins tab in navigation
Marcus Quinn
2025-03-24 16:00:11 +00:00
20fb06a29efix: tools tab styling issues by making CSS classes consistent
Marcus Quinn
2025-03-24 15:57:47 +00:00
8fa2b00d7arefactor: move Settings and Tools tabs to dedicated classes
Marcus Quinn
2025-03-24 15:52:16 +00:00
f0ffa7e552refactor: move Pro Plugins section to dedicated class
Marcus Quinn
2025-03-24 15:38:44 +00:00
55d092d568Remove 'Version' prefix from version display in admin header
Marcus Quinn
2025-03-24 15:19:54 +00:00
1b02e8eb24Update version to v0.2.0 (Beta)
Marcus Quinn
2025-03-24 15:18:27 +00:00
c8835de92fFix theme tab critical error by adding required content section
Marcus Quinn
2025-03-24 15:15:36 +00:00
d9c710969bUpdate plugin card button styling for consistent UI
Marcus Quinn
2025-03-24 14:53:42 +00:00
2c68b66dbcFix plugin display issues in the Plugin Manager class
Marcus Quinn
2025-03-24 14:40:05 +00:00
9b0e7acd2dRefactor plugin functionality into Plugin Manager class
Marcus Quinn
2025-03-24 14:17:09 +00:00
930530cc96Add Coolify to hosting providers
Marcus Quinn
2025-03-24 14:04:48 +00:00
ecd3887bb9Restructure data arrays into separate files for improved maintainability
Marcus Quinn
2025-03-24 13:57:41 +00:00
84525b07b9Fix tab navigation styling to match reference plugin exactly: correct spacing, remove unwanted background, fix active tab color, and ensure proper styling of toggle elements
main
Marcus Quinn
2025-03-24 04:10:20 +00:00
4cf485041fImprove tab styling and refactor plugin architecture. Make Hosting tab class fully self-contained by internalizing data structures, fix CSS to match reference plugin, and remove duplicate function declarations.
Marcus Quinn
2025-03-24 03:59:41 +00:00
a7537a000cFix tab navigation styling and CSS class consistency. Update all wp-allstars and wpa- prefixes to seoprostack prefix for CSS classes, text domains, and selectors.
Marcus Quinn
2025-03-24 03:51:56 +00:00
3cf5f63174Fix refactoring issues in SEO Pro Stack plugin: Update CSS classes, text domains, and file references from wp-allstars to seoprostack
Marcus Quinn
2025-03-24 03:43:20 +00:00
a6fef6200fFix critical error in WordPress site
Marcus Quinn
2025-03-24 03:38:03 +00:00
1259843d4cMatch reference plugin structure and styling
Marcus Quinn
2025-03-24 03:32:53 +00:00
0e7b8a5cc6Maintain exact functionality with reference plugin
Marcus Quinn
2025-03-24 03:20:58 +00:00
6fc054f2bfFix plugin activation and critical errors
Marcus Quinn
2025-03-24 03:11:03 +00:00
7f4ea3ec0cFix fatal error: Address naming inconsistencies from WP Allstars to SEO Pro Stack refactoring
Marcus Quinn
2025-03-24 03:06:21 +00:00
f2929bb43aFix fatal error: Rename SEO_Pro_Stack_Auto_Upload class to SEOProStack_Auto_Upload to match autoloader naming convention
Marcus Quinn
2025-03-24 03:00:59 +00:00
918d19085aTest updated post-commit hook
Marcus Quinn
2025-03-24 02:53:09 +00:00
aee3cb91e2Rename plugin to wp-seoprostack-plugin, update file structure
Marcus Quinn
2025-03-24 02:48:06 +00:00
18b0a2c246Update admin settings for WP ALLSTARS plugin
Marcus Quinn
2025-03-23 02:47:36 +00:00
73cb3ffc9ctesting readme update
Marcus Quinn
2025-03-22 23:34:32 +00:00
4b0babde0cAdd newline at end of README.md for consistency
Marcus Quinn
2025-03-20 21:09:28 +00:00
8a9632167cEnhance .gitignore with WordPress-specific exclusions and development patterns
Marcus Quinn
2025-03-17 14:25:12 +00:00
127cd9e49aClean up README.md by removing test text and outdated timestamp
Marcus Quinn
2025-03-17 14:24:14 +00:00
7a5c5d8c0bUpdate version text color to dark orange
Marcus Quinn
2025-03-17 14:10:49 +00:00
bb1791740bTest auto-sync from terminal
Marcus Quinn
2025-03-17 14:04:03 +00:00
9302ea2ceaUpdate version text color to WordPress blue to match Documentation button
Marcus Quinn
2025-03-17 13:48:46 +00:00
c78b33ad65Improve version management to dynamically extract from plugin header
Marcus Quinn
2025-03-17 13:43:59 +00:00
1aec0d3de6Update version management to dynamically extract from plugin header
Marcus Quinn
2025-03-17 13:41:52 +00:00
41781daf58Update version number to 0.1.0 (Beta)
Marcus Quinn
2025-03-17 13:38:04 +00:00
1e0e391c7fClean up repo state
Marcus Quinn
2025-03-17 12:34:19 +00:00
ad061c1c8fUpdate README.md with comprehensive documentation
Marcus Quinn
2025-03-17 12:27:07 +00:00
eaf94a9e9eFix plugin icon positioning across all viewport sizes, especially at mobile breakpoints
Marcus Quinn
2025-03-17 04:48:10 +00:00