Plugin Directory

Changeset 3400971


Ignore:
Timestamp:
11/22/2025 02:25:47 PM (4 months ago)
Author:
jespermhl
Message:

Bump version to 1.2.1 and add .distignore to fix build process

Location:
image-copyright-manager/trunk
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • image-copyright-manager/trunk/CHANGELOG.txt

    r3400521 r3400971  
    44The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
    55and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     6
     7## [1.2.1] - 2025-11-22
     8### Fixed
     9- Fixed build process to exclude development files (node_modules, .gitignore, etc.) from the production zip.
    610
    711## [1.2.0] - 2025-11-21
  • image-copyright-manager/trunk/image-copyright-manager.php

    r3400521 r3400971  
    44 * Plugin URI:          https://mahelwebdesign.com/image-copyright-manager/
    55 * Description:         Adds a custom field for copyright information to WordPress media.
    6  * Version:             1.2.0
     6 * Version:             1.2.1
    77 * Requires at least:   6.4
    88 * Requires PHP:        7.4
  • image-copyright-manager/trunk/includes/class-imagcoma-core.php

    r3400521 r3400971  
    1212class IMAGCOMA_Core {
    1313
    14     const VERSION = '1.2.0';
     14    const VERSION = '1.2.1';
    1515   
    1616    const TEXT_DOMAIN = 'image-copyright-manager';
  • image-copyright-manager/trunk/languages/image-copyright-manager.pot

    r3400521 r3400971  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Image Copyright Manager 1.2.0\n"
     9"Project-Id-Version: Image Copyright Manager 1.2.1\n"
    1010"Report-Msgid-Bugs-To: info@mahelwebdesign.com\n"
    11 "POT-Creation-Date: 2025-01-27 12:00+0000\n"
     11"POT-Creation-Date: 2025-11-22 16:24+0100\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: Mahel Webdesign <info@mahelwebdesign.com>\n"
  • image-copyright-manager/trunk/package.json

    r3400521 r3400971  
    11{
    22    "name": "image-copyright-manager",
    3     "version": "1.2.0",
     3    "version": "1.2.1",
    44    "description": "Adds a custom field for copyright information to WordPress media.",
    55    "main": "image-copyright-manager.php",
  • image-copyright-manager/trunk/readme.txt

    r3400521 r3400971  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8787== Changelog ==
    8888
     89= 1.2.1 =
     90- Fixed build process to exclude development files from the production zip.
     91
    8992= 1.2.0 =
    9093- Moved copyright input field to Media Modal interface
     
    104107
    105108== Upgrade Notice ==
     109
     110= 1.2.1 =
     111Fixed build process to exclude development files.
    106112
    107113= 1.2.0 =
Note: See TracChangeset for help on using the changeset viewer.