Plugin Directory

Changeset 3464943


Ignore:
Timestamp:
02/19/2026 09:50:44 AM (5 weeks ago)
Author:
Narinder singh
Message:

Update to version 1.8.1 from GitHub

Location:
timeline-block
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • timeline-block/tags/1.8.1/admin/feedback/ctlb-users-feedback.php

    r3451748 r3464943  
    5454        $deactivate_reasons = array(
    5555            'didnt_work_as_expected'         => array(
    56                 'title'             => esc_html( __( 'The plugin didn\'t work as expected', 'timeline-block-for-gutenberg' ) ),
     56                'title'             => esc_html( __( 'The plugin didn\'t work as expected', 'timeline-block' ) ),
    5757                'input_placeholder' => 'What did you expect?',
    5858            ),
    5959            'found_a_better_plugin'          => array(
    60                 'title'             => esc_html( __( 'I found a better plugin', 'timeline-block-for-gutenberg' ) ),
    61                 'input_placeholder' => esc_html( __( 'Please share which plugin', 'timeline-block-for-gutenberg' ) ),
     60                'title'             => esc_html( __( 'I found a better plugin', 'timeline-block' ) ),
     61                'input_placeholder' => esc_html( __( 'Please share which plugin', 'timeline-block' ) ),
    6262            ),
    6363            'couldnt_get_the_plugin_to_work' => array(
    64                 'title'             => esc_html( __( 'The plugin is not working', 'timeline-block-for-gutenberg' ) ),
     64                'title'             => esc_html( __( 'The plugin is not working', 'timeline-block' ) ),
    6565                'input_placeholder' => 'Please share your issue. So we can fix that for other users.',
    6666            ),
    6767            'temporary_deactivation'         => array(
    68                 'title'             => esc_html( __( 'It\'s a temporary deactivation', 'timeline-block-for-gutenberg' ) ),
     68                'title'             => esc_html( __( 'It\'s a temporary deactivation', 'timeline-block' ) ),
    6969                'input_placeholder' => '',
    7070            ),
    7171            'other'                          => array(
    72                 'title'             => esc_html( __( 'Other', 'timeline-block-for-gutenberg' ) ),
    73                 'input_placeholder' => esc_html( __( 'Please share the reason', 'timeline-block-for-gutenberg' ) ),
     72                'title'             => esc_html( __( 'Other', 'timeline-block' ) ),
     73                'input_placeholder' => esc_html( __( 'Please share the reason', 'timeline-block' ) ),
    7474            ),
    7575        );
     
    8080            <div class="cool-plugins-deactivation-response">
    8181            <div id="cool-plugins-deactivate-feedback-dialog-header">
    82                 <span id="cool-plugins-feedback-form-title"><?php echo esc_html( __( 'Quick Feedback', 'timeline-block-for-gutenberg' ) ); ?></span>
     82                <span id="cool-plugins-feedback-form-title"><?php echo esc_html( __( 'Quick Feedback', 'timeline-block' ) ); ?></span>
    8383            </div>
    8484            <div id="cool-plugins-loader-wrapper">
     
    9393                ?>
    9494                <input type="hidden" name="action" value="cool-plugins_deactivate_feedback" />
    95                 <div id="cool-plugins-deactivate-feedback-dialog-form-caption"><?php echo esc_html( __( 'If you have a moment, please share why you are deactivating this plugin.', 'timeline-block-for-gutenberg' ) ); ?></div>
     95                <div id="cool-plugins-deactivate-feedback-dialog-form-caption"><?php echo esc_html( __( 'If you have a moment, please share why you are deactivating this plugin.', 'timeline-block' ) ); ?></div>
    9696                <div id="cool-plugins-deactivate-feedback-dialog-form-body">
    9797                    <?php
     
    109109                                    ?>
    110110                                  <div class="cool-plugins-extra-links">
    111                                     <?php echo esc_html__( 'Please try ', 'timeline-block-for-gutenberg' ); ?><a href="<?php echo esc_url( $twae_plugin_url ); ?>" target="_blank"><?php echo esc_html__( 'Timeline Widget For Elementor', 'timeline-block-for-gutenberg' ); ?></a> <?php echo esc_html__( 'plugin.', 'timeline-block-for-gutenberg' ); ?>
     111                                    <?php echo esc_html__( 'Please try ', 'timeline-block' ); ?><a href="<?php echo esc_url( $twae_plugin_url ); ?>" target="_blank"><?php echo esc_html__( 'Timeline Widget For Elementor', 'timeline-block' ); ?></a> <?php echo esc_html__( 'plugin.', 'timeline-block' ); ?>
    112112                                    </div>
    113113                                    <?php
     
    123123                    <?php endforeach; ?>
    124124
    125                     <input class="cool-plugins-GDPR-data-notice" id="cool-plugins-GDPR-data-notice-<?php echo esc_attr( $this->plugin_slug ); ?>" type="checkbox"><label for="cool-plugins-GDPR-data-notice"><?php echo esc_html__( 'I agree to share anonymous usage data and basic site details (such as server, PHP, and WordPress versions) to support Timeline Block improvement efforts. Additionally, I allow Cool Plugins to store all information provided through this form and to respond to my inquiry.', 'timeline-block-for-gutenberg' ); ?></label>
     125                    <input class="cool-plugins-GDPR-data-notice" id="cool-plugins-GDPR-data-notice-<?php echo esc_attr( $this->plugin_slug ); ?>" type="checkbox"><label for="cool-plugins-GDPR-data-notice"><?php echo esc_html__( 'I agree to share anonymous usage data and basic site details (such as server, PHP, and WordPress versions) to support Timeline Block improvement efforts. Additionally, I allow Cool Plugins to store all information provided through this form and to respond to my inquiry.', 'timeline-block' ); ?></label>
    126126                   
    127127
    128128                </div>
    129129                <div class="cool-plugin-popup-button-wrapper">
    130                     <a class="cool-plugins-button button-deactivate" id="ctlb-cool-plugin-submitNdeactivate"><?php echo esc_html__( 'Submit and Deactivate', 'timeline-block-for-gutenberg' ); ?></a>
    131                     <a class="cool-plugins-button" id="ctlb-cool-plugin-skipNdeactivate"><?php echo esc_html__( 'Skip and Deactivate', 'timeline-block-for-gutenberg' ); ?></a>
     130                    <a class="cool-plugins-button button-deactivate" id="ctlb-cool-plugin-submitNdeactivate"><?php echo esc_html__( 'Submit and Deactivate', 'timeline-block' ); ?></a>
     131                    <a class="cool-plugins-button" id="ctlb-cool-plugin-skipNdeactivate"><?php echo esc_html__( 'Skip and Deactivate', 'timeline-block' ); ?></a>
    132132                </div>
    133133            </form>
     
    142142        // Check user capabilities
    143143        if ( ! current_user_can( 'manage_options' ) ) {
    144             wp_send_json_error( array( 'message' => __( 'Unauthorized access.', 'timeline-block-for-gutenberg' ) ) );
     144            wp_send_json_error( array( 'message' => __( 'Unauthorized access.', 'timeline-block' ) ) );
    145145            wp_die();
    146146        }
     
    153153            $deactivate_reasons = array(
    154154                'didnt_work_as_expected'         => array(
    155                     'title'             => esc_html( __( 'The plugin didn\'t work as expected', 'timeline-block-for-gutenberg' ) ),
     155                    'title'             => esc_html( __( 'The plugin didn\'t work as expected', 'timeline-block' ) ),
    156156                    'input_placeholder' => 'What did you expect?',
    157157                ),
    158158                'found_a_better_plugin'          => array(
    159                     'title'             => esc_html( __( 'I found a better plugin', 'timeline-block-for-gutenberg' ) ),
    160                     'input_placeholder' => esc_html( __( 'Please share which plugin', 'timeline-block-for-gutenberg' ) ),
     159                    'title'             => esc_html( __( 'I found a better plugin', 'timeline-block' ) ),
     160                    'input_placeholder' => esc_html( __( 'Please share which plugin', 'timeline-block' ) ),
    161161                ),
    162162                'couldnt_get_the_plugin_to_work' => array(
    163                     'title'             => esc_html( __( 'The plugin is not working', 'timeline-block-for-gutenberg' ) ),
     163                    'title'             => esc_html( __( 'The plugin is not working', 'timeline-block' ) ),
    164164                    'input_placeholder' => 'Please share your issue. So we can fix that for other users.',
    165165                ),
    166166                'temporary_deactivation'         => array(
    167                     'title'             => esc_html( __( 'It\'s a temporary deactivation', 'timeline-block-for-gutenberg' ) ),
     167                    'title'             => esc_html( __( 'It\'s a temporary deactivation', 'timeline-block' ) ),
    168168                    'input_placeholder' => '',
    169169                ),
    170170                'other'                          => array(
    171                     'title'             => esc_html( __( 'Other', 'timeline-block-for-gutenberg' ) ),
    172                     'input_placeholder' => esc_html( __( 'Please share the reason', 'timeline-block-for-gutenberg' ) ),
     171                    'title'             => esc_html( __( 'Other', 'timeline-block' ) ),
     172                    'input_placeholder' => esc_html( __( 'Please share the reason', 'timeline-block' ) ),
    173173                ),
    174174            );
  • timeline-block/tags/1.8.1/readme.txt

    r3459814 r3464943  
    66Tested up to:6.9
    77Requires PHP: 7.2
    8 Stable tag:1.8.0
     8Stable tag:1.8.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    136136
    137137Upgrade to Version 1.8.0 to enjoy these new features, enhancements, and bug fixes. Your feedback is invaluable as we continue to refine and improve our plugins.
     138
     139= Version 1.8.1| 19 Feb 2026 =
     140- **Fixed:** Issues reported by “Plugin Check” plugin.
    138141
    139142= Version 1.8.0| 12 Feb 2026 =
     
    276279
    277280== Upgrade Notice ==
    278 = Version 1.7.7 | 27 Nov 2025 =
    279 - **Removed:** Instant timeline plugin (Before updating to this version, you need to migrate your instant timeline block into Timeline Block click [here](https://cooltimeline.com/timeline-block-migration//?utm_source=tbg_plugin&utm_medium=readme&utm_campaign=docs&utm_content=video_tutorial) to migrate process).
    280 = Version 1.5 | 24 Aug 2023 =
    281 - **New Features:**
    282    * Introducing the "Add New Story" button within the Story toolbar, allowing you to seamlessly add new stories at any position you prefer.
    283 Enhancements:
    284    * Conveniently access the settings panel with the newly added Timeline Settings button, now available within each nested block.
    285 - **Bug Fixes:**
    286     * Resolved conditional loading of styles and assets, ensuring optimal performance and loading only when necessary.
    287     * Eliminated duplicate loading of the style.css file for a cleaner and more efficient codebase.
    288     * Rectified the Font Family issue, ensuring the consistent and accurate rendering of fonts throughout the application.
    289 - **Compatibility:** Successfully tested with WordPress 6.3 to ensure a smooth user experience.
     281
     282= 1.8.1 =
     283Fixed issues reported by the Plugin Check plugin.
  • timeline-block/tags/1.8.1/timeline-block.php

    r3459814 r3464943  
    44 * Plugin URI:https://cooltimeline.com
    55 * Description:Responsive timeline block for Gutenberg editor.
    6  * Version:1.8.0
     6 * Version:1.8.1
    77 * Author:Cool Plugins
    88 * Author URI:https://coolplugins.net/?utm_source=tbg_plugin&utm_medium=inside&utm_campaign=author_page&utm_content=plugins_list
    99 * License:GPLv2 or later
    1010 * License URI:https://www.gnu.org/licenses/gpl-2.0.html
    11  * Domain Path:/languages
    1211 * Text Domain:timeline-block
    1312 */
     
    2221define( 'Timeline_Block_Dir', plugin_dir_path( __FILE__ ) );
    2322if ( ! defined( 'Timeline_Block_Version' ) ) {
    24     define( 'Timeline_Block_Version', '1.8.0' );
     23    define( 'Timeline_Block_Version', '1.8.1' );
    2524}
    2625
  • timeline-block/trunk/admin/feedback/ctlb-users-feedback.php

    r3451748 r3464943  
    5454        $deactivate_reasons = array(
    5555            'didnt_work_as_expected'         => array(
    56                 'title'             => esc_html( __( 'The plugin didn\'t work as expected', 'timeline-block-for-gutenberg' ) ),
     56                'title'             => esc_html( __( 'The plugin didn\'t work as expected', 'timeline-block' ) ),
    5757                'input_placeholder' => 'What did you expect?',
    5858            ),
    5959            'found_a_better_plugin'          => array(
    60                 'title'             => esc_html( __( 'I found a better plugin', 'timeline-block-for-gutenberg' ) ),
    61                 'input_placeholder' => esc_html( __( 'Please share which plugin', 'timeline-block-for-gutenberg' ) ),
     60                'title'             => esc_html( __( 'I found a better plugin', 'timeline-block' ) ),
     61                'input_placeholder' => esc_html( __( 'Please share which plugin', 'timeline-block' ) ),
    6262            ),
    6363            'couldnt_get_the_plugin_to_work' => array(
    64                 'title'             => esc_html( __( 'The plugin is not working', 'timeline-block-for-gutenberg' ) ),
     64                'title'             => esc_html( __( 'The plugin is not working', 'timeline-block' ) ),
    6565                'input_placeholder' => 'Please share your issue. So we can fix that for other users.',
    6666            ),
    6767            'temporary_deactivation'         => array(
    68                 'title'             => esc_html( __( 'It\'s a temporary deactivation', 'timeline-block-for-gutenberg' ) ),
     68                'title'             => esc_html( __( 'It\'s a temporary deactivation', 'timeline-block' ) ),
    6969                'input_placeholder' => '',
    7070            ),
    7171            'other'                          => array(
    72                 'title'             => esc_html( __( 'Other', 'timeline-block-for-gutenberg' ) ),
    73                 'input_placeholder' => esc_html( __( 'Please share the reason', 'timeline-block-for-gutenberg' ) ),
     72                'title'             => esc_html( __( 'Other', 'timeline-block' ) ),
     73                'input_placeholder' => esc_html( __( 'Please share the reason', 'timeline-block' ) ),
    7474            ),
    7575        );
     
    8080            <div class="cool-plugins-deactivation-response">
    8181            <div id="cool-plugins-deactivate-feedback-dialog-header">
    82                 <span id="cool-plugins-feedback-form-title"><?php echo esc_html( __( 'Quick Feedback', 'timeline-block-for-gutenberg' ) ); ?></span>
     82                <span id="cool-plugins-feedback-form-title"><?php echo esc_html( __( 'Quick Feedback', 'timeline-block' ) ); ?></span>
    8383            </div>
    8484            <div id="cool-plugins-loader-wrapper">
     
    9393                ?>
    9494                <input type="hidden" name="action" value="cool-plugins_deactivate_feedback" />
    95                 <div id="cool-plugins-deactivate-feedback-dialog-form-caption"><?php echo esc_html( __( 'If you have a moment, please share why you are deactivating this plugin.', 'timeline-block-for-gutenberg' ) ); ?></div>
     95                <div id="cool-plugins-deactivate-feedback-dialog-form-caption"><?php echo esc_html( __( 'If you have a moment, please share why you are deactivating this plugin.', 'timeline-block' ) ); ?></div>
    9696                <div id="cool-plugins-deactivate-feedback-dialog-form-body">
    9797                    <?php
     
    109109                                    ?>
    110110                                  <div class="cool-plugins-extra-links">
    111                                     <?php echo esc_html__( 'Please try ', 'timeline-block-for-gutenberg' ); ?><a href="<?php echo esc_url( $twae_plugin_url ); ?>" target="_blank"><?php echo esc_html__( 'Timeline Widget For Elementor', 'timeline-block-for-gutenberg' ); ?></a> <?php echo esc_html__( 'plugin.', 'timeline-block-for-gutenberg' ); ?>
     111                                    <?php echo esc_html__( 'Please try ', 'timeline-block' ); ?><a href="<?php echo esc_url( $twae_plugin_url ); ?>" target="_blank"><?php echo esc_html__( 'Timeline Widget For Elementor', 'timeline-block' ); ?></a> <?php echo esc_html__( 'plugin.', 'timeline-block' ); ?>
    112112                                    </div>
    113113                                    <?php
     
    123123                    <?php endforeach; ?>
    124124
    125                     <input class="cool-plugins-GDPR-data-notice" id="cool-plugins-GDPR-data-notice-<?php echo esc_attr( $this->plugin_slug ); ?>" type="checkbox"><label for="cool-plugins-GDPR-data-notice"><?php echo esc_html__( 'I agree to share anonymous usage data and basic site details (such as server, PHP, and WordPress versions) to support Timeline Block improvement efforts. Additionally, I allow Cool Plugins to store all information provided through this form and to respond to my inquiry.', 'timeline-block-for-gutenberg' ); ?></label>
     125                    <input class="cool-plugins-GDPR-data-notice" id="cool-plugins-GDPR-data-notice-<?php echo esc_attr( $this->plugin_slug ); ?>" type="checkbox"><label for="cool-plugins-GDPR-data-notice"><?php echo esc_html__( 'I agree to share anonymous usage data and basic site details (such as server, PHP, and WordPress versions) to support Timeline Block improvement efforts. Additionally, I allow Cool Plugins to store all information provided through this form and to respond to my inquiry.', 'timeline-block' ); ?></label>
    126126                   
    127127
    128128                </div>
    129129                <div class="cool-plugin-popup-button-wrapper">
    130                     <a class="cool-plugins-button button-deactivate" id="ctlb-cool-plugin-submitNdeactivate"><?php echo esc_html__( 'Submit and Deactivate', 'timeline-block-for-gutenberg' ); ?></a>
    131                     <a class="cool-plugins-button" id="ctlb-cool-plugin-skipNdeactivate"><?php echo esc_html__( 'Skip and Deactivate', 'timeline-block-for-gutenberg' ); ?></a>
     130                    <a class="cool-plugins-button button-deactivate" id="ctlb-cool-plugin-submitNdeactivate"><?php echo esc_html__( 'Submit and Deactivate', 'timeline-block' ); ?></a>
     131                    <a class="cool-plugins-button" id="ctlb-cool-plugin-skipNdeactivate"><?php echo esc_html__( 'Skip and Deactivate', 'timeline-block' ); ?></a>
    132132                </div>
    133133            </form>
     
    142142        // Check user capabilities
    143143        if ( ! current_user_can( 'manage_options' ) ) {
    144             wp_send_json_error( array( 'message' => __( 'Unauthorized access.', 'timeline-block-for-gutenberg' ) ) );
     144            wp_send_json_error( array( 'message' => __( 'Unauthorized access.', 'timeline-block' ) ) );
    145145            wp_die();
    146146        }
     
    153153            $deactivate_reasons = array(
    154154                'didnt_work_as_expected'         => array(
    155                     'title'             => esc_html( __( 'The plugin didn\'t work as expected', 'timeline-block-for-gutenberg' ) ),
     155                    'title'             => esc_html( __( 'The plugin didn\'t work as expected', 'timeline-block' ) ),
    156156                    'input_placeholder' => 'What did you expect?',
    157157                ),
    158158                'found_a_better_plugin'          => array(
    159                     'title'             => esc_html( __( 'I found a better plugin', 'timeline-block-for-gutenberg' ) ),
    160                     'input_placeholder' => esc_html( __( 'Please share which plugin', 'timeline-block-for-gutenberg' ) ),
     159                    'title'             => esc_html( __( 'I found a better plugin', 'timeline-block' ) ),
     160                    'input_placeholder' => esc_html( __( 'Please share which plugin', 'timeline-block' ) ),
    161161                ),
    162162                'couldnt_get_the_plugin_to_work' => array(
    163                     'title'             => esc_html( __( 'The plugin is not working', 'timeline-block-for-gutenberg' ) ),
     163                    'title'             => esc_html( __( 'The plugin is not working', 'timeline-block' ) ),
    164164                    'input_placeholder' => 'Please share your issue. So we can fix that for other users.',
    165165                ),
    166166                'temporary_deactivation'         => array(
    167                     'title'             => esc_html( __( 'It\'s a temporary deactivation', 'timeline-block-for-gutenberg' ) ),
     167                    'title'             => esc_html( __( 'It\'s a temporary deactivation', 'timeline-block' ) ),
    168168                    'input_placeholder' => '',
    169169                ),
    170170                'other'                          => array(
    171                     'title'             => esc_html( __( 'Other', 'timeline-block-for-gutenberg' ) ),
    172                     'input_placeholder' => esc_html( __( 'Please share the reason', 'timeline-block-for-gutenberg' ) ),
     171                    'title'             => esc_html( __( 'Other', 'timeline-block' ) ),
     172                    'input_placeholder' => esc_html( __( 'Please share the reason', 'timeline-block' ) ),
    173173                ),
    174174            );
  • timeline-block/trunk/readme.txt

    r3459814 r3464943  
    66Tested up to:6.9
    77Requires PHP: 7.2
    8 Stable tag:1.8.0
     8Stable tag:1.8.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    136136
    137137Upgrade to Version 1.8.0 to enjoy these new features, enhancements, and bug fixes. Your feedback is invaluable as we continue to refine and improve our plugins.
     138
     139= Version 1.8.1| 19 Feb 2026 =
     140- **Fixed:** Issues reported by “Plugin Check” plugin.
    138141
    139142= Version 1.8.0| 12 Feb 2026 =
     
    276279
    277280== Upgrade Notice ==
    278 = Version 1.7.7 | 27 Nov 2025 =
    279 - **Removed:** Instant timeline plugin (Before updating to this version, you need to migrate your instant timeline block into Timeline Block click [here](https://cooltimeline.com/timeline-block-migration//?utm_source=tbg_plugin&utm_medium=readme&utm_campaign=docs&utm_content=video_tutorial) to migrate process).
    280 = Version 1.5 | 24 Aug 2023 =
    281 - **New Features:**
    282    * Introducing the "Add New Story" button within the Story toolbar, allowing you to seamlessly add new stories at any position you prefer.
    283 Enhancements:
    284    * Conveniently access the settings panel with the newly added Timeline Settings button, now available within each nested block.
    285 - **Bug Fixes:**
    286     * Resolved conditional loading of styles and assets, ensuring optimal performance and loading only when necessary.
    287     * Eliminated duplicate loading of the style.css file for a cleaner and more efficient codebase.
    288     * Rectified the Font Family issue, ensuring the consistent and accurate rendering of fonts throughout the application.
    289 - **Compatibility:** Successfully tested with WordPress 6.3 to ensure a smooth user experience.
     281
     282= 1.8.1 =
     283Fixed issues reported by the Plugin Check plugin.
  • timeline-block/trunk/timeline-block.php

    r3459814 r3464943  
    44 * Plugin URI:https://cooltimeline.com
    55 * Description:Responsive timeline block for Gutenberg editor.
    6  * Version:1.8.0
     6 * Version:1.8.1
    77 * Author:Cool Plugins
    88 * Author URI:https://coolplugins.net/?utm_source=tbg_plugin&utm_medium=inside&utm_campaign=author_page&utm_content=plugins_list
    99 * License:GPLv2 or later
    1010 * License URI:https://www.gnu.org/licenses/gpl-2.0.html
    11  * Domain Path:/languages
    1211 * Text Domain:timeline-block
    1312 */
     
    2221define( 'Timeline_Block_Dir', plugin_dir_path( __FILE__ ) );
    2322if ( ! defined( 'Timeline_Block_Version' ) ) {
    24     define( 'Timeline_Block_Version', '1.8.0' );
     23    define( 'Timeline_Block_Version', '1.8.1' );
    2524}
    2625
Note: See TracChangeset for help on using the changeset viewer.