Plugin Directory

Changeset 2915992


Ignore:
Timestamp:
05/22/2023 04:14:01 PM (3 years ago)
Author:
jesin
Message:

Tagging v1.2

Location:
custom-error-pages
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • custom-error-pages/tags/1.2/admin_options.php

    r1138545 r2915992  
    5555            echo '<style type="text/css">
    5656            #title_403, #title_401 { margin-bottom:5px;padding:3px 8px;font-size:1.7em;line-height:100%;height:1.7em;width:100%;outline:0;margin:1px 0; }
    57             #icon-' . $this->slug . '{ background:transparent url(\'' . plugin_dir_url( __FILE__ ) . 'screen-icon.png\') no-repeat; }</style>';
     57</style>';
    5858        }
    5959
     
    111111        ?>
    112112            <div class="wrap">
    113             <?php screen_icon( $this->slug ); ?>
    114113            <h2><?php _e( 'Custom Error Pages', $this->slug ); ?></h2>
    115114            <form method="post" action="options.php">
  • custom-error-pages/tags/1.2/plugin.php

    r1679220 r2915992  
    66Author: Jesin
    77Author URI: https://websistent.com
    8 Version: 1.1
     8Version: 1.2
    99*/
    1010
  • custom-error-pages/tags/1.2/readme.txt

    r2227423 r2915992  
    33Tags: error, 401, 403, 404, errors, http, htaccess
    44Requires at least: 3.3.0
    5 Tested up to: 5.3
    6 Stable tag: 1.1
     5Tested up to: 6.2.2
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5757== Changelog ==
    5858
     59= 1.2 =
     60* Removed deprecated screen_icon() function
     61* Compatibility check with WordPress 6.2
     62
    5963= 1.1 =
    6064* Fixed a bug that displayed the thumbnail of Post ID 1
  • custom-error-pages/trunk/admin_options.php

    r1138545 r2915992  
    5555            echo '<style type="text/css">
    5656            #title_403, #title_401 { margin-bottom:5px;padding:3px 8px;font-size:1.7em;line-height:100%;height:1.7em;width:100%;outline:0;margin:1px 0; }
    57             #icon-' . $this->slug . '{ background:transparent url(\'' . plugin_dir_url( __FILE__ ) . 'screen-icon.png\') no-repeat; }</style>';
     57</style>';
    5858        }
    5959
     
    111111        ?>
    112112            <div class="wrap">
    113             <?php screen_icon( $this->slug ); ?>
    114113            <h2><?php _e( 'Custom Error Pages', $this->slug ); ?></h2>
    115114            <form method="post" action="options.php">
  • custom-error-pages/trunk/plugin.php

    r1679220 r2915992  
    66Author: Jesin
    77Author URI: https://websistent.com
    8 Version: 1.1
     8Version: 1.2
    99*/
    1010
  • custom-error-pages/trunk/readme.txt

    r2227423 r2915992  
    33Tags: error, 401, 403, 404, errors, http, htaccess
    44Requires at least: 3.3.0
    5 Tested up to: 5.3
    6 Stable tag: 1.1
     5Tested up to: 6.2.2
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5757== Changelog ==
    5858
     59= 1.2 =
     60* Removed deprecated screen_icon() function
     61* Compatibility check with WordPress 6.2
     62
    5963= 1.1 =
    6064* Fixed a bug that displayed the thumbnail of Post ID 1
Note: See TracChangeset for help on using the changeset viewer.