Plugin Directory

Changeset 3369779


Ignore:
Timestamp:
09/29/2025 01:59:37 PM (5 months ago)
Author:
travelmap
Message:

Update to version 1.0.4 from GitHub

Location:
travelmap-blog
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • travelmap-blog/tags/1.0.4/README.md

    r3318056 r3369779  
    3131For simple readme changes, git push to `master` and check the GitHub Action `10up/action-wordpress-plugin-asset-update`.
    3232
    33 To tag new versions, install: https://github.com/10up/action-wordpress-plugin-deploy
     33To deploy new versions on WordPress, run:
     34
     35```bash
     36git tag v1.0.3
     37git push origin v1.0.3
     38```
     39
     40See: https://github.com/10up/action-wordpress-plugin-deploy
  • travelmap-blog/tags/1.0.4/admin/class-travelmap-admin.php

    r3318056 r3369779  
    6868    {
    6969        // Clear user id
    70         if ( isset($_REQUEST['clear-account']) && $_REQUEST['clear-account'] === '1' ) {
    71             $this->clear_user_id();
     70        // if ( isset($_REQUEST['clear-account']) && $_REQUEST['clear-account'] === '1' ) {
     71        // $this->clear_user_id();
    7272
    73             die('Account cleared.');
    74         }
     73        // die('Account cleared.');
     74        // }
    7575
    7676        // User id
     
    9999    }
    100100   
     101    // Deprecated
    101102    public function clear_user_id()
    102103    {
  • travelmap-blog/tags/1.0.4/travelmap-blog.php

    r3318056 r3369779  
    44Plugin URI: https://wordpress.org/support/plugin/travelmap-blog/
    55Description: Create and display an interactive travel map on your website. Choose your transport modes, update your itinerary using geolocation, etc.
    6 Version: 1.0.3
     6Version: 1.0.4
    77Author: TravelMap
    88Author URI: https://travelmap.net
  • travelmap-blog/trunk/README.md

    r3318056 r3369779  
    3131For simple readme changes, git push to `master` and check the GitHub Action `10up/action-wordpress-plugin-asset-update`.
    3232
    33 To tag new versions, install: https://github.com/10up/action-wordpress-plugin-deploy
     33To deploy new versions on WordPress, run:
     34
     35```bash
     36git tag v1.0.3
     37git push origin v1.0.3
     38```
     39
     40See: https://github.com/10up/action-wordpress-plugin-deploy
  • travelmap-blog/trunk/admin/class-travelmap-admin.php

    r3318056 r3369779  
    6868    {
    6969        // Clear user id
    70         if ( isset($_REQUEST['clear-account']) && $_REQUEST['clear-account'] === '1' ) {
    71             $this->clear_user_id();
     70        // if ( isset($_REQUEST['clear-account']) && $_REQUEST['clear-account'] === '1' ) {
     71        // $this->clear_user_id();
    7272
    73             die('Account cleared.');
    74         }
     73        // die('Account cleared.');
     74        // }
    7575
    7676        // User id
     
    9999    }
    100100   
     101    // Deprecated
    101102    public function clear_user_id()
    102103    {
  • travelmap-blog/trunk/travelmap-blog.php

    r3318056 r3369779  
    44Plugin URI: https://wordpress.org/support/plugin/travelmap-blog/
    55Description: Create and display an interactive travel map on your website. Choose your transport modes, update your itinerary using geolocation, etc.
    6 Version: 1.0.3
     6Version: 1.0.4
    77Author: TravelMap
    88Author URI: https://travelmap.net
Note: See TracChangeset for help on using the changeset viewer.