Plugin Directory

Changeset 3413842


Ignore:
Timestamp:
12/08/2025 05:20:20 AM (4 months ago)
Author:
contentstudio
Message:

Prepare version 1.4.1 release

Location:
contentstudio/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contentstudio/trunk/contentstudio-plugin.php

    r3412182 r3413842  
    33Plugin Name: ContentStudio
    44Description: ContentStudio provides you with powerful blogging & social media tools to keep your audience hooked by streamlining the process for you to discover and share engaging content on multiple blogging & social media networks
    5 Version: 1.4.0
     5Version: 1.4.1
    66Author: ContentStudio
    77Author URI: http://contentstudio.io/
     
    5757        protected $assets = 'https://contentstudio.io/img';
    5858
    59         private $version = '1.4.0';
     59        private $version = '1.4.1';
    6060
    6161        protected $contentstudio_id = '';
  • contentstudio/trunk/readme.txt

    r3412182 r3413842  
    55Requires at least: 5.8
    66Tested up to: 6.9
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    8181
    8282= 1.4.0 =
     83* Missing file issue fixed
     84
     85= 1.4.0 =
    8386* SECURITY: Fixed arbitrary file upload vulnerability (CVE-2025-12181) - Now validates file types before saving
    8487* SECURITY: Fixed CSRF vulnerability in settings (CVE-2025-13144) - Nonce verification is now mandatory
Note: See TracChangeset for help on using the changeset viewer.