Changeset 3280349
- Timestamp:
- 04/23/2025 11:07:53 PM (11 months ago)
- Location:
- xpose-content
- Files:
-
- 42 added
- 2 edited
-
assets/icon-128x128.png (added)
-
tags/0.9.3 (added)
-
tags/0.9.3/assets (added)
-
tags/0.9.3/assets/css (added)
-
tags/0.9.3/assets/css/xc-all.css (added)
-
tags/0.9.3/assets/css/xc-styles.css (added)
-
tags/0.9.3/assets/fonts (added)
-
tags/0.9.3/assets/fonts/fa-brands-400.eot (added)
-
tags/0.9.3/assets/fonts/fa-brands-400.svg (added)
-
tags/0.9.3/assets/fonts/fa-brands-400.ttf (added)
-
tags/0.9.3/assets/fonts/fa-brands-400.woff (added)
-
tags/0.9.3/assets/fonts/fa-brands-400.woff2 (added)
-
tags/0.9.3/assets/fonts/fa-regular-400.eot (added)
-
tags/0.9.3/assets/fonts/fa-regular-400.svg (added)
-
tags/0.9.3/assets/fonts/fa-regular-400.ttf (added)
-
tags/0.9.3/assets/fonts/fa-regular-400.woff (added)
-
tags/0.9.3/assets/fonts/fa-regular-400.woff2 (added)
-
tags/0.9.3/assets/fonts/fa-solid-900.eot (added)
-
tags/0.9.3/assets/fonts/fa-solid-900.svg (added)
-
tags/0.9.3/assets/fonts/fa-solid-900.ttf (added)
-
tags/0.9.3/assets/fonts/fa-solid-900.woff (added)
-
tags/0.9.3/assets/fonts/fa-solid-900.woff2 (added)
-
tags/0.9.3/assets/images (added)
-
tags/0.9.3/assets/images/xpose-content-icon.png (added)
-
tags/0.9.3/includes (added)
-
tags/0.9.3/includes/footer-credits.php (added)
-
tags/0.9.3/languages (added)
-
tags/0.9.3/languages/xpose-content-pt_BR.mo (added)
-
tags/0.9.3/languages/xpose-content-pt_BR.po (added)
-
tags/0.9.3/languages/xpose-content.pot (added)
-
tags/0.9.3/readme.txt (added)
-
tags/0.9.3/views (added)
-
tags/0.9.3/views/xc-custom-export.php (added)
-
tags/0.9.3/views/xc-custom.php (added)
-
tags/0.9.3/views/xc-dash.php (added)
-
tags/0.9.3/views/xc-pages-export.php (added)
-
tags/0.9.3/views/xc-pages.php (added)
-
tags/0.9.3/views/xc-posts-export.php (added)
-
tags/0.9.3/views/xc-posts.php (added)
-
tags/0.9.3/views/xc-products-export.php (added)
-
tags/0.9.3/views/xc-products.php (added)
-
tags/0.9.3/xpose-content.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/xpose-content.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xpose-content/trunk/readme.txt
r3214217 r3280349 1 # Xpose Content | Content Manager1 # WordPress Content Manager | Xpose Content 2 2 Contributors: leodesouza 3 3 Donate link: https://www.paypal.com/donate/?hosted_button_id=K7RGVSGZ7R2U8 4 Tags: content, content manager, content marketing, content optimization, posts, pages, products, custom posts4 Tags: content, content manager, content marketing, content optimization, custom posts, pages, posts, products, wordpress content manager, wordpress export tool, wordpress to excel export 5 5 Requires at least: 6.1 6 Tested up to: 6. 67 Stable tag: 0.9. 26 Tested up to: 6.8 7 Stable tag: 0.9.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 ## Description 14 With the plugin you got dashboards to view informations about:14 Xpose Content is a WordPress plugin that works as a Content Manager. Once installed, the plugin provides a Dashboard where metrics about published posts are displayed: 15 15 16 * Posts 17 * Pages 18 * Products (ecommerce) 19 * Custom Posts 16 * Total Number of Posts; 17 * Posts by Type (According to Word Count); 18 * Posts by Month; 19 * Posts by Author; 20 * Top Posts (Largest Posts in Word Count); 21 * Posts by Categories. 20 22 21 Check the size (in words count), publication and the last modified of each content. 23 The plugin also provides dashboards where you can view information about published content: 22 24 23 The plugin does not make any changes, it only queries the database. 25 * Pages: Id, Title, Word Count, Modified Date, Created Date, and URL. 26 * Posts: Id, Title, Word Count, Modified Date, Created Date, Category, and URL. 27 * Products: Id, Title, Word Count, Modified Date, Created Date, and URL. 28 * Custom Posts: Id, Type, Title, Word Count, Modified Date, Created Date, and URL. 29 30 In each Panel (Pages, Posts, Products and Custom Posts) you can export all published content to a spreadsheet (Excel). 31 32 It is simple to manage published content and even plan new publications and materials for a Content Marketing Project with Xpose Content. 24 33 25 34 ### Build Status … … 36 45 37 46 ## Changelog 47 ### 0.9.3 48 * April Full Update: Descriptions and others improvements. 38 49 ### 0.9.2 39 50 * Xmas Update: Fixed the order in Posts by Type. -
xpose-content/trunk/xpose-content.php
r3214217 r3280349 4 4 * Plugin URI: https://xposecontent.com/ 5 5 * Description: Xpose Content is a plugin for managers who want to view and manage all the content of a WordPress project. Check the main metrics related to published content and export them to spreadsheets. 6 * Version: 0.9. 26 * Version: 0.9.3 7 7 * Author: Leonardo de Souza 8 8 * Author URI: https://gestordeconteudo.com/ … … 125 125 function xpose_content_stylesheets(){ 126 126 // Define the version as a timestamp or a static version number 127 $version = '0.9. 2';127 $version = '0.9.3'; 128 128 // Enqueue the styles with versioning 129 129 wp_enqueue_style( 'xc-styles', plugins_url( '/assets/css/xc-styles.css', __FILE__ ), array(), $version );
Note: See TracChangeset
for help on using the changeset viewer.