Plugin Directory

Changeset 3280349


Ignore:
Timestamp:
04/23/2025 11:07:53 PM (11 months ago)
Author:
leodesouza
Message:
  • April Full Update: Descriptions and others improvements.
Location:
xpose-content
Files:
42 added
2 edited

Legend:

Unmodified
Added
Removed
  • xpose-content/trunk/readme.txt

    r3214217 r3280349  
    1 # Xpose Content | Content Manager
     1# WordPress Content Manager | Xpose Content
    22Contributors: leodesouza
    33Donate link: https://www.paypal.com/donate/?hosted_button_id=K7RGVSGZ7R2U8
    4 Tags: content, content manager, content marketing, content optimization, posts, pages, products, custom posts
     4Tags: content, content manager, content marketing, content optimization, custom posts, pages, posts, products, wordpress content manager, wordpress export tool, wordpress to excel export
    55Requires at least: 6.1
    6 Tested up to: 6.
    7 Stable tag: 0.9.
     6Tested up to: 6.8
     7Stable tag: 0.9.3
    88License: GPLv2 or later 
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313## Description
    14 With the plugin you got dashboards to view informations about:
     14Xpose 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:
    1515
    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.
    2022
    21 Check the size (in words count), publication and the last modified of each content.
     23The plugin also provides dashboards where you can view information about published content:
    2224
    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
     30In each Panel (Pages, Posts, Products and Custom Posts) you can export all published content to a spreadsheet (Excel).
     31
     32It is simple to manage published content and even plan new publications and materials for a Content Marketing Project with Xpose Content.
    2433
    2534### Build Status
     
    3645
    3746## Changelog
     47### 0.9.3
     48* April Full Update: Descriptions and others improvements.
    3849### 0.9.2
    3950* Xmas Update: Fixed the order in Posts by Type.
  • xpose-content/trunk/xpose-content.php

    r3214217 r3280349  
    44 * Plugin URI:        https://xposecontent.com/
    55 * 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.2
     6 * Version:           0.9.3
    77 * Author:            Leonardo de Souza
    88 * Author URI:        https://gestordeconteudo.com/
     
    125125function xpose_content_stylesheets(){
    126126    // Define the version as a timestamp or a static version number
    127     $version = '0.9.2';
     127    $version = '0.9.3';
    128128    // Enqueue the styles with versioning
    129129    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.