Plugin Directory

Changeset 3400998


Ignore:
Timestamp:
11/22/2025 03:22:04 PM (4 months ago)
Author:
jespermhl
Message:

Update to version 1.2.2 from GitHub

Location:
image-copyright-manager
Files:
2 added
12 deleted
11 edited
1 copied

Legend:

Unmodified
Added
Removed
  • image-copyright-manager/assets/icon.svg

    • Property svn:mime-type set to image/svg+xml
  • image-copyright-manager/tags/1.2.2/CHANGELOG.txt

    r3400971 r3400998  
    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.2] - 2025-11-22
     8### Added
     9- Added sortable Copyright column to Media Library list view
     10- Improved admin interface for managing copyright information
     11
    612
    713## [1.2.1] - 2025-11-22
  • image-copyright-manager/tags/1.2.2/image-copyright-manager.php

    r3400971 r3400998  
    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.1
     6 * Version:             1.2.2
    77 * Requires at least:   6.4
    88 * Requires PHP:        7.4
  • image-copyright-manager/tags/1.2.2/includes/class-imagcoma-core.php

    r3400971 r3400998  
    1212class IMAGCOMA_Core {
    1313
    14     const VERSION = '1.2.1';
     14    const VERSION = '1.2.2';
    1515   
    1616    const TEXT_DOMAIN = 'image-copyright-manager';
     
    3131        new IMAGCOMA_Settings();
    3232        new IMAGCOMA_Display();
     33        new IMAGCOMA_Admin_Columns();
    3334    }
    3435   
     
    3940        require_once IMAGCOMA_PLUGIN_DIR . 'includes/class-imagcoma-display.php';
    4041        require_once IMAGCOMA_PLUGIN_DIR . 'includes/class-imagcoma-utils.php';
     42        require_once IMAGCOMA_PLUGIN_DIR . 'includes/class-imagcoma-admin-columns.php';
    4143    }
    4244   
  • image-copyright-manager/tags/1.2.2/languages/image-copyright-manager.pot

    r3400971 r3400998  
    1 # Image Copyright Manager
    2 # Copyright (C) 2025 Mahel Webdesign
     1# Copyright (C) 2025 Image Copyright Manager
    32# This file is distributed under the same license as the Image Copyright Manager package.
    4 # Mahel Webdesign <info@mahelwebdesign.com>, 2025.
    5 #
    6 #, fuzzy
    73msgid ""
    84msgstr ""
    9 "Project-Id-Version: Image Copyright Manager 1.2.1\n"
    10 "Report-Msgid-Bugs-To: info@mahelwebdesign.com\n"
    11 "POT-Creation-Date: 2025-11-22 16:24+0100\n"
    12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    13 "Last-Translator: Mahel Webdesign <info@mahelwebdesign.com>\n"
    14 "Language-Team: English <en@li.org>\n"
    15 "Language: en\n"
     5"Project-Id-Version: Image Copyright Manager\n"
    166"MIME-Version: 1.0\n"
    177"Content-Type: text/plain; charset=UTF-8\n"
    188"Content-Transfer-Encoding: 8bit\n"
     9"POT-Creation-Date: 2025-11-22 15:11+0000\n"
     10"X-Poedit-Basepath: ..\n"
     11"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
     12"X-Poedit-SearchPath-0: .\n"
     13"X-Poedit-SearchPathExcluded-0: *.js\n"
     14"X-Poedit-SourceCharset: UTF-8\n"
     15"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1916
    20 #: includes/class-imagcoma-shortcodes.php:22
     17#: ../image-copyright-manager.php:37, ../includes/class-imagcoma-core.php:49
     18msgid "Copyright: {copyright}"
     19msgstr ""
     20
     21#: ../includes/class-imagcoma-admin-columns.php:29
     22msgid "Copyright"
     23msgstr ""
     24
     25#: ../includes/class-imagcoma-meta-boxes.php:25
     26msgid "Copyright Info"
     27msgstr ""
     28
     29#: ../includes/class-imagcoma-meta-boxes.php:28
     30msgid "Enter copyright information. HTML links are allowed."
     31msgstr ""
     32
     33#: ../includes/class-imagcoma-meta-boxes.php:34
     34msgid "Display Copyright"
     35msgstr ""
     36
     37#: ../includes/class-imagcoma-meta-boxes.php:36
     38msgid "Display copyright text under this image"
     39msgstr ""
     40
     41#: ../includes/class-imagcoma-settings.php:21
     42msgid "Image Copyright Manager"
     43msgstr ""
     44
     45#: ../includes/class-imagcoma-settings.php:22
     46msgid "Image Copyright"
     47msgstr ""
     48
     49#: ../includes/class-imagcoma-settings.php:34
     50msgid "General Settings"
     51msgstr ""
     52
     53#: ../includes/class-imagcoma-settings.php:41
     54msgid "Display Text Format"
     55msgstr ""
     56
     57#: ../includes/class-imagcoma-settings.php:49
     58msgid "Enable CSS Styling"
     59msgstr ""
     60
     61#: ../includes/class-imagcoma-settings.php:59
     62msgid "Image Copyright Manager Settings"
     63msgstr ""
     64
     65#: ../includes/class-imagcoma-settings.php:70
     66msgid "Usage Instructions"
     67msgstr ""
     68
     69#: ../includes/class-imagcoma-settings.php:71
     70msgid "1. Go to Media Library and edit any image to add copyright information."
     71msgstr ""
     72
     73#: ../includes/class-imagcoma-settings.php:72
     74msgid "2. Use the [imagcoma] shortcode to display all images with copyright information."
     75msgstr ""
     76
     77#: ../includes/class-imagcoma-settings.php:73
     78msgid "3. Copyright information will automatically display under images when enabled."
     79msgstr ""
     80
     81#: ../includes/class-imagcoma-settings.php:80
     82msgid "Configure how copyright information is displayed on your website."
     83msgstr ""
     84
     85#: ../includes/class-imagcoma-settings.php:93
     86msgid "Use {copyright} as placeholder for the actual copyright text"
     87msgstr ""
     88
     89#: ../includes/class-imagcoma-settings.php:108
     90msgid "Enable CSS styling for copyright information."
     91msgstr ""
     92
     93#: ../includes/class-imagcoma-settings.php:111
     94msgid "When disabled, copyright information will be displayed without custom styling."
     95msgstr ""
     96
     97#: ../includes/class-imagcoma-shortcodes.php:22
    2198msgid "Image Sources"
    2299msgstr ""
    23100
    24 #: includes/class-imagcoma-shortcodes.php:24
    25 msgid "No image sources with copyright information found."
     101#: ../includes/class-imagcoma-shortcodes.php:24
     102msgid "No images with copyright information found."
    26103msgstr ""
    27104
    28 #: includes/class-imagcoma-shortcodes.php:25
     105#: ../includes/class-imagcoma-shortcodes.php:25
    29106msgid "Copyright:"
    30107msgstr ""
    31108
    32 #: includes/class-imagcoma-shortcodes.php:26
     109#: ../includes/class-imagcoma-shortcodes.php:26
    33110msgid "View Media"
    34111msgstr ""
    35 
    36 #: includes/class-imagcoma-settings.php:21
    37 msgid "Image Copyright Manager"
    38 msgstr ""
    39 
    40 #: includes/class-imagcoma-settings.php:22
    41 msgid "Image Copyright"
    42 msgstr ""
    43 
    44 #: includes/class-imagcoma-settings.php:34
    45 msgid "General Settings"
    46 msgstr ""
    47 
    48 #: includes/class-imagcoma-settings.php:41
    49 msgid "Display Text Format"
    50 msgstr ""
    51 
    52 #: includes/class-imagcoma-core.php:47 image-copyright-manager.php:37
    53 msgid "Copyright: {copyright}"
    54 msgstr ""
    55 
    56 #: includes/class-imagcoma-meta-boxes.php:27
    57 msgid "Copyright Information"
    58 msgstr ""
  • image-copyright-manager/tags/1.2.2/readme.txt

    r3400971 r3400998  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8787== Changelog ==
    8888
     89= 1.2.2 =
     90- Added sortable Copyright column to Media Library list view
     91- Improved admin interface for managing copyright information
     92
    8993= 1.2.1 =
    9094- Fixed build process to exclude development files from the production zip.
  • image-copyright-manager/trunk/CHANGELOG.txt

    r3400971 r3400998  
    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.2] - 2025-11-22
     8### Added
     9- Added sortable Copyright column to Media Library list view
     10- Improved admin interface for managing copyright information
     11
    612
    713## [1.2.1] - 2025-11-22
  • image-copyright-manager/trunk/image-copyright-manager.php

    r3400971 r3400998  
    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.1
     6 * Version:             1.2.2
    77 * Requires at least:   6.4
    88 * Requires PHP:        7.4
  • image-copyright-manager/trunk/includes/class-imagcoma-core.php

    r3400971 r3400998  
    1212class IMAGCOMA_Core {
    1313
    14     const VERSION = '1.2.1';
     14    const VERSION = '1.2.2';
    1515   
    1616    const TEXT_DOMAIN = 'image-copyright-manager';
     
    3131        new IMAGCOMA_Settings();
    3232        new IMAGCOMA_Display();
     33        new IMAGCOMA_Admin_Columns();
    3334    }
    3435   
     
    3940        require_once IMAGCOMA_PLUGIN_DIR . 'includes/class-imagcoma-display.php';
    4041        require_once IMAGCOMA_PLUGIN_DIR . 'includes/class-imagcoma-utils.php';
     42        require_once IMAGCOMA_PLUGIN_DIR . 'includes/class-imagcoma-admin-columns.php';
    4143    }
    4244   
  • image-copyright-manager/trunk/languages/image-copyright-manager.pot

    r3400971 r3400998  
    1 # Image Copyright Manager
    2 # Copyright (C) 2025 Mahel Webdesign
     1# Copyright (C) 2025 Image Copyright Manager
    32# This file is distributed under the same license as the Image Copyright Manager package.
    4 # Mahel Webdesign <info@mahelwebdesign.com>, 2025.
    5 #
    6 #, fuzzy
    73msgid ""
    84msgstr ""
    9 "Project-Id-Version: Image Copyright Manager 1.2.1\n"
    10 "Report-Msgid-Bugs-To: info@mahelwebdesign.com\n"
    11 "POT-Creation-Date: 2025-11-22 16:24+0100\n"
    12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    13 "Last-Translator: Mahel Webdesign <info@mahelwebdesign.com>\n"
    14 "Language-Team: English <en@li.org>\n"
    15 "Language: en\n"
     5"Project-Id-Version: Image Copyright Manager\n"
    166"MIME-Version: 1.0\n"
    177"Content-Type: text/plain; charset=UTF-8\n"
    188"Content-Transfer-Encoding: 8bit\n"
     9"POT-Creation-Date: 2025-11-22 15:11+0000\n"
     10"X-Poedit-Basepath: ..\n"
     11"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
     12"X-Poedit-SearchPath-0: .\n"
     13"X-Poedit-SearchPathExcluded-0: *.js\n"
     14"X-Poedit-SourceCharset: UTF-8\n"
     15"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1916
    20 #: includes/class-imagcoma-shortcodes.php:22
     17#: ../image-copyright-manager.php:37, ../includes/class-imagcoma-core.php:49
     18msgid "Copyright: {copyright}"
     19msgstr ""
     20
     21#: ../includes/class-imagcoma-admin-columns.php:29
     22msgid "Copyright"
     23msgstr ""
     24
     25#: ../includes/class-imagcoma-meta-boxes.php:25
     26msgid "Copyright Info"
     27msgstr ""
     28
     29#: ../includes/class-imagcoma-meta-boxes.php:28
     30msgid "Enter copyright information. HTML links are allowed."
     31msgstr ""
     32
     33#: ../includes/class-imagcoma-meta-boxes.php:34
     34msgid "Display Copyright"
     35msgstr ""
     36
     37#: ../includes/class-imagcoma-meta-boxes.php:36
     38msgid "Display copyright text under this image"
     39msgstr ""
     40
     41#: ../includes/class-imagcoma-settings.php:21
     42msgid "Image Copyright Manager"
     43msgstr ""
     44
     45#: ../includes/class-imagcoma-settings.php:22
     46msgid "Image Copyright"
     47msgstr ""
     48
     49#: ../includes/class-imagcoma-settings.php:34
     50msgid "General Settings"
     51msgstr ""
     52
     53#: ../includes/class-imagcoma-settings.php:41
     54msgid "Display Text Format"
     55msgstr ""
     56
     57#: ../includes/class-imagcoma-settings.php:49
     58msgid "Enable CSS Styling"
     59msgstr ""
     60
     61#: ../includes/class-imagcoma-settings.php:59
     62msgid "Image Copyright Manager Settings"
     63msgstr ""
     64
     65#: ../includes/class-imagcoma-settings.php:70
     66msgid "Usage Instructions"
     67msgstr ""
     68
     69#: ../includes/class-imagcoma-settings.php:71
     70msgid "1. Go to Media Library and edit any image to add copyright information."
     71msgstr ""
     72
     73#: ../includes/class-imagcoma-settings.php:72
     74msgid "2. Use the [imagcoma] shortcode to display all images with copyright information."
     75msgstr ""
     76
     77#: ../includes/class-imagcoma-settings.php:73
     78msgid "3. Copyright information will automatically display under images when enabled."
     79msgstr ""
     80
     81#: ../includes/class-imagcoma-settings.php:80
     82msgid "Configure how copyright information is displayed on your website."
     83msgstr ""
     84
     85#: ../includes/class-imagcoma-settings.php:93
     86msgid "Use {copyright} as placeholder for the actual copyright text"
     87msgstr ""
     88
     89#: ../includes/class-imagcoma-settings.php:108
     90msgid "Enable CSS styling for copyright information."
     91msgstr ""
     92
     93#: ../includes/class-imagcoma-settings.php:111
     94msgid "When disabled, copyright information will be displayed without custom styling."
     95msgstr ""
     96
     97#: ../includes/class-imagcoma-shortcodes.php:22
    2198msgid "Image Sources"
    2299msgstr ""
    23100
    24 #: includes/class-imagcoma-shortcodes.php:24
    25 msgid "No image sources with copyright information found."
     101#: ../includes/class-imagcoma-shortcodes.php:24
     102msgid "No images with copyright information found."
    26103msgstr ""
    27104
    28 #: includes/class-imagcoma-shortcodes.php:25
     105#: ../includes/class-imagcoma-shortcodes.php:25
    29106msgid "Copyright:"
    30107msgstr ""
    31108
    32 #: includes/class-imagcoma-shortcodes.php:26
     109#: ../includes/class-imagcoma-shortcodes.php:26
    33110msgid "View Media"
    34111msgstr ""
    35 
    36 #: includes/class-imagcoma-settings.php:21
    37 msgid "Image Copyright Manager"
    38 msgstr ""
    39 
    40 #: includes/class-imagcoma-settings.php:22
    41 msgid "Image Copyright"
    42 msgstr ""
    43 
    44 #: includes/class-imagcoma-settings.php:34
    45 msgid "General Settings"
    46 msgstr ""
    47 
    48 #: includes/class-imagcoma-settings.php:41
    49 msgid "Display Text Format"
    50 msgstr ""
    51 
    52 #: includes/class-imagcoma-core.php:47 image-copyright-manager.php:37
    53 msgid "Copyright: {copyright}"
    54 msgstr ""
    55 
    56 #: includes/class-imagcoma-meta-boxes.php:27
    57 msgid "Copyright Information"
    58 msgstr ""
  • image-copyright-manager/trunk/readme.txt

    r3400971 r3400998  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8787== Changelog ==
    8888
     89= 1.2.2 =
     90- Added sortable Copyright column to Media Library list view
     91- Improved admin interface for managing copyright information
     92
    8993= 1.2.1 =
    9094- Fixed build process to exclude development files from the production zip.
Note: See TracChangeset for help on using the changeset viewer.