Changeset 3369779
- Timestamp:
- 09/29/2025 01:59:37 PM (5 months ago)
- Location:
- travelmap-blog
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.4 (copied) (copied from travelmap-blog/trunk)
-
tags/1.0.4/README.md (modified) (1 diff)
-
tags/1.0.4/admin/class-travelmap-admin.php (modified) (2 diffs)
-
tags/1.0.4/travelmap-blog.php (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/admin/class-travelmap-admin.php (modified) (2 diffs)
-
trunk/travelmap-blog.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
travelmap-blog/tags/1.0.4/README.md
r3318056 r3369779 31 31 For simple readme changes, git push to `master` and check the GitHub Action `10up/action-wordpress-plugin-asset-update`. 32 32 33 To tag new versions, install: https://github.com/10up/action-wordpress-plugin-deploy 33 To deploy new versions on WordPress, run: 34 35 ```bash 36 git tag v1.0.3 37 git push origin v1.0.3 38 ``` 39 40 See: https://github.com/10up/action-wordpress-plugin-deploy -
travelmap-blog/tags/1.0.4/admin/class-travelmap-admin.php
r3318056 r3369779 68 68 { 69 69 // 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(); 72 72 73 die('Account cleared.');74 }73 // die('Account cleared.'); 74 // } 75 75 76 76 // User id … … 99 99 } 100 100 101 // Deprecated 101 102 public function clear_user_id() 102 103 { -
travelmap-blog/tags/1.0.4/travelmap-blog.php
r3318056 r3369779 4 4 Plugin URI: https://wordpress.org/support/plugin/travelmap-blog/ 5 5 Description: Create and display an interactive travel map on your website. Choose your transport modes, update your itinerary using geolocation, etc. 6 Version: 1.0. 36 Version: 1.0.4 7 7 Author: TravelMap 8 8 Author URI: https://travelmap.net -
travelmap-blog/trunk/README.md
r3318056 r3369779 31 31 For simple readme changes, git push to `master` and check the GitHub Action `10up/action-wordpress-plugin-asset-update`. 32 32 33 To tag new versions, install: https://github.com/10up/action-wordpress-plugin-deploy 33 To deploy new versions on WordPress, run: 34 35 ```bash 36 git tag v1.0.3 37 git push origin v1.0.3 38 ``` 39 40 See: https://github.com/10up/action-wordpress-plugin-deploy -
travelmap-blog/trunk/admin/class-travelmap-admin.php
r3318056 r3369779 68 68 { 69 69 // 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(); 72 72 73 die('Account cleared.');74 }73 // die('Account cleared.'); 74 // } 75 75 76 76 // User id … … 99 99 } 100 100 101 // Deprecated 101 102 public function clear_user_id() 102 103 { -
travelmap-blog/trunk/travelmap-blog.php
r3318056 r3369779 4 4 Plugin URI: https://wordpress.org/support/plugin/travelmap-blog/ 5 5 Description: Create and display an interactive travel map on your website. Choose your transport modes, update your itinerary using geolocation, etc. 6 Version: 1.0. 36 Version: 1.0.4 7 7 Author: TravelMap 8 8 Author URI: https://travelmap.net
Note: See TracChangeset
for help on using the changeset viewer.